(Page 1 of 1 in this chapter) Version
RunModule) apply uniformly to all AG boards
in the system. These typically come at the beginning of the BOARD ALL
section.
AG2DSPFILE, TCP, and RunFile) apply to
a range of AG boards. Each range of AG boards requires a corresponding
section. Alternatively, the AG boards in a range can be treated individually,
with statements duplicated in each board-specific section.
Address) apply to one specific AG
board.
Board 0
PCIbus = 0
PCIslot = 2
# other board specific configuration
End Board
blocate
Thu Aug 13 15:51:22 There was 1 NMS PCI card detected BUS SLOT INTERRUPT
00 14 0xf
blocate 0 14
Flashing LED for NMS PCI board on bus 0 slot 14
Trunk x section for each AG 4000C board in your AG configuration file. Refer to Section 3.2, AG Configuration File Summary for more information.
DigitalMode determines the default LineCode setting.
DigitalMode can be set to any of the following:
FrameType defaults to D4 for T1 trunks and CEPT for E1 trunks. For more information about T1/ E1 framing, refer to Chapter 5.
LineCode statement is optional. For T1 trunks, LineCode defaults to AMI_ZCS if DigitalMode is set to CAS; otherwise, it defaults to B8ZS. For E1 trunks, LineCode defaults to HDB3.
AG2DSPImage or AG2TaskProcessor keywords in the ag.cfg file can be used to identify which DSP files to load onto each DSP processor. All DSP processors that have not been explicitly configured with an AG2DSPImage or AG2TaskProcessor keyword will be loaded with all of the default DSP files and all DSP files identified with the AG2DSPFile keyword in the ag.cfg file. The default DSP files include: callp, dtmf, mf, ptf, and tone.
EnableMVIP=NO).
EnableMVIP=NO.
EnableMVIP=YES, telephony bus switching is enabled. No switch connections are made automatically. To control switching, use the CT Access Switching service.
ClockRef in the AG configuration file.
EnableMVIP=YES), set the ClockRef statement for each board to indicate whether the board will be the telephony bus clock master or a clock slave and to specify the clock source.
CT_C8_A and CT_FRAME_A signals on the H.110 bus. Bclock refers to CT_C8_B and CT_FRAME_B signals. When configuration file commands refer to bus master/slave, the commands are referring to the Aclock. The Bclocks can only be accessed via MVIP switching. When configuration file commands refer to SEC8K or CT_NETREF, it is CT_NETREF_1 on the H.110 bus.
ClockRef options are:
in UNIX.
[AGBOARD] #---------- COMMON section -------- # Uncomment the appropriate Trunk Control Protocol(s) TCP = nocc.tcp # "no trunk control" protocol TCP = wnk0.tcp # 2-way wink protocol # TCP = did0.tcp # Incoming wink protocol # TCP = ogt0.tcp # Outgoing wink protocol # Uncomment the appropriate DSP functions # DSP (.m54) files to link in AG2DSPFile = callp.m54 AG2DSPFile = dtmf.m54 AG2DSPFile = mf.m54 AG2DSPFile = ptf.m54 AG2DSPFile = tone.m54 AG2DSPFile = voice.m54 # AG2DSPFile = wave.m54 # AG2DSPFile = oki.m54 # AG2DSPFile = rvoice.m54 RunModule = gtp.leo RunModule = voice.leo RunModule = svc.leo IdleCode = MU-LAW #--------- BOARDS section ---------- Board 0 PCIBUS = 1 # Use blocate to determine PCIBUS and PCISLOT PCISLOT = 6 ClockRef = NET1 # Change to OSC for standalone operation EnableMvip = NO # Change to YES if there is an MVIP bus End Board # Uncomment the following for a second board # Board 1 # PCIBUS = 1 # PCISLOT = 14 # ClockRef = NET1 # Change to MVIP if there is an MVIP bus # EnableMvip = NO # Change to YES if there is an MVIP bus # End Board # -------------------------------
(Page 1 of 1 in this chapter) Version