From 91f9540cb02b764f879b4892dfe4cd7fe527a0dc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 4 Nov 2013 21:28:40 +0000 Subject: [PATCH] Fix the call center music on hold selected feature in the select list. --- app/call_center/call_center_queue_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index d190189fdd..cfdbdb7377 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -433,25 +433,25 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; $select_options = ""; - if ($ring_group_ringback == "\${us-ring}" || $ring_group_ringback == "us-ring") { + if ($queue_moh_sound == "\${us-ring}" || $queue_moh_sound == "us-ring") { $select_options .= " \n"; } else { $select_options .= " \n"; } - if ($ring_group_ringback == "\${fr-ring}" || $ring_group_ringback == "fr-ring") { + if ($queue_moh_sound == "\${fr-ring}" || $queue_moh_sound == "fr-ring") { $select_options .= " \n"; } else { $select_options .= " \n"; } - if ($ring_group_ringback == "\${uk-ring}" || $ring_group_ringback == "uk-ring") { + if ($queue_moh_sound == "\${uk-ring}" || $queue_moh_sound == "uk-ring") { $select_options .= " \n"; } else { $select_options .= " \n"; } - if ($ring_group_ringback == "\${rs-ring}" || $ring_group_ringback == "rs-ring") { + if ($queue_moh_sound == "\${rs-ring}" || $queue_moh_sound == "rs-ring") { $select_options .= " \n"; } else {