mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the North American to International outbound route regex.
This commit is contained in:
@@ -278,7 +278,7 @@ else {
|
||||
$label = $text['label-north-america'];
|
||||
$abbrv = "10-11d";
|
||||
break;
|
||||
case "^(011(\d{9,17})$":
|
||||
case "^(011\d{9,17})$":
|
||||
$label = $text['label-north-america-intl'];
|
||||
$abbrv = "011.9-17d";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user