From c62c5405ec8637b1ba924deed205cf2289d70edd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 29 Apr 2019 09:41:54 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index fbeb05477f..c32397539a 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -156,6 +156,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_prefix"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the prefix."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_number_regex"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Regular Expression version of destination number";