(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
Interrupt keyword in the AG configuration file is ignored.
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, signal, and tone.
|
File
|
Description
|
|---|---|
|
svc.leo
|
DSP function manager.
|
|
gtp.leo
|
Trunk protocol engine.
|
|
voice.leo
|
Play and record manager.
|
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. Refer to the Switching Service Developer's Reference Manual for more information.
ClockRef=MVIP). In this configuration, some H.100 bus streams are configured in MVIP-90 compatibility mode (clocked at 2 MHz) and are limited to 32 timeslots. Refer to the MC1 board documentation for more information.
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.
ClockRef options are:
SEC8K. The AG 2000 should derive its timing from SEC8K and be bus master. The digital card slaves to the AG 2000 board.
SEC8K, they must be configured to slave from the MVIP bus (ClockRef = MVIP).
AG2DSPFILE = echo.m54
1.
#--------- BOARDS section ----------
Board 0
PCIBUS = 0
PCISLOT = 19
ClockRef = OSC # OSC for standalone operation
EnableMvip = YES # YES if there is an MVIP bus
Qslac = a2usals9.slc
End Board
# -------------------------------
Board 0
PCIBUS = 1
PCISLOT = 5
RunModule = gtp.leo
RunModule = voice.leo
RunModule = svc.leo
Qslac = a2usals9.slc # Override the default file for all ports
# with a2usals9.slc
ClockRef = OSC # Change to OSC for standalone operation
EnableMvip = Yes # Change to YES if there is an MVIP bus
End Board
Board 1
PCIBUS = 1
PCISLOT = 6
RunModule = gtp.leo
RunModule = voice.leo
RunModule = svc.leo
Qslac 0..3 = a2usals6.slc # Override the default file for ports
# 0, 1, 2 ,3 with a2usals6.slc
Qslac 4..5 = a2usalsn.slc # Override the default file for ports
# 4 and 5 with a2usalsn.slc
# Ports 6 and 7 receive default file
# a2usals6.slc
ClockRef = MVIP # Change to OSC for standalone operation
EnableMvip = Yes # Change to YES if there is an MVIP bus
End Board
Board 2
PCIBUS = 1
PCISLOT = 7
RunModule = gtp.leo
RunModule = voice.leo
RunModule = svc.leo
Qslac = a2usals9.slc # Override the default file for all
# ports with a2usals9.slc
Qslac 2..4 = a2usals6.slc # Override the last setting
# (a2usals9.slc) for ports 2, 3, 4,
# with a2usals6.slc
Qslac 7 = a2usalsn.slc # Override the last setting
# (a2uasls9.slc)for port 7 with
# a2usalsn.slc
ClockRef = MVIP # Change to OSC for standalone operation
EnableMvip = Yes # Change to YES if there is an MVIP bus
End Board
|
Trunk Control Program
|
Description
|
|---|---|
|
nocc.tcp
|
No call control.
|
|
lps0.tcp
|
Loop start on AG 2000.
|
|
File
|
Description
|
|---|---|
|
a2usasl6.slc
|
This is the default file that is used when you have a 600 ohm telephone.
|
|
a2usasl9.slc
|
Optimizes performance interfacing to a 900 ohm device.
|
|
Trunk Control Program
|
Description
|
|---|---|
|
sta0.tcp
|
Subscriber loop on AG 2000.
|
|
nocc.tcp
|
No call control.
|
|
File
|
Description
|
|---|---|
|
a2usadd6.slc
|
This is the default file that is used when you have a 600 ohm trunk.
|
|
a2usadd9.slc
|
Optimizes performance interfacing to a 900 ohm trunk.
|
|
Trunk Control Program
|
Description
|
|---|---|
|
wnk1.tcp
|
Inbound wink start protocol. (You may also use wnk0.tcp.)
|
|
nocc.tcp
|
No call control.
|
in UNIX.
[AGBOARD] #---------- COMMON section -------- TCP = nocc.tcp # no call control protocol TCP = lps0.tcp # loop start protocol AG2DspFile = tone.m54 # Beep, tone generation, dial AG2DspFile = callp.m54 # Call Progress detection AG2DspFile = signal.m54 # Out-of-band channel associated
signaling AG2DspFile = dtmf.m54 # DTMF and silence/energy detectors AG2DspFile = voice.m54 # NMS ADPCM play and record AG2DspFile = ptf.m54 # Cleardown and precise tone detection RunFile = AG2000.cor RunModule = gtp.leo RunModule = svc.leo RunModule = voice.leo ClockRef = OSC EnableMvip = No IdleCode = mu-LAW #--------- BOARDS section ---------- Board 0 PCIBUS = 0 PCISLOT = 19 End Board
EnableMvip is set to YES. All line-interface-to-DSP-resource connections must be made by the application(s).
[AGBOARD]
#------------ COMMON section --------- AG2DspFile = voice.m54 AG2DspFile = signal.m54 AG2DspFile = dtmf.m54 AG2DspFile = callp.m54 AG2DspFile = tone.m54 AG2DspFile = ptf.m54 TCP = lps0.tcp RunFile = AG2000.cor RunModule = gtp.leo RunModule = svc.leo RunModule = voice.leo IdleCode = MU-LAW EnableMvip = YES #--------- BOARDS section --------- Board 0 PCIBUS = 0 PCISLOT = 19 ClockRef = OSC End Board Board 1 PCIBUS = 0 PCISLOT = 20 ClockRef = H100 End Board
[AGBOARD] #---------- COMMON section -------- TCP = nocc.tcp # no call control protocol TCP = wnk1.tcp # inbound wink start protocol AG2DspFile = tone.m54 # Beep, tone generation, dial AG2DspFile = callp.m54 # Call Progress detection AG2DspFile = signal.m54 # Out-of-band channel associated
signaling AG2DspFile = dtmf.m54 # DTMF and silence/energy detectors AG2DspFile = voice.m54 # NMS ADPCM play and record AG2DspFile = ptf.m54 # Cleardown and precise tone detection RunFile = AG2000.cor RunModule = gtp.leo RunModule = svc.leo RunModule = voice.leo ClockRef = OSC EnableMvip = No IdleCode = mu-LAW #--------- BOARDS section ---------- Board 0 PCIBUS = 0 PCISLOT = 19 End Board
[AGBOARD] #---------- COMMON section -------- TCP = nocc.tcp # no call control protocol TCP = sta0.tcp # subscriber loop protocol AG2DspFile = tone.m54 # Beep, tone generation, dial AG2DspFile = callp.m54 # Call Progress detection AG2DspFile = signal.m54 # Out-of-band channel associated
signaling AG2DspFile = dtmf.m54 # DTMF and silence/energy detectors AG2DspFile = voice.m54 # NMS ADPCM play and record AG2DspFile = ptf.m54 # Cleardown and precise tone detection RunFile = AG2000.cor RunModule = gtp.leo RunModule = svc.leo RunModule = voice.leo ClockRef = OSC EnableMvip = No IdleCode = mu-LAW #--------- BOARDS section ---------- Board 0 PCIBUS = 0 PCISLOT = 19 End Board
(Page 1 of 1 in this chapter) Version