call forward fix regex (#5986)
This commit is contained in:
parent
a8ed7efd11
commit
2d25eeed8d
|
|
@ -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{2-6})$" break="on-true">
|
||||
<condition field="destination_number" expression="^\*72(\d{2,20})$" break="on-true">
|
||||
<action application="set" data="request_id=false"/>
|
||||
<action application="set" data="enabled=true"/>
|
||||
<action application="lua" data="call_forward.lua $1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue