SS7 provides sample files for ANSI standalone and redundant configurations and ITU standalone and redundant configurations that you can modify for your specifications. Refer to Sample SS7 TDM configurations for more information.
The isupcfg configuration utility runs as part of the initial board configuration with ss7load. isupcfg reads the text configuration file and downloads the specified configuration to the ISUP task on the TX board. The utility can also be run after initial configuration to dynamically update some configuration parameters. For more information about running isupcfg after an initial download, refer to the Dialogic® NaturalAccess™ ISUP Layer Developer's Reference Manual.
The following example is the configuration file for board 1 in the two-board ANSI sample configuration:
# General configuration parameters
MAX_SAPS 2
MAX_NSAPS 2
MAX_CIRCUITS 96
MAX_GROUPS 5 !max number of circuit groups
MAX_CALLREFS 96 !max number of active circuits
MAX_ROUTES 10 !max number of routes
OPC 1.1.1 !my point code
CLLINAME myname123
END
# Service Access Point (SAP)
USER_SAP 0
SWITCH_TYPE ANSI92 !switch type (ITU, ANSI88, ANSI92,
ANSI95, ITUWHITE, ITUBLUE, Q767)
MAX_LENGTH 20 !max length of a phone number
END
# Network Service Access Point (NSAP)
NSAP 0
SWITCH_TYPE ANSI92 !switch type (ITU, ANSI88, ANSI92,
ITUWHITE, ITUBLUE, Q767)
END
# Circuit Database
CIRCUIT 1 !circuit number
CIC 1 !Circuit identification code
DPC 1.1.2 !DPC of far exchange
SWITCH_TYPE ANSI92 !switch type (ITU, ANSI88, ANSI92,
ITUWHITE, ITUBLUE, Q767)
TRUNK 708
CIRCUIT_TYPE BOTHWAY !INCOMING, OUTGOING, or BOTHWAY
CONTROL_TYPE ODD_EVEN !ALL, NONE, or ODD_EVEN
NUM_CIRCUITS 24 !number of circuits in this group
END
#
CIRCUIT 25 !circuit number
CIC 25 !Circuit identification code
DPC 1.1.2 !DPC of far exchange
SWITCH_TYPE ANSI92 !switch type (ITU, ANSI88, ANSI92,
ITUWHITE, ITUBLUE, Q767)
TRUNK 847
CIRCUIT_TYPE BOTHWAY !INCOMING, OUTGOING, or BOTHWAY
CONTROL_TYPE ODD_EVEN !ALL, NONE, or ODD_EVEN
NUM_CIRCUITS 24 !number of circuits in this group
END
#
END