From 167b650ebc8a17814363811b4d5472688b6b09e2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 22 Nov 2012 03:13:04 +0000 Subject: [PATCH] Add max_wait_time_with_no_agent_time_reached to call center. --- app/call_center/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index d5e58527bc..8b607b69ec 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -397,6 +397,10 @@ $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'] = 'max_wait_time_with_no_agent_time_reached'; + $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_tier_rules_apply'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';