[Freeswitch-svn] [commit] r13277 - freeswitch/trunk/conf/lang/ru/vm
FreeSWITCH SVN
buklov at freeswitch.org
Mon May 11 11:57:38 PDT 2009
Author: buklov
Date: Mon May 11 13:57:38 2009
New Revision: 13277
Log:
macro voicemail_message_count fix v.2
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:57:38 2009
@@ -61,7 +61,7 @@
</match>
</input>
<!-- от 10 до 19 и ноль --> <!-- от 5до 9 и больше 20-ти 25-29 -->
- <input pattern="^(1[0-9]|0|\d+[0-9][0,5-9]|[2-9][0,5-9]|[0,5-9]):(.*)$">
+ <input pattern="^(\d+1[0-9]|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