[Freeswitch-svn] [commit] r9719 - freeswitch/trunk/conf/lang/en/vm
Freeswitch SVN
brian at freeswitch.org
Sun Sep 28 22:19:07 EDT 2008
Author: brian
Date: Sun Sep 28 22:19:07 2008
New Revision: 9719
Modified:
freeswitch/trunk/conf/lang/en/vm/sounds.xml
Log:
the person at extension ....
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 Sun Sep 28 22:19:07 2008
@@ -251,6 +251,7 @@
<macro name="voicemail_play_greeting">
<input pattern="^(.*)$">
<match>
+ <action function="play-file" data="voicemail/vm-person.wav"/>
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
<action function="play-file" data="voicemail/vm-not_available.wav"/>
</match>
More information about the Freeswitch-svn
mailing list