Four Channel’s GSM VoIP Gateway
41
Examples:
1. Dial Plan
= “010:-010”
means that the number dialed out will have the first 3
digits
“
010
”
removed when a number with the first digits as
“010”
is entered.
a) Number entered
= “01082121234”
, actual number dialed
= “82121234”.
b) Number entered
= “82121234”,
actual number dialed
= “82121234”.
2. Dial Plan
= “1:+00”
means that the number dialed out will have the
“00”
added
in front of the number entered when a number with the first digit as
“1”
is
entered,.
a) Number entered
=
“1082121234”
,
actual
number
dialed =
“00182121234”
.
b) Number entered
= “82121234”
, actual number dialed
= “82121234”.
3. Dial Plan
= “001:-001+1751”
means that the number dialed out will the first 3
digits
“001”
changed to
“1751”
when a number with the first digits as
“001”
is
entered.
a) Number entered
= “00182121234”,
actual number dialed
=
“175282121234”.
b) Number entered
= “82121234”
, actual number dialed
= “82121234”.
4. Dial Plan
= “XXXX:”
means that the input number is limited to 4-digit long and
will be dialed out immediately when the fourth digit is entered.
5. Dial Plan
= “13XXX0”
means that the input number is restricted to
11-digit long and the first two digits must be
“13”.
When this condition is
matched, the number dialed out will have a leading
“0”
added.
a) Number entered
= “13901234567”,
actual number dialed
=
“013901234567”.
b) Number entered
= “12801234567”,
actual number dialed
=
“12801234567”.
6. Dial Plan
= “13[6-9] XXXXXXXX: +0”
means that the input number is restricted
to 11-digit long and the first two digits must be “13” and the third digit can be 6,
7, 8, or 9. When this condition is matched, the number dialed out will have a
leading “0” added.
a) Number entered
= “13901234567”
, actual number dialed
=
“013971234567”.
b) Number entered
= “13001234567”,
actual number dialed
=
“13001234567”.
Please note that the above samples are simple and intended to show the meaning of
various rules. They may not have any practical meaning. A combination of these rules
(joined with the symbol
“|”
can be realized for a much more complicated dialing
application.