mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-08 04:33:49 +00:00
17 lines
641 B
XML
17 lines
641 B
XML
<include>
|
|
<macro name="agent_status">
|
|
<input pattern="(.*)">
|
|
<match>
|
|
<action function="execute" data="sleep(500)"/>
|
|
<action function="play-file" data="ivr/ivr-to_log_in.wav"/>
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
|
<action function="play-file" data="digits/1.wav"/>
|
|
<action function="execute" data="sleep(100)"/>
|
|
<action function="play-file" data="ivr/ivr-to_log_out.wav"/>
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
|
<action function="play-file" data="digits/2.wav"/>
|
|
<action function="execute" data="sleep(2000)"/>
|
|
</match>
|
|
</input>
|
|
</macro>
|
|
</include> |