macro voicemail_message_count fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13276 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0f3685e779
commit
7351abcdf8
|
@ -61,7 +61,7 @@
|
|||
</match>
|
||||
</input>
|
||||
<!-- от 10 до 19 и ноль --> <!-- от 5до 9 и больше 20-ти 25-29 -->
|
||||
<input pattern="^(1[0-9]|0|\d+[0,2-9][0,5-9]|[2-9][0,5-9]|[0,5-9]):(.*)$">
|
||||
<input pattern="^(1[0-9]|0|\d+[0-9][0,5-9]|[2-9][0,5-9]|[0,5-9]):(.*)$">
|
||||
<match>
|
||||
<action function="play-file" data="voicemail/vm-you_have.wav"/>
|
||||
<action function="say" data="$1" method="pronounced" type="MESSAGES"/>
|
||||
|
|
Loading…
Reference in New Issue