mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
8 lines
363 B
XML
8 lines
363 B
XML
<context name="{v_context}">
|
|
<extension name="agent_status" number="*22" continue="false" app_uuid="2eb032c5-c79d-4096-ac90-8a47fe40f411">
|
|
<condition field="destination_number" expression="^\*22$">
|
|
<action application="set" data="agent_id=${sip_from_user}"/>
|
|
<action application="lua" data="app.lua agent_status"/>
|
|
</condition>
|
|
</extension>
|
|
</context> |