Fix outbound dialplan when using a transfer.
This commit is contained in:
parent
c2157600b2
commit
57e23c331b
|
|
@ -514,7 +514,7 @@ else {
|
||||||
}
|
}
|
||||||
|
|
||||||
$dialplan_detail_tag = 'action'; //condition, action, antiaction
|
$dialplan_detail_tag = 'action'; //condition, action, antiaction
|
||||||
if ($gateway_type != "transfer") {
|
if ($gateway_type == "transfer") {
|
||||||
$dialplan_detail_type = 'transfer';
|
$dialplan_detail_type = 'transfer';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue