name_spelled instead of items, thanks L2SHO

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6809 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-15 18:33:59 +00:00
parent 96943abefd
commit e9cd007f13
1 changed files with 2 additions and 2 deletions

View 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>