Fix a conflict with the page dialplan *724

This commit is contained in:
FusionPBX
2021-06-28 10:17:23 -06:00
committed by GitHub
parent 398b52fa23
commit a8ed7efd11

View File

@@ -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"/>