Add continue false to the call forward dialplan
This commit is contained in:
parent
979296c903
commit
7d8fce8885
|
|
@ -1,5 +1,5 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="call-forward" number="*72,*73" app_uuid="b4b32fb4-0181-4876-9bec-b9dff1299d60" enabled="true">
|
||||
<extension name="call-forward" number="*72,*73" app_uuid="b4b32fb4-0181-4876-9bec-b9dff1299d60" continue="false" enabled="true">
|
||||
<condition field="destination_number" expression="^\*72$" break="on-true">
|
||||
<action application="set" data="pin_number={v_pin_number}"/>
|
||||
<action application="set" data="enabled=true"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue