mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Add *23 for agent status that requests the id and password.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="user_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 user_status"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
@@ -0,0 +1,8 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="user_status" number="*23" continue="false" app_uuid="feb0ee6e-0ea5-41fc-a9c1-189daf2d4161">
|
||||
<condition field="destination_number" expression="^\*23$">
|
||||
<action application="set" data="agent_id="/>
|
||||
<action application="lua" data="app.lua user_status"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Reference in New Issue
Block a user