| 648 | | var localpattern = <?php echo 'prompt("'._("What is the directory assistance number you will dial locally in the format that is passed to this trunk, ie 411").'");'?> |
|---|
| 649 | | if (localpattern == null) return; |
|---|
| 650 | | } while (!localpattern.match('^[0-9#*]+$') && <?php echo '!alert("'._("Invalid pattern. Only 0-9, #, *").'")'?>); |
|---|
| | 648 | var localprefix = <?php echo 'prompt("'._("What is the directory assistance number you will dial locally in the format that is passed to this trunk, ie 411").'"'?>,<?php echo _('"411"')?>); |
|---|
| | 649 | if (localprefix == null) return; |
|---|
| | 650 | } while (!localprefix.match('^[0-9#*]+$') && <?php echo '!alert("'._("Invalid pattern. Only 0-9, #, *").'")'?>); |
|---|