[Freeswitch-svn] [commit] r13276 - freeswitch/trunk/conf/lang/ru/vm
FreeSWITCH SVN
buklov at freeswitch.org
Mon May 11 11:34:22 PDT 2009
Author: buklov
Date: Mon May 11 13:34:22 2009
New Revision: 13276
Log:
macro voicemail_message_count fix
Modified:
freeswitch/trunk/conf/lang/ru/vm/sounds.xml
Modified: freeswitch/trunk/conf/lang/ru/vm/sounds.xml
==============================================================================
--- freeswitch/trunk/conf/lang/ru/vm/sounds.xml (original)
+++ freeswitch/trunk/conf/lang/ru/vm/sounds.xml Mon May 11 13:34:22 2009
@@ -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"/>
More information about the Freeswitch-svn
mailing list