User`s manual

Version 5.4 349 May 2008
SIP User's Manual 4. ini File Configuration
ini File Parameter Description
CauseMapSIP2ISDN
This ini file table parameter maps SIP Responses to Q.850 Release
Causes. The format of this parameter is as follows:
[CauseMapSIP2ISDN]
FORMAT CauseMapSIP2ISDN_Index =
CauseMapSIP2ISDN_SipResponse,
CauseMapSIP2ISDN_IsdnReleaseCause;
[\CauseMapSIP2ISDN]
Where,
SipResponse = SIP Response
IsdnReleaseCause = Q.850 Release Cause
For example:
[CauseMapSIP2ISDN]
CauseMapSIP2ISDN 0 = 480,50;
CauseMapSIP2ISDN 0 = 404,3;
[\CauseMapSIP2ISDN]
When a SIP response is received (from the IP side), the device searches
this mapping table for a match. If the SIP response is found, the Release
Cause assigned to it is sent to the PSTN. If no match is found, the default
static mapping is used.
Notes:
This parameter can appear up to 12 times.
For an explanation on ini file table parameters, refer to ''Structure of ini
File Table Parameters'' on page 293.
CauseMapISDN2SIP
This ini file table parameter maps Q.850 Release Causes to SIP
Responses.
The format of this parameter is as follows:
[CauseMapISDN2SIP]
FORMAT CauseMapISDN2SIP_Index =
CauseMapISDN2SIP_IsdnReleaseCause,
CauseMapISDN2SIP_SipResponse;
[\CauseMapISDN2SIP]
Where,
IsdnReleaseCause = Q.850 Release Cause
SipResponse = SIP Response
For example:
[CauseMapISDN2SIP]
CauseMapISDN2SIP 0 = 50,480;
CauseMapISDN2SIP 0 = 6,406;
[\CauseMapISDN2SIP]
When a Release Cause is received (from the PSTN side), the device
searches this mapping table for a match. If the Q.850 Release Cause is
found, the SIP response assigned to it is sent to the IP side. If no match is
found, the default static mapping is used.
Notes:
This parameter can appear up to 12 times.
For an explanation on ini file table parameters, refer to ''Structure of ini
File Table Parameters'' on page 293.