[Freeswitch-svn] [commit] r5949 - in freeswitch/trunk: conf docs/phrase
Freeswitch SVN
brian at freeswitch.org
Wed Oct 17 17:38:01 EDT 2007
Author: brian
Date: Wed Oct 17 17:38:00 2007
New Revision: 5949
Modified:
freeswitch/trunk/conf/voicemail_en.xml
freeswitch/trunk/docs/phrase/phrase_en.xml
Log:
tweak
Modified: freeswitch/trunk/conf/voicemail_en.xml
==============================================================================
--- freeswitch/trunk/conf/voicemail_en.xml (original)
+++ freeswitch/trunk/conf/voicemail_en.xml Wed Oct 17 17:38:00 2007
@@ -56,6 +56,7 @@
<action function="say" data="1" method="pronounced" type="items"/>
<action function="play-file" data="voicemail/vm-$1.wav"/>
<action function="play-file" data="voicemail/vm-message.wav"/>
+ <action function="play-file" data="voicemail/vm-in_folder.wav"/>
</match>
</input>
<input pattern="^([0,2-9]+):(.*)$">
@@ -64,6 +65,7 @@
<action function="say" data="$1" method="pronounced" type="items"/>
<action function="play-file" data="voicemail/vm-$1.wav"/>
<action function="play-file" data="voicemail/vm-messages.wav"/>
+ <action function="play-file" data="voicemail/vm-in_folder.wav"/>
</match>
</input>
</macro>
Modified: freeswitch/trunk/docs/phrase/phrase_en.xml
==============================================================================
--- freeswitch/trunk/docs/phrase/phrase_en.xml (original)
+++ freeswitch/trunk/docs/phrase/phrase_en.xml Wed Oct 17 17:38:00 2007
@@ -209,6 +209,7 @@
<prompt phrase="is not available" filename="vm-not_avaliable.wav"/>
<prompt phrase="message number" filename="vm-message_number.wav"/>
<prompt phrase="deleted" filename="vm-deleted.wav"/>
+ <prompt phrase="in folder inbox" filename="vm-in_folder.wav"/>
</voicemail>
</en>
</language>
More information about the Freeswitch-svn
mailing list