Make xfer_vm a global dialplan
This commit is contained in:
parent
d29bc2987c
commit
d5a28f3d91
|
|
@ -1,4 +1,4 @@
|
|||
<extension name="xfer_vm" number="xfer_vm" context="${domain_name}" continue="false" app_uuid="44a4b26d-9e13-41dc-8405-7ff2e4a215e0" order="320">
|
||||
<extension name="xfer_vm" number="xfer_vm" context="global" continue="false" app_uuid="44a4b26d-9e13-41dc-8405-7ff2e4a215e0" global="true" order="320">
|
||||
<condition field="destination_number" expression="^xfer_vm$">
|
||||
<action application="read" data="2 6 'tone_stream://%(10000,0,350,440)' digits 30000 #"/>
|
||||
<action application="set" data="origination_cancel_key=#"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue