(Page 6 of 6 in this chapter)


4.5 Sample Configuration Files

4.5.1 AG-8 With No MVIP Connectivity

The following is a sample configuration file for using an AG-8 as an analog board with no MVIP connectivity. Note that there is no 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
# ------------------------------

4.5.2 Two AG-8s With MVIP Switching

The following is a sample configuration file for using two AG-8 boards with MVIP switching where one is the master that drives the MVIP clock. No MVIP connections are made by agmon because there are no 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
# ------------------------------

4.5.3 Two AG-24 Boards

The following is a sample configuration file for two AG-24 boards.

#

# --- Alliance Generation Configuration ---

#
# This file configures a system with two AG-24 boards

# 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 = did0.tcp

TCP = ogt0.tcp

RunFile = sysdn.run

IdleCode = MU-LAW

#--------- BOARD sections ---------
Board 0

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

4.5.4 AG-TI With No MVIP Connectivity

Following is a sample configuration file for using an AG-T1 with no MVIP connectivity. Note there is no MvipSlot statement, and that EnableMvip is set to NO.

#
# --- Alliance Generation Configuration --

#

# Sample configuration file for AG-T1 (no MVIP switching)

#
[AGBOARD]
#---------- COMMON section --------

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 ----------
Board 0

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
# Board 1

# 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)


Tech_Support@nmss.com
Copyright © 1996, Natural MicroSystems, Inc. All rights reserved.