(Page 6 of 6 in this chapter)MvipSlot statement, and that EnableMvip is set to NO.
#
# --- Alliance Generation Configuration ---
#
# Sample configuration file for AG-8 (no MVIP switching)
# This is for environments that use mu-law encoding.
#
[AGBOARD]
#------------ COMMON section ---------
Interrupt = 12
DspFile = voice.dsp
DspFile = signal.dsp
DspFile = dtmf.dsp
DspFile = callp.dsp
DspFile = tone.dsp
TCP = lps0.tcp
RunFile = sysan.run
IdleCode = MU-LAW
ClockRef = OSC
EnableMvip = NO#--------- BOARD sections ---------
Board 0
Address = 2C0
End Board
# Uncomment the following for a second board
# Board 1
# Address = 22C0
# End Board
# ------------------------------
MvipSlot statements and EnableMvip is set to YES. All MVIP connections must be made by your application(s).
# # --- Alliance Generation Configuration --- # # Sample configuration file for two AG-8 boards # (with MVIP switching enabled) # This is for environments that use mu-law encoding. #
[AGBOARD]
#------------ COMMON section --------- Interrupt = 12 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
# ------------------------------
# --- Alliance Generation Configuration ---
#
# This is for environments that use mu-law encoding.
#
Interrupt = 12
DspFile = voice.dsp
DspFile = signal.dsp
DspFile = dtmf.dsp
DspFile = callp.dsp
DspFile = tone.dsp
TCP = did0.tcp
TCP = ogt0.tcp
RunFile = sysdn.run
IdleCode = MU-LAW
#--------- BOARD sections ---------
Address = 2C0
MvipSlot = 6:0..23 # PCM Stream
MvipSlot = 7:0..23 # Signaling Stream
End Board
Board 1
Address = 22C0
MvipSlot = 4:0..23 # PCM Stream
MvipSlot = 5:0..23 # Signaling Stream
End Board
MvipSlot statement, and that EnableMvip is set to NO.
#
# Sample configuration file for AG-T1 (no MVIP switching)
#
Interrupt = 12
DspFile = voice.dsp
DspFile = signal.dsp
DspFile = dtmf.dsp
DspFile = callp.dsp
DspFile = tone.dsp
TCP = did0.tcp
TCP = ogt0.tcp
RunFile = systn.run
IdleCode = MU-LAW
#--------- BOARD sections ----------
Address = 2C0
ClockRef = NET1
EnableMvip = NO # Change to YES if there is an MVIP bus
LineCode = AMI_ZCS
End Board
# Uncomment the following for a second board
# Address = 22C0
# ClockRef = NET1 # Change to MVIP if there is an MVIP bus
# EnableMvip = NO # Change to YES if there is an MVIP bus
# LineCode = AMI_ZCS
# End Board
# -------------------------------
(Page 6 of 6 in this chapter)