General Preferences
Cancel
Save
This option allows the administrator to define a global digit mapping string compatible with RFC 3435, section 2.1.5,
to be used with VoIP phones provisioned by this system. There is no default setting and this option does not sync with the
dialplan assigned to an individual user. The following examples should assist in writing an acceptable digit mapping string.
[2-9]11 - Where calls beginning with digits 2-9 followed by digits 11 are dialed immediately.
0T - Where calls beginning with digit 0 followed by a pause equal to the "Digit Timeout" option.
+011xxx.T - Where calls beginning with the + character, followed by 011 digits and then at least three more digits before any arbitrary number is matched, dialed after Digit Timeout is reached.
0[2-9]xxxxxxxxx - Where calls beginning with 0, followed by any digit from 2-9, followed further by 9 more digits are dialed immediately.
+1[2-9]xxxxxxxx - Where calls beginning with the + character, followed by 1, followed by any digit from 2-9, followed by 8 more digits are dialed immediately.
[2-9]xxxxxxxxx - Where calls beginning with any digit from 2-9, followed by 9 more digits are dialed immediately.
[2-9]xxxT - Where calls beginning with any digit from 2-9, followed by three more digits are dialed after Digit Timeout is reached.
These examples would be represented in this option entry box as:
[2-9]11|0T|+011xxx.T|0[2-9]xxxxxxxxx|+1[2-9]xxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT
where each entry is separated by the | character. For more information, please refer to RFC 3435.