Use explicit .vmsg extension for voice messages, makes it easier for

e.g. apache to use the correct mime type.
This commit is contained in:
Paul Slootman 2002-01-31 20:06:51 +00:00
parent 66b3c4058f
commit 61336180f2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if { "$vbox_flag_beep" == "TRUE" } {
if { "$vbox_flag_record" == "TRUE" } {
set VBOX_NEW_MESSAGE "$vbox_var_spooldir/incoming/$vbox_var_savename"
set VBOX_NEW_MESSAGE "$vbox_var_spooldir/incoming/$vbox_var_savename.vmsg"
set RC [ vbox_get_message $VBOX_NEW_MESSAGE $vbox_var_rectime ]