[Freeswitch-trunk] [commit] r6809 - freeswitch/trunk/conf/lang/en/vm
Freeswitch SVN
brian at freeswitch.org
Sat Dec 15 13:33:59 EST 2007
Author: brian
Date: Sat Dec 15 13:33:59 2007
New Revision: 6809
Modified:
freeswitch/trunk/conf/lang/en/vm/sounds.xml
Log:
name_spelled instead of items, thanks L2SHO
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 Sat Dec 15 13:33:59 2007
@@ -3,7 +3,7 @@
<input pattern="(.*)">
<match>
<action function="play-file" data="voicemail/vm-enter_id.wav"/>
- <action function="say" data="$1" method="pronounced" type="items"/>
+ <action function="say" data="$1" method="pronounced" type="name_spelled"/>
</match>
</input>
</macro>
@@ -12,7 +12,7 @@
<input pattern="(.*)">
<match>
<action function="play-file" data="voicemail/vm-enter_pass.wav"/>
- <action function="say" data="$1" method="pronounced" type="items"/>
+ <action function="say" data="$1" method="pronounced" type="name_spelled"/>
</match>
</input>
</macro>
More information about the Freeswitch-trunk
mailing list