Fix outbound dialplan when using a transfer.

This commit is contained in:
Mark Crane
2015-06-03 07:11:05 +00:00
parent 643f605310
commit f90e35ec78

View File

@@ -514,7 +514,7 @@ else {
}
$dialplan_detail_tag = 'action'; //condition, action, antiaction
if ($gateway_type != "transfer") {
if ($gateway_type == "transfer") {
$dialplan_detail_type = 'transfer';
}
else {