Fix outbound dialplan when using a transfer.

This commit is contained in:
Mark Crane 2015-06-03 07:11:05 +00:00
parent c2157600b2
commit 57e23c331b
1 changed files with 1 additions and 1 deletions

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 {