From 18abfd277db66aa19da497edc8687b96591d8a32 Mon Sep 17 00:00:00 2001 From: James Rose Date: Fri, 17 Oct 2014 17:56:52 +0000 Subject: [PATCH] fixed caller id prefix so it shows up on the phone in call center. changed # to - so it's cleaner on the display. --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index a3aac54191..2c6c0ae667 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -2692,7 +2692,7 @@ if (!function_exists('save_call_center_xml')) { $dialplan->dialplan_uuid = $dialplan_uuid; $dialplan->dialplan_detail_tag = 'action'; //condition, action, antiaction $dialplan->dialplan_detail_type = 'set'; - $dialplan->dialplan_detail_data = "caller_id_name=".$queue_cid_prefix."#\${caller_id_name}"; + $dialplan->dialplan_detail_data = "effective_caller_id_name=".$queue_cid_prefix."-\${caller_id_name}"; $dialplan->dialplan_detail_break = ''; $dialplan->dialplan_detail_inline = ''; $dialplan->dialplan_detail_group = '2';