From 9cdcf5b7ef2d82a2ed15e30f822f79f0a8afbe2b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 7 Aug 2014 15:46:44 +0000 Subject: [PATCH] Add call center queue annound sound and frequency to the database. --- app/call_center/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 09246b3597..718c1289ee 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -454,6 +454,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_announce_sound"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_announce_frequency"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";