spelling error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8043 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-04-07 16:04:52 +00:00
parent a55692139b
commit 1b6298e6d9
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="say" data="$1" method="pronounced" type="name_spelled"/> <action function="say" data="$1" method="pronounced" type="name_spelled"/>
<action function="play-file" data="voicemail/vm-not_avaliable.wav"/> <action function="play-file" data="voicemail/vm-not_available.wav"/>
</match> </match>
</input> </input>
</macro> </macro>