From d2c32c54f3f3a37a452d8855b0b7f77baab696ca Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 27 Apr 2018 22:09:27 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index a057955b33..0a013c39f1 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -177,6 +177,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the data."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_alternate_app"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate application."; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_alternate_data"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate data."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";