Version 5.2 325 September 2007
SIP User's Manual 6. ini File Configuration
Table 6-12: Number Manipulation and Routing Parameters
ini File Field Name
Web Parameter Name
Valid Range and Description
 SourceAddress = Source IP address (obtained from the Request-
URI in the INVITE message)
 NumberType = Number Type used in RPID header
 NumberPlan = Number Plan used in RPID header
 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 = Calling number presentation (0 to allow
presentation; 1 to restrict presentation)
For example:
[SourceNumberMapTel2Ip]
SourceNumberMapTel2Ip 0 = 22,03,$$,0,0,$$,2,$$,667,$$,0;
SourceNumberMapTel2Ip 0 = 10,10,*,255,255,3,0,5,100,$$,255;
[\SourceNumberMapTel2Ip]
Notes:
 For a description on ini file parameter tables, refer to 'Structure of ini
File Parameter Tables' on page 269.
 RemoveFromLeft, RemoveFromRight, Prefix2Add, Suffix2Add,
LeaveFromRight, NumberType, NumberPlan, and
IsPresentationRestricted are applied if the called and calling
numbers match the DestinationPrefix and SourcePrefix conditions.
 The manipulation rules are executed in the following order:
RemoveFromLeft, RemoveFromRight, LeaveFromRight, Prefix2Add,
and Suffix2Add.
 Parameters can be skipped by using two dollar signs ('$$').
 An asterisk ('*') represents all IP addresses.
 IsPresentationRestricted is set to 'Restricted' only if 'Asserted
Identity Mode' is set to 'P-Asserted'.
 Number Plan and Type can optionally be used in Remote Party ID
(RPID) header by using the EnableRPIHeader and AddTON2RPI
parameters.
SourceNumberMapIP2Tel
Manipulates the source number for IP-to-Tel calls (also configured in
the Embedded Web Server's 'Source Phone Number Manipulation
Table for IPÆTel Calls' screen -- refer to 'Configuring the Number
Manipulation Tables' on page 113).
Format of this ini file parameter table:
[SourceNumberMapIp2Tel]
FORMAT SourceNumberMapIp2Tel_Index =
SourceNumberMapIp2Tel_DestinationPrefix,
SourceNumberMapIp2Tel_SourcePrefix,
SourceNumberMapIp2Tel_SourceAddress,
SourceNumberMapIp2Tel_NumberType,
SourceNumberMapIp2Tel_NumberPlan,