[Freeswitch-svn] [commit] r5915 - freeswitch/trunk/conf

Freeswitch SVN brian at freeswitch.org
Tue Oct 16 16:09:57 EDT 2007


Author: brian
Date: Tue Oct 16 16:09:57 2007
New Revision: 5915

Modified:
   freeswitch/trunk/conf/voicemail_en.xml

Log:
tweak

Modified: freeswitch/trunk/conf/voicemail_en.xml
==============================================================================
--- freeswitch/trunk/conf/voicemail_en.xml	(original)
+++ freeswitch/trunk/conf/voicemail_en.xml	Tue Oct 16 16:09:57 2007
@@ -199,7 +199,7 @@
   <macro name="voicemail_play_greeting">
     <input pattern="^(.*)$">
       <match>
-	<action function="say" data="$1" method="pronounced" type="items"/>
+	<action function="say" data="$1" method="pronounced" type="name_spelled"/>
 	<action function="play-file" data="voicemail/vm-not_avaliable.wav"/>
       </match>
     </input>



More information about the Freeswitch-svn mailing list