PREV TOC HOME INDEX NEXT


3.3.3. ISUP Configuration

There are two items that require special attention in the ISUP configuration for a system using Global Call SS7 software.

The ISUP_CONFIG command must specify in its UserID argument that the module using the ISUP component is the SS7 server. By default, the SS7 server uses module ID 0x4d.

Additionally, Global Call SS7 relies on a specific type of circuit release procedure in the ISUP module. This is the procedure recommended and it requires that bit 2 (ISPF_ACR) and bit 4 (ISPF_NAI) of the <options> argument of the ISUP_CONFIG command be set to 1. You must also set bit 6 (ISPF_GSPS) to 1 for proper generation of GCEV_BLOCKED and GCEV_UNBLOCKED events.

Consequently, a standard ISUP_CONFIG line for ITU operation looks like the following (assuming Point Code 1 and a maximum of 2 circuit groups):

    ISUP_CONFIG 1 0x08 0x4d 0x0474 2 64  

Because an application that uses the Global Call API opens circuits by giving their device name (for example, dtiB1T1 for the first circuit on the first DTI board), Global Call SS7 requires that the config.txt file contain some special comments specifying the association between a logical circuit group and the physical device where the circuits are located.

For this purpose, each ISUP_CFG_CGRP command must be preceded by a comment line having the following syntax:

    * [<trunk_mame> <parameters>] 
    ISUP_CFG_CGRP ...  

where,

The following fragment shows an example of circuit groups configuration where the first group is located on the dtiB1 board and has SIU A as preferred server, while the second group is on dtiB2 and has SIU B as preferred server:

    * [dtiB1 SIUA] 
    ISUP_CFG_CCTGRP  0  1  0x01  0x01  0x7fff7fff  0x0002 0x00 
    * [dtiB2 SIUB] 
    ISUP_CFG_CCTGRP  1  1  0x21  0x21  0x7fff7fff  0x0002 0x00  

For an example of the <options> parameter in the ISUP_CFG_CGRP command, see the sample configuration files in Appendix C, "Sample Configuration Files". Also, see the System7 ISUP Programmer's Manual for more information.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003