User`s manual

SIP User's Manual 394 Document #: LTRT-83303
Mediant 1000 & Mediant 600
The following is an example of an ini file that includes these definitions. This ini file is
converted (using the TrunkPack Conversion Utility - refer to the Product Reference
Manual) to a binary file and loaded to the device.
; Example of dial-plan configuration.
; This file contains two dial plans: you may specify which
; one to use in CAS configuration.
[ PLAN1 ]
; Define the area codes 02, 03, 04.
; In these area codes, phone numbers have 7 digits.
02,7
03,7
04,7
; Define the cellular/VoIP area codes 052, 054, 050, and 077.
; In these area codes, phone numbers have 8 digits.
052,8
054,8
050,8
077,8
; Define the international prefixes 00, 012, 014.
; The number following these prefixes may
; be 7 to 14 digits in length.
00,7-14
012,7-14
014,7-14
; Define the emergency number 911.
; No additional digits are expected.
911,0
[ PLAN2 ]
; Define the area codes 02, 03, 04.
; In these area codes, phone numbers have 7 digits.
0[2-4],7
; Operator services starting with a star: *41, *42, *43.
; No additional digits are expected.
*4[1-3],0
The list must be prepared in a textual ini file with the following syntax:
Every line in the file defines a known dialing prefix and the number of digits expected
to follow that prefix. The prefix must be separated from the number of additional digits
by a comma (',').
Empty lines are ignored.
Lines beginning with a semicolon (';') are ignored.
Multiple dial plans may be specified in one file; A name in square brackets on a
separate line indicates the beginning of a new dial plan. Up to eight dial plans can be
defined.
Asterisks ('*') and number-signs ('#') can be specified as part of the prefix.
Numeric ranges are allowed in the prefix.
A numeric range is allowed in the number of additional digits.
Note: The prefixes must not overlap. Attempting to process an overlapping
configuration in the TrunkPack Conversion Utility results in an error message
specifying the problematic line.