From 912bbb6a7d18a511ab07b2b4d701aa9560cf3c79 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 2 Aug 2014 06:18:57 +0000 Subject: [PATCH] Add effectice to caller_id_number to make it set the new caller id with the prefix.'; --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index c98fe6f2dd..ae82cf4b65 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -226,7 +226,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { $dialplan["dialplan_details"][$y]["domain_uuid"] = $_SESSION['domain_uuid']; $dialplan["dialplan_details"][$y]["dialplan_detail_tag"] = "action"; $dialplan["dialplan_details"][$y]["dialplan_detail_type"] = "set"; - $dialplan["dialplan_details"][$y]["dialplan_detail_data"] = "caller_id_name=".$destination_cid_name_prefix."#\${caller_id_name}"; + $dialplan["dialplan_details"][$y]["dialplan_detail_data"] = "effective_caller_id_name=".$destination_cid_name_prefix."#\${caller_id_name}"; $dialplan["dialplan_details"][$y]["dialplan_detail_order"] = $dialplan_detail_order; $y++;