mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Add a new dialplan entry for changing the user status useful especially for call center.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="user_status" continue="false" app_uuid="2eb032c5-c79d-4096-ac90-8a47fe40f411">
|
||||
<condition field="destination_number" expression="^\*22$">
|
||||
<action application="lua" data="app.lua user_status"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Reference in New Issue
Block a user