提交 e9cd007f authored 作者: Brian West's avatar Brian West

name_spelled instead of items, thanks L2SHO

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6809 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 96943abe
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<input pattern="(.*)"> <input pattern="(.*)">
<match> <match>
<action function="play-file" data="voicemail/vm-enter_id.wav"/> <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> </match>
</input> </input>
</macro> </macro>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<input pattern="(.*)"> <input pattern="(.*)">
<match> <match>
<action function="play-file" data="voicemail/vm-enter_pass.wav"/> <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> </match>
</input> </input>
</macro> </macro>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论