From 7c569d3cac7cb2decaf86c7f11c8c66d3e87cc6c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Mar 2018 22:28:53 -0600 Subject: [PATCH] Update app_config.php --- app/grandstream/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/grandstream/app_config.php b/app/grandstream/app_config.php index 0310250f04..9db3884ebc 100644 --- a/app/grandstream/app_config.php +++ b/app/grandstream/app_config.php @@ -360,7 +360,7 @@ $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_dial_plan"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; - $apps[$x]['default_settings'][$y]['default_setting_value'] = "{ x+ | *x+ | *xx | *xxx | *xxxx | *xxxxx | *xxxxxx | **xx | **xxx | **xxxx | **xxxxx | **xxxxxx | **xxxxxxx | **xxxxxxxx | *xx*x+ | \+x+ | \p\a\r\k\+*x+ }"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "{x+|*x+|*++}"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Define the digits that are allowed to be called."; $y++;