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:
parent
96943abefd
commit
e9cd007f13
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue