Dial plan – ATL Telecom IP-3062 PoE Professional IP Telephone User Manual
Page 55
Page 55
MOCET IP3062 Professional IP Phone Administrators’ Guide
Dial Plan
This parameter allows you to create a specific routing path for outgoing SIP calls. When
outgoing SIP call fits the dial plan, it will be called out immediately without waiting for Dial
Timeout time.
A dial plan is a set of rules for determining whether a complete set of numbers has been
entered. IP3062 uses industry-standard Regular expressions to match dialed numbers.
Dial Plan Entries
Dial plan entries have three parts. The parts may be separated with character “|”.
Regex Pattern
Result pattern
Flags
The first part contains a regex pattern which is used for matching the dialed number. The
second part contains the result or the dial plan step
, and the third (optional) part contains
flags that set additional processing attributes. The following flags are available:
The “d” flag means that the number is complete and can be dialed. For example:
“([0-9]{5})|\1|d” means that a number with five digits will be dialed automatically.
The “i” flag means that the comparisons should be done case-insensitive.
The “t” flag means that an additional time out period (default is 4 seconds) should take
place before automatic dialing starts.
A new value (2-9) after “t” flag can overwrite the default time.
For example: “t8” means the time out is 8 seconds.
On the phone, a dial plan can contains multiple dial plan entries, use space character to
separate them.
For example:
^911$|sip:[email protected]|d ([0-9]{4})|\1|di ([a-z]{8})|sip:\[email protected]|t5
This dial plan has three entries:
^911$|sip:[email protected]|d
([0-9]{4})|\1|di
([a-z]{8})|sip:\[email protected]|t5