...
Example | Description |
---|---|
{[x*]+} | Default (Allow any number of digits or *'s) |
{[649]11} | Allow 611, 411, 911 only |
{1480xxxxxxx} | Allow any 11 digit number starting with 1480 |
{[649]11|1480xxxxxxx} | Allow 611,411,911 and any 11 digit number starting with 1480 |
{9,x+} | After the user dials 9, they are presented with ANOTHER dial tone, and then can dial any number. The complete number (including the 9) is sent |
{^1900x+ | <=1480>xxxxxxx} | Block any number starting with1900 and add prefix 1480 for any dialed 7 digit numbers |
{<8=011>x+|[*x]+} | If the number starts with 8, replace it with 011. Otherwise, any number of digits or *'s |
{<=1555>[2-9]xxxxxx} | Add digits 1555 to all 7 digit dialed numbers |
Info | ||
---|---|---|
| ||
The phone dial patterns work in conjunction with the values set for "Dial Now Timeout" Dial Entry Timeout - how long the phone waits for additional digits before dialing where there is one or more possible matches. Use 0 to wait forever. Dial Now Timeout - how long the phone waits for additional digits before dialing where there is an exact match to a single pattern. Setting this to 0 does not mean it will wait forever, it will dial immediately with 0 delay. |