mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Fix outbound dialplan when using a transfer.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user