PREV TOC HOME INDEX NEXT


3.2. System Environment Configuration (system.txt)

The DataKinetics system environment configuration is defined by the system.txt file. This file is used by the GCTLOAD program to create message queues and spawn appropriate child processes.

The DataKinetics system uses the concept of modules that send messages to each other. Each module has a unique module ID, which must be specified by other modules in order to exchange messages to each other. The module IDs that exist on the host system must be defined using LOCAL commands in the system.txt file. Many module IDs are predefined and the lines that specify these modules in the system.txt file should be left unchanged.

Some Intel® Dialogic SS7 software components require module IDs that must be defined in the system.txt file. For example, the default configuration of the Intel® Dialogic SS7 software requires that the following lines be present in the system.txt file:

    LOCAL 0x4d * Dialogic SS7 Service 
    LOCAL 0x5d * Dialogic GC/SS7 Application #1 
    LOCAL 0x6d * Dialogic GC/SS7 Application #2  

The first line defines the module ID (and corresponding message queue) of the SS7 server. The other two lines define the module IDs reserved for two applications that can use Global Call to control calls on SS7 telephony circuits.

Notes:
1. The LOCAL command by itself does not specify the intended usage of the defined module ID, it just declares one. For Global Call SS7 to operate properly, there must be at least 2 module IDs declared and left available for its use (one for the SS7 server, and at least one for an application process).
2. In the system.txt file, comments are denoted by the asterisk (*) symbol, as indicated in the above example.

Other command types that are found in the system.txt file are:

In an SIU based system, the command is:

        FORK PROCESS S7 MGT -i0x4d    * notify Dialogic SS7 service 
Note: The module ID specified in the example shown should be that of the SS7 server.

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

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