Add Pin Code option to outbound route (#3084)

Added a true of false pin code option to outbound route for ease of enabling pin code dialing
This commit is contained in:
andycol
2018-06-09 08:50:53 -06:00
committed by FusionPBX
parent bf0a0aa0d2
commit a6a5068ea6
3 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -51,5 +51,5 @@
$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";
?>