Change the default North America outbound route regular expression to be more precise.

This commit is contained in:
markjcrane 2015-12-01 13:50:11 -07:00
parent a493828880
commit b0d96995e4
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ else {
$label = $text['label-11d'];
$abbrv = "11d";
break;
case "^\+?1?(\d{10})$":
case "^(?:\+1|1)?([2-9]\d\d[2-9]\d{6})$":
$label = $text['label-north-america'];
$abbrv = "10-11d";
break;