From 748c54025d233ab825c0ce61abd098d25e4cbf80 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 30 Aug 2021 22:25:31 -0600 Subject: [PATCH] Add queue_announce_position to the call center queue table. --- app/call_centers/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 7055b5caa1..c80812e088 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -405,6 +405,10 @@ $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_position"; + $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'] = "";