From d22d29ef1f013a2050087ebd804a9caaf8026797 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 27 Jun 2018 23:54:23 -0600 Subject: [PATCH] Update app_config.php --- app/dialplan_outbound/app_config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index 2ed48fa9ad..c067c33d8b 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -50,6 +50,8 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['description'] = "Add outbound routes for any gateways on any domain."; $y++; - $apps[$x]['permissions'][$y]['name'] = "outbound_route_toll_allow_lua"; + $apps[$x]['permissions'][$y]['name'] = "outbound_route_pin_codes"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; -?> \ No newline at end of file +?>