Add phrase macros for '<person> has joined/left the conference'

This commit is contained in:
Michael S Collins 2011-09-09 10:02:52 -07:00
parent 10d2e80819
commit d62679df18
1 changed files with 20 additions and 0 deletions

View File

@ -9,6 +9,26 @@
</input>
</macro>
<macro name="has_called_conf">
<input pattern="^(\d+)$">
<match>
<action function="play-file" data="$1"/>
<action function="sleep" data="100"/>
<action function="play-file" data="conference/conf-has_joined.wav"/>
</match>
</input>
</macro>
<macro name="has_left_conf">
<input pattern="^(\d+)$">
<match>
<action function="play-file" data="$1"/>
<action function="sleep" data="100"/>
<action function="play-file" data="conference/conf-has_left.wav"/>
</match>
</input>
</macro>
<macro name="enter_dest_number">
<input pattern="^(.*)$">
<match>