From 57e23c331be1f10b085e7e9fae9238179887a13c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 3 Jun 2015 07:11:05 +0000 Subject: [PATCH] Fix outbound dialplan when using a transfer. --- app/dialplan_outbound/dialplan_outbound_add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialplan_outbound/dialplan_outbound_add.php b/app/dialplan_outbound/dialplan_outbound_add.php index be0d09651f..5029f7f899 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -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 {