(Page 1 of 1 in this chapter)
[AGBOARD] on a line by itself and ends with the end of the file or another word or phrase in square brackets on a line by itself. Any text outside that region is ignored.
keyword = value
Interrupt) apply uniformly to all AG boards
in the system. These typically come at the beginning of the BOARD ALL
section.
DspFile, 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.
Interrupt statement, there must be a common section. In addition, each AG ISA board must have an Address statement, so there must also be a board-specific section for each AG board.
Runfile statement.
DSPfile statements. DSP files are swapped in and out of the DSP resources on the board as needed. The DSP files required for each AG board must be specified in the AG configuration file in one or more DSPfile statements.
EnableMVIP=YES electrically connects the AG board to the MVIP bus and therefore enables telephony bus switching. No switch connections are made automatically. To control switching, use the CT Access Switching service API or the swish utility. For further information, see the Switching Service Developer's Reference Manual.
in UNIX.
[AGBOARD] #---------- COMMON section -------- Interrupt = 7 TCP = nocc.tcp # no call control protocol TCP = did0.tcp # DID wink start protocol DspFile = tone.dsp # Beep, tone generation, dial DspFile = callp.dsp # Call Progress detection DspFile = signal.dsp # Out-of-band channel associated signaling DspFile = dtmf.dsp # DTMF, cleardown and silence/energy detectors DspFile = voice.dsp # NMS ADPCM play and record RunFile = sysan.run ClockRef = OSC EnableMvip = No IdleCode = mu-LAW #--------- BOARDS section ---------- Board 0 Address = 2C0 End Board
[AGBOARD] #---------- COMMON section -------- Interrupt = 7 TCP = nocc.tcp # no call control protocol TCP = lps0.tcp # loop start protocol DspFile = tone.dsp # Beep, tone generation, dial DspFile = callp.dsp # Call Progress detection DspFile = signal.dsp # Out-of-band channel associated signaling DspFile = dtmf.dsp # DTMF, cleardown and silence/energy detectors DspFile = voice.dsp # NMS ADPCM play and record RunFile = sysan.run ClockRef = OSC EnableMvip = No IdleCode = mu-LAW #--------- BOARDS section ---------- Board 0 Address = 2c0 End Board
[AGBOARD] #---------- COMMON section -------- Interrupt = 7 TCP = nocc.tcp # no call control protocol TCP = wnk1.tcp # E&M wink start protocol DspFile = tone.dsp # Beep, tone generation, dial DspFile = callp.dsp # Call Progress detection DspFile = signal.dsp # Out-of-band channel associated signaling DspFile = dtmf.dsp # DTMF, cleardown and silence/energy detectors DspFile = voice.dsp # NMS ADPCM play and record RunFile = sysan.run ClockRef = OSC EnableMvip = Yes IdleCode = mu-LAW #--------- BOARDS section ---------- Board 0 Address = 2C0 LineType 0..7 = E&M # Configures lines 0 - 7 as type 1B E&M lines End Board
EnableMvip is set to YES. All line-interface-to-DSP-resource connections must be made by the application(s).
[AGBOARD]
#------------ COMMON section --------- Interrupt = 7 DspFile = voice.dsp DspFile = signal.dsp DspFile = dtmf.dsp DspFile = callp.dsp DspFile = tone.dsp TCP = lps0.tcp RunFile = sysan.run IdleCode = MU-LAW EnableMvip = YES #--------- BOARD sections --------- Board 0 Address = 2C0 ClockRef = OSC End Board Board 1 Address = 22C0 ClockRef = MVIP End Board
[AGBOARD] #--- COMMON section --- Interrupt = 12 DspFile = voice_a.dsp DspFile = signal_a.dsp DspFile = dtmf_a.dsp DspFile = callp_a.dsp DspFile = tone_a.dsp DspFile = mf_a.dsp #--- BOARDS section --- Board 0 # Beginning of Board 0, the AG-E1. RunFile = systn.run Address = 2C0 TCP = mfc0.tcp IdleCode = 0xD5,0x9 CLOCKREF = NET1 # extracts the clock signal from the trunk line. ENABLEMVIP = YES # MVIP connectivity enabled; AG-E1 is the clock
# master, since its ClockRef statement is set to NET1 LINECODE = HDB3 # trunk coding algorithm. End Board Board 1 # Beginning of Board 1, the AG-8. RunFile = sysan.run Address = 22C0 TCP = lps0.tcp IdleCode = A-LAW CLOCKREF = MVIP # clock slave ENABLEMVIP = YES End Board
(Page 1 of 1 in this chapter)