From 393a01fcdf51524d49232f7f247dd73a128028fd Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jul 2014 02:29:47 +0000 Subject: [PATCH] Remove the redundant local_stream:// --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index d6acf3571b..8cf19978d3 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -2782,7 +2782,7 @@ if (!function_exists('save_call_center_xml')) { } else { if (substr($queue_moh_sound, 0, 15) == 'local_stream://') { - $v_queues .= " \n"; + $v_queues .= " \n"; } elseif (substr($queue_moh_sound, 0, 2) == '${' && substr($queue_moh_sound, -5) == 'ring}') { $v_queues .= " \n";