Skip to content

Commit

Permalink
use say-counted since we have it!
Browse files Browse the repository at this point in the history
  • Loading branch information
shimaore committed Feb 29, 2012
1 parent bf10c97 commit 83396b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/freeswitch/lang/fr/vm/sounds.xml
Expand Up @@ -396,8 +396,8 @@
<macro name="message received">
<input pattern="^([^:]+):([^:]*):[0-9]{4}-([0-9]{2})-([0-9]{2})T([0-9]{2}:[0-9]{2})" break_on_match="true"> <!-- message_number,caller_id,timestamp -->
<match>
<action function="play-file" data="voicemail/vm-message_number.wav"/>
<action function="phrase" phrase="say-number" data="$1"/>
<action function="phrase" phrase="say-counted" data="$1"/>
<action function="play-file" data="voicemail/vm-message.wav"/>
<action function="play-file" data="voicemail/vm-received.wav"/>
<action function="phrase" phrase="say-number" data="$4"/>
<action function="phrase" phrase="say-month" data="$3"/>
Expand Down

0 comments on commit 83396b8

Please sign in to comment.