mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Fix a conflict with the page dialplan *724
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="call-forward" number="*72,*73,*74" continue="false" app_uuid="b4b32fb4-0181-4876-9bec-b9dff1299d60" enabled="true" order="500">
|
||||
<condition field="destination_number" expression="^\*72(\d*)$" break="on-true">
|
||||
<condition field="destination_number" expression="^\*72(\d{2-6})$" break="on-true">
|
||||
<action application="set" data="request_id=false"/>
|
||||
<action application="set" data="enabled=true"/>
|
||||
<action application="lua" data="call_forward.lua $1"/>
|
||||
|
||||
Reference in New Issue
Block a user