Disable bxfer-return by default
This returns the call back to the person that tried to do a blind transfer. Enable this dialplan if its a behavior you want.
This commit is contained in:
parent
e2c22776ce
commit
253635bde4
|
|
@ -1,4 +1,4 @@
|
|||
<extension name="bxfer-return" number="" context="global" continue="false" app_uuid="e68d77c6-d504-41f9-8a1c-ec5ee4dfa793" global="true" enabled="true" order="895">
|
||||
<extension name="bxfer-return" number="" context="global" continue="false" app_uuid="e68d77c6-d504-41f9-8a1c-ec5ee4dfa793" global="true" enabled="false" order="895">
|
||||
<condition field="${user_exists}" expression="true"/>
|
||||
<condition field="${sip_refer_to}" expression="@">
|
||||
<action application="transfer" data="${sip_to_user} XML ${domain_name}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue