Fix. Export call direction to B-Leg. (#2895)

It is needed to use with b-leg filtering.
This commit is contained in:
Alexey Melnichuk
2017-10-26 10:33:35 -06:00
committed by FusionPBX
parent 76b60325ae
commit 216594229d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -835,7 +835,7 @@ include "root.php";
}
}
//add the call direction and domain name and uuid
$xml .= " <action application=\"set\" data=\"call_direction=inbound\" inline=\"true\"/>\n";
$xml .= " <action application=\"export\" data=\"call_direction=inbound\" inline=\"true\"/>\n";
if ($domain_uuid != null and $domain_uuid != '') {
$domain_name = $domains[$domain_uuid];
$xml .= " <action application=\"set\" data=\"domain_uuid=" . $domain_uuid . "\" inline=\"true\"/>\n";