Version 6.2 495 February 2011
SIP User's Manual 10. Configuration Parameters Reference
Parameter Description
Web: SAS Registration Manipulation Table
EMS: Stand-Alone Survivability
[SASRegistrationManipulation]
This ini file table parameter configures the SAS Registration
Manipulation table. This table is used by the SAS application to
manipulate the SIP Request-URI user part of incoming INVITE
messages and of incoming REGISTER request AoR (To header),
before saving it to the registered users database. The format of
this table parameter is as follows:
[SASRegistrationManipulation]
FORMAT SASRegistrationManipulation_Index =
SASRegistrationManipulation_RemoveFromRight,
SASRegistrationManipulation_LeaveFromRight;
[\SASRegistrationManipulation]
RemoveFromRight = number of digits removed from the right
side of the user part before saving to the registered user
database.
LeaveFromRight = number of digits to keep from the right side.
If both RemoveFromRight and LeaveFromRight are defined, the
RemoveFromRight is applied first. The registered database
contains the AoR before and after manipulation.
The range of both RemoveFromRight and LeaveFromRight is 0 to
30.
For example, the manipulation rule below routes an INVITE with
Request-URI header "sip:7184002@10.33.4.226" to user
"4002@10.33.4.226" (i.e., keep only four digits from right of user
part):
SASRegistrationManipulation 0 = 0, 4;
Notes:
You can only configure one index entry.
For a detailed description of the individual parameters in this
table and for configuring this table using the Web interface, see
''Configuring Stand-Alone Survivability'' on page 161.
Web: SAS IP-to-IP Routing Table
[IP2IPRouting]
This ini file table parameter configures the IP-to-IP Routing table
for SAS routing rules. The format of this parameter is as follows:
[IP2IPRouting]
FORMAT IP2IPRouting_Index = IP2IPRouting_SrcIPGroupID,
IP2IPRouting_SrcUsernamePrefix, IP2IPRouting_SrcHost,
IP2IPRouting_DestUsernamePrefix, IP2IPRouting_DestHost,
IP2IPRouting_DestType, IP2IPRouting_DestIPGroupID,
IP2IPRouting_DestSRDID, IP2IPRouting_DestAddress,
IP2IPRouting_DestPort, IP2IPRouting_DestTransportType,
IP2IPRouting_AltRouteOptions;
[\IP2IPRouting]
For example:
IP2IPRouting 1 = -1, *, *, *, *, 0, -1, -1, , 0, -1, 0;
Notes:
This table can include up to 120 indices (where 0 is the first
index).
For a detailed description of the individual parameters in this
table and for configuring this table using the Web interface, see