freeswitch/conf/lang/fr/demo/demo.xml
Brian West c37a32bc5c FSCONFIG-23
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-27 00:34:50 +00:00

19 lines
638 B
XML

<include><!--This line will be ignored it's here to validate the xml and is optional -->
<macro name="msgcount">
<input pattern="(.*)">
<match>
<action function="play-file" data="tuas.wav"/>
<action function="say" data="$1" method="pronounced" type="items"/>
<action function="play-file" data="messages.wav"/>
</match>
</input>
</macro>
<macro name="timeleft">
<input pattern="(\d+):(\d+)">
<match>
<action function="speak-text" data="il reste $1 minutes et $2 secondes"/>
</match>
</input>
</macro>
</include><!--This line will be ignored it's here to validate the xml and is optional -->