call-forward-all set diversion header to default false.

If the diversion header is required it can be enabled.
This commit is contained in:
FusionPBX 2022-05-05 16:45:12 -06:00 committed by GitHub
parent d2d8c2bdcb
commit 3600e479fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<action application="set" data="outbound_caller_id_number=${user_data ${destination_number}@${domain_name} var outbound_caller_id_number}" inline="true" enabled="false"/>
<action application="set" data="outbound_caller_id_name=${caller_id_name}" inline="true" enabled="true"/>
<action application="set" data="outbound_caller_id_number=${caller_id_number}" inline="true" enabled="true"/>
<action application="set" data="sip_h_Diversion=&lt;sip:${caller_destination}@${external_sip_ip}:5060&gt;;reason=unconditional" enabled="true"/>
<action application="set" data="sip_h_Diversion=&lt;sip:${caller_destination}@${external_sip_ip}:5060&gt;;reason=unconditional" enabled="false"/>
<action application="transfer" data="${forward_all_destination} XML ${domain_name}" enabled="true"/>
</condition>
</extension>