diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 4110e061cf..a2aca66a40 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -514,7 +514,7 @@ } if (!empty($destination_cid_name_prefix)) { - $dialplan["dialplan_xml"] .= " \n"; + $dialplan["dialplan_xml"] .= " \n"; } if (!empty($destination_record) && $destination_record == 'true') { $dialplan["dialplan_xml"] .= " \n"; @@ -735,7 +735,7 @@ $dialplan["dialplan_details"][$y]["dialplan_detail_tag"] = "action"; $dialplan["dialplan_details"][$y]["dialplan_detail_type"] = "set"; $dialplan["dialplan_details"][$y]["dialplan_detail_data"] = "effective_caller_id_name=".$destination_cid_name_prefix."#\${caller_id_name}"; - $dialplan["dialplan_details"][$y]["dialplan_detail_inline"] = "false"; + $dialplan["dialplan_details"][$y]["dialplan_detail_inline"] = "true"; $dialplan["dialplan_details"][$y]["dialplan_detail_group"] = $dialplan_detail_group; $dialplan["dialplan_details"][$y]["dialplan_detail_order"] = $dialplan_detail_order; $y++;