MBIT Technologies
*
www.mbit.com.au
45
7.7.3.2 Dial Plan Syntactic
No.
String
Description
1
0 1 2 3 4 5 6 7 8 9 * #
Legal characters
2
X
Lowercase letter x stands for one legal character
3
[sequence]
To match one character form sequence.
For example:
[0-9]: match one digit form 0 to 9
[23-5*]: match one character from 2 or 3 or 4 or 5 or *
4
x.
Match to,,, …...
For example:
“01.”: can match ”0”, “01”, “011”, ”0111”, …….., ”01111…”
5
<dialed: substituted>
Replace dialed with substituted.
For example:
<8:1650>123456:input is “85551212”, output
is“16505551212”
6
x,y
Make outside dial tone after dialing “x”, stop until
dialing character “y”
For example:
“9,1xxxxxxxxxx”:bb100 make outside dial tone after
inputting “9”, stop tone until inputting “1”
“9,8,010x”: make outside dial tone after inputting “9”,
stop tone until inputting “0”
7
T
Set the delayed time.
For example:
“<9:111>T2”: bb100 will dial out the matched
number “111” after 2 seconds.