User`s manual

SIP User's Manual 370 Document #: LTRT-83303
Mediant 1000 & Mediant 600
ini File Parameter Description
(RPID) header by using the EnableRPIHeader and AddTON2RPI
parameters.
To configure manipulation of destination numbers for Tel-to-IP calls
using the Web interface (i.e., in the 'Destination Phone Number
Manipulation Table for Tel-to-IP Calls' table), refer to ''Configuring
the Number Manipulation Tables'' on page 190).
For a description on using ini file table parameters, refer to ''Structure
of ini File Table Parameters'' on page 293.
NumberMapIP2Tel
This ini file table parameter manipulates the destination number of IP-to-
Tel calls. The format of this parameter is as follows:
[NumberMapIp2Tel]
FORMAT NumberMapIp2Tel_Index =
NumberMapIp2Tel_DestinationPrefix,
NumberMapIp2Tel_SourcePrefix,
NumberMapIp2Tel_SourceAddress, NumberMapIp2Tel_NumberType,
NumberMapIp2Tel_NumberPlan,
NumberMapIp2Tel_RemoveFromLeft,
NumberMapIp2Tel_RemoveFromRight,
NumberMapIp2Tel_LeaveFromRight, NumberMapIp2Tel_Prefix2Add,
NumberMapIp2Tel_Suffix2Add,
NumberMapIp2Tel_IsPresentationRestricted;
[\NumberMapIp2Tel]
Where,
DestinationPrefix = Destination number prefix.
SourcePrefix = Source number prefix.
SourceAddress = Source IP address (obtained from the Contact
header in the INVITE message).
NumberType = Q.931 Number Type (TON).
NumberPlan = Q.931 Number Plan (NPI).
RemoveFromLeft = Number of stripped digits from the left.
RemoveFromRight = Number of stripped digits from the right.
LeaveFromRight = Number of remaining digits from the right.
Prefix2Add = String to add as prefix.
Suffix2Add = String to add as suffix.
IsPresentationRestricted = N/A (set to $$).
For example:
[NumberMapIp2Tel]
NumberMapIp2Tel 0 = 01,034,10.13.77.8,$$,0,$$,2,$$,667,$$;
NumberMapIp2Tel 1 = 10,10,1.1.1.1,255,255,3,0,5,100,$$,255;
[\NumberMapIp2Tel]
Notes:
RemoveFromLeft, RemoveFromRight, Prefix2Add, Suffix2Add,
LeaveFromRight, NumberType, and NumberPlan are applied if the
called and calling numbers match the DestinationPrefix,
SourcePrefix, and SourceAddress conditions.
The manipulation rules are executed in the following order:
RemoveFromLeft, RemoveFromRight, LeaveFromRight, Prefix2Add,
and Suffix2Add.
Parameters can be skipped using two dollar signs ('$$').