]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
name_spelled instead of items, thanks L2SHO
authorBrian West <brian@freeswitch.org>
Sat, 15 Dec 2007 18:33:59 +0000 (18:33 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 15 Dec 2007 18:33:59 +0000 (18:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6809 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/lang/en/vm/sounds.xml

index d8def419181bfc5cc98723678f3b72ee41d37491..3a058c513e83994039c14000e9ba2e7288edb0c0 100644 (file)
@@ -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>