Content
C520 C620 M100 M200 M500
Web User Interface
Model | Web User Interface |
---|---|
C520 | System → SIP Account Management → Account x → General Account Settings → Dial Plan |
M500 | System → SIP Account Management → Account x → Features → Account → Dial Plan |
Phone User Interface
N/A
Text Configuration
sip_account.x.dial_plan = VALIDVALUE
XML Configuration (C520, C620, M100, M200 only)
<sip_account>
<idx id="x">
<dial_plan>VALIDVALUE</dial_plan>
</idx>
</sip_account>
Description
Sets the dial plan for account x.
The dial plan consists of a series of dialing rules, or strings, that determine whether what the user has dialed is valid and when the phone should dial the number.
NOTE: Numbers that are dialed when forwarding a call—when the user manually forwards a call, or a pre-configured number is dialed for Call Forward All, Call Forward–No Answer, or Call Forward Busy—always bypass the dial plan.
Dialing rules must consist of the elements defined in the table below.
Element | Description |
---|---|
x | Any dial pad key from 0 to 9, including # and *. |
[0-9] | Any two numbers separated by a hyphen, where the second number is greater than the first. All numbers within the range or valid, excluding # and *. |
x+ | An unlimited series of digits. |
, | This represents the playing of a secondary dial tone after the user enters the digit(s) specified or dials an external call prefix before the comma. For |
PX | This represents a pause of a defined time; X is the pause duration in seconds. For instance, "P3" would represent pause duration of 3 seconds. |
(0:9) | This is a substitution rule where the first number is replaced by the second. For example, "(4:723)xxxx" would replace "46789" with "723-6789". If the |
| | This separator is used to indicate the start of a new pattern. Can be used to add multiple dialing rules to one pattern edit box. |
A sample dial plan appears below.
Valid Values
Text string
Default Value
Model | Default Value |
---|---|
C520 C620 M500 | x+P |
M100 M200 | x+(#:)|x+P |