[Freeswitch-svn] [commit] r7273 - freeswitch/trunk/conf/lang/en/vm
Freeswitch SVN
brian at freeswitch.org
Thu Jan 17 18:13:37 EST 2008
Author: brian
Date: Thu Jan 17 18:13:37 2008
New Revision: 7273
Modified:
freeswitch/trunk/conf/lang/en/vm/sounds.xml
Log:
tweak
Modified: freeswitch/trunk/conf/lang/en/vm/sounds.xml
==============================================================================
--- freeswitch/trunk/conf/lang/en/vm/sounds.xml (original)
+++ freeswitch/trunk/conf/lang/en/vm/sounds.xml Thu Jan 17 18:13:37 2008
@@ -95,7 +95,7 @@
<match>
<action function="play-file" data="voicemail/vm-press.wav"/>
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
- <action function="play-file" data="voicemail/vm-record_greeting.wav"/>
+ <action function="play-file" data="voicemail/vm-record_greeting_DUPLICATE.wav"/>
<action function="play-file" data="voicemail/vm-press.wav"/>
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
<action function="play-file" data="voicemail/vm-choose_greeting.wav"/>
@@ -172,7 +172,7 @@
<macro name="voicemail_choose_greeting">
<input pattern="^(.*)$">
<match>
- <action function="play-file" data="voicemail/vm-choose_greeting.wav"/>
+ <action function="play-file" data="voicemail/vm-choose_greeting_DUPLICATE.wav"/>
</match>
</input>
</macro>
More information about the Freeswitch-svn
mailing list