updated to FS git HEAD 5e3a6fc5e6f40be5d68c8b3cfbbfa3227fe06c2f
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.packages / say-fr / lang / fr / demo / demo.xml
1 <include>
2 <macro name="msgcount">
3 <input pattern="(.*)">
4 <match>
5 <action function="play-file" data="tuas.wav"/>
6 <action function="say" data="$1" method="pronounced" type="items"/>
7 <action function="play-file" data="messages.wav"/>
8 </match>
9 </input>
10 </macro>
11 <macro name="timeleft">
12 <input pattern="(\d+):(\d+)">
13 <match>
14 <action function="speak-text" data="il reste $1 minutes et $2 secondes"/>
15 </match>
16 </input>
17 </macro>
18 </include>
19 <!--
20 For Emacs:
21 Local Variables:
22 mode:xml
23 indent-tabs-mode:nil
24 tab-width:2
25 c-basic-offset:2
26 End:
27 For VIM:
28 vim:set softtabstop=2 shiftwidth=2 tabstop=2 expandtab:
29 -->