[AGBOARD]
|
The AG configuration file must begin with this keyword.
|
#- COMMON section -
|
Any statements in this section of the file will apply to all boards listed in the Board x sections below.
|
Interrupt = 12
|
The interrupt you specify here will be used by all AG boards in your system. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
DspFile = voice.dsp
DspFile = dtmf.dsp
DspFile = callp.dsp
DspFile = tone.dsp
|
These statements install DSP program files. They are installed on all boards listed in this file, since they appear in the COMMON section of this file. For this configuration, you will need at least the statements shown. You can add others also, if you wish. These files are for µ-law encoding. If your setup calls for A-law encoding, add an _a to each file name.
|
RunModule=isdnusa.leo
|
Defines the downloadable object module to be used. It is region- and protocol-specific. For ISDN in the US, use isdnusa.leo.
|
TCP = isd0.tcp
|
Indicates the TCP to load to the AG board. To configure the software so that call control is accessible directly by the CT Access API, specify isd0.tcp.
|
|
BufferSize = 12000
|
Sets the size (in bytes) of the DSP voice buffer used to play and record files.
For all AG ISDN installations, set BufferSize to 12000. This reduces the size of the voice buffer, to allow enough space to accommodate AG ISDN. This change will not perceptively affect the quality of voice processing.
|
#- BOARDS section -
|
|
Board 0
|
Indicates the beginning of a description of board 0, the AG Quad T. The number appearing here will be used to refer to this board in software.
|
Address = 2C0
|
This is the AG board's I/O address. Each board must have a unique address. The address is set here and on the AG board's face using switches. For more information, see the AG Quad Installation and Developer's Manual.
|
RunFile = sysqn.run
|
Defines the runfile to be used. It is board- and protocol-specific. For AG Quad boards using ISDN, use sysqn.run. If you have more than one board, and the AG boards require different runfiles, include this line in a Board x section instead of the COMMON section. For more information, see the AG Quad Installation and Developer's Manual.
|
PCIbus = 0
|
Defines the PCI bus location of the AG board. For more information, see the AG Quad Installation and Developer's Manual.
|
PCIslot = 1
|
Defines the slot location of the AG board on the PCI bus. For more information, see the AG Quad Installation and Developer's Manual.
|
CCMode = NONE
|
Defines the call control resource allocation for the AG Quad. For more information, see the AG Quad Installation and Developer's Manual.
|
EnableMVIP = YES
|
Enables or disables MVIP switching. When set to YES, MVIP switching is enabled. Note that when EnableMVIP=YES, no switch connections are automatically made to route voice and signaling information to appropriate on-board resources. Your application must make these connections. For more information, see the AG Quad Installation and Developer's Manual.
|
ClockRef = NET1
|
Configures the clock. NET1 causes this board to derive the local clock using the clock extracted from T1 trunk 1. For more information, see the AG Quad Installation and Developer's Manual.
|
LineCode = B8ZS
|
Specifies the trunk coding algorithm the AG board is to expect. The setting made here is binary 8 zero suppression. For more information, see the AG Quad Installation and Developer's Manual.
|
FrameType = ESF
|
Specifies the framing method the AG board is to expect. The setting made here configures the AG board for Extended SuperFrame for USA. For more information, see the AG Quad Installation and Developer's Manual.
|
Trunk 0
|
Indicates the beginning of a description for trunk 0 on board 0.
|
NFAS_Group=1
|
Assigns trunk 0 to NFAS group 1.
|
NAI=0
|
Assigns NAI 0 to trunk 0.
|
DigitalMode=PRI
|
Determines how voice and signaling information is routed to and from the T1 or E1 trunk and processing resources. Since this trunk will carry the D channel for NFAS group 1, DigitalMode is set to PRI. For more information, see the AG Quad Installation and Developer's Manual.
|
D_channel=YES
|
Specifies that trunk 0 carry the D channel for NFAS group 1.
|
End Trunk
|
Indicates end of the set of trunk specific statements for trunk 0.
|
Trunk 1
|
Indicates the beginning of a description for trunk 1 on board 0.
|
NFAS_Group=1
|
Assigns trunk 1 to NFAS group 1.
|
NAI=1
|
Assigns NAI 1 to trunk 1.
|
DigitalMode=RAW
|
Determines how voice and signaling information is routed to and from the T1 or E1 trunk and processing resources. Since trunk 0 will carry the D channel, DigitalMode is set to RAW for trunk 1. For more information, see the AG Quad Installation and Developer's Manual.
|
End Trunk
|
Indicates end of the set of trunk specific statements for trunk 1.
|
Trunk 2
|
Indicates the beginning of a description for trunk 2 on board 0.
|
NFAS_Group=1
|
Assigns trunk 2 to NFAS group 1.
|
NAI=2
|
Assigns NAI 2 to trunk 2.
|
DigitalMode=RAW
|
Determines how voice and signaling information is routed to and from the T1 or E1 trunk and processing resources. Since trunk 0 will carry the D channel, DigitalMode is set to RAW for trunk 2. For more information, see the AG Quad Installation and Developer's Manual.
|
End Trunk
|
Indicates end of the set of trunk specific statements for trunk 2.
|
Trunk 3
|
Indicates the beginning of a description for trunk 3 on board 0.
|
NAI=3
|
Assigns NAI 3 to trunk 3.
|
DigitalMode=PRI
|
Determines how voice and signaling information is routed to and from the T1 or E1 trunk and processing resources. Since this trunk will carry the D channel for itself, DigitalMode is set to PRI. For more information, see the AG Quad Installation and Developer's Manual.
|
End Trunk
|
Indicates end of the set of trunk specific statements for trunk 3.
|
End Board
|
Indicates the end of the description of Board 0.
|
Board 1
|
Indicates the beginning of a description of board 1, one of the AG-T1 boards. The number appearing here will be used to refer to this board in software.
|
Address = 2D0
|
This is the AG-T1 board's I/O address. Each board must have a unique address. The address is set here and on the AG board's face using switches. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
ClockRef = MVIP
|
Configures the clock. MVIP causes this board to derive the local clock from the MVIP bus. Board 0 is driving the clock in this case, so this board is a clock slave. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual
|
EnableMVIP = YES
|
Enables or disables MVIP switching. When set to YES, MVIP switching is enabled. Note that when EnableMVIP=YES, no switch connections are automatically made to route voice and signaling information to appropriate on-board resources. Your application must make these connections. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
RunFile = systn.run
|
Defines the runfile to be used. It is board- and protocol-specific. For AG-T1 boards using ISDN, use systn.run. If you have more than one board, and the AG boards require different runfiles, include this line in a Board x section instead of the COMMON section. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
LineCode = B8ZS
|
Specifies the trunk coding algorithm the AG board is to expect. The setting made here is Binary 8 Zero Suppression (the default for AG-T1 boards when DigitalMode is PRI or RAW). For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
FrameType = ESF
|
Specifies the framing method the AG board is to expect. The setting made here configures the AG board for Extended SuperFrame for USA. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
NAI=4
|
Assigns NAI 4 to this trunk.
|
DigitalMode=PRI
|
Determines how voice and signaling information is routed to and from the T1 or E1 trunk and processing resources. Since this trunk will carry the D channel for itself, DigitalMode is set to PRI. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
End Board
|
Indicates the end of the description of Board 1.
|
Board 2
|
Indicates the beginning of a description of board 2, an AG-T1. The number appearing here will be used to refer to this board in software.
|
Address = 2E0
|
This is this AG-T1 board's I/O address. Each board must have a unique address. The address is set here and on the AG board's face using switches. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
ClockRef = MVIP
|
Configures the clock. MVIP causes this board to derive the local clock from the MVIP bus. Board 0 is driving the clock in this case, so this board is a clock slave. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual
|
EnableMVIP = YES
|
Enables or disables MVIP switching. When set to YES, MVIP switching is enabled. Note that when EnableMVIP=YES, no switch connections are automatically made to route voice and signaling information to appropriate on-board resources. Your application must make these connections. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
LineCode = B8ZS
|
Specifies the trunk coding algorithm the AG board is to expect. The setting made here is Binary 8 Zero Suppression (the default for AG-T1 boards when DigitalMode is PRI or RAW). For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
RunFile = systn.run
|
Defines the runfile to be used. It is board- and protocol-specific. For AG-T1 boards using ISDN, use systn.run. If you have more than one board, and the AG boards require different runfiles, include this line in a Board x section instead of the COMMON section. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
FrameType = ESF
|
Specifies the framing method the AG board is to expect. The setting made here configures the AG board for Extended SuperFrame for USA. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
NAI=5
|
Assigns NAI 5 to this trunk.
|
DigitalMode=PRI
|
Determines how voice and signaling information is routed to and from the T1 or E1 trunk and processing resources. Since this trunk will carry the D channel for itself, DigitalMode is set to PRI. For more information, see the AG-T1 and AG-E1 Installation and Developer's Manual.
|
End Board
|
Indicates the end of the description of Board 2.
|