From 05ea57996739c60530b271a8e3eb62e21ab6f1ab Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 3 Mar 2020 14:16:39 -0700 Subject: [PATCH] Update app_config.php --- app/extensions/app_config.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 4ff5b99923..166b17e561 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -53,9 +53,10 @@ $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and call_group <> '' and enabled = 'true' "; $apps[$x]['destinations'][$y]['order_by'] = "destination asc"; $apps[$x]['destinations'][$y]['field']['context'] = "user_context"; - $apps[$x]['destinations'][$y]['field']['destination']['name'] = "destination"; - $apps[$x]['destinations'][$y]['field']['destination']['type'] = "csv"; - $apps[$x]['destinations'][$y]['field']['destination']['delimiter'] = ","; + $apps[$x]['destinations'][$y]['field']['destination'] = "destination"; + //$apps[$x]['destinations'][$y]['field']['destination']['name'] = "destination"; + //$apps[$x]['destinations'][$y]['field']['destination']['type'] = "csv"; + //$apps[$x]['destinations'][$y]['field']['destination']['delimiter'] = ","; $apps[$x]['destinations'][$y]['select_value']['dialplan'] = "bridge:group/\${destination}@\${domain_name}"; $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:bridge group/\${destination}@\${domain_name}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination}";