2015-05-04 20:58:18 +02:00
|
|
|
<context name="{v_context}">
|
2015-05-04 21:05:20 +02:00
|
|
|
<extension name="agent_status" number="*22" continue="false" app_uuid="2eb032c5-c79d-4096-ac90-8a47fe40f411">
|
2015-05-04 20:58:18 +02:00
|
|
|
<condition field="destination_number" expression="^\*22$">
|
|
|
|
|
<action application="set" data="agent_id=${sip_from_user}"/>
|
2015-05-05 19:24:02 +02:00
|
|
|
<action application="lua" data="app.lua agent_status"/>
|
2015-05-04 20:58:18 +02:00
|
|
|
</condition>
|
|
|
|
|
</extension>
|
|
|
|
|
</context>
|