Fix outbound dialplan when using a transfer.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user