Version

Figure 13. OAM Configuration Files






# This is the OAM system configuration file. # It describes all the boards in my system. [My board] Product = CG6000_QUAD Number = 1 Bus = 0 Slot = 20 File = a6wnk.cfg #Wink Start protocol [My other board] Product = CG6000_QUAD Number = 2 Bus = 0 Slot = 21 File = a6ops.cfg #Off Premises Station protocol [Supervisor] AutoStartEnabled=Yes AutoStopEnabled=Yes



#
# c6nocc.cfg
# CG 6000 configuration file
#
# This file configures the board to run Voice with NOCC.
#
Clocking.HBus.ClockMode = STANDALONE
Clocking.HBus.ClockSource = OSC
Clocking.HBus.ClockSourceNetwork = 1
TCPFiles = nocc
DSPStream.VoiceIdleCode[0..3] = 0x7F
DSPStream.SignalIdleCode[0..3] = 0x00
NetworkInterface.T1E1[0..3].Type = T1
NetworkInterface.T1E1[0..3].Impedance = DSX1
NetworkInterface.T1E1[0..3].LineCode = B8ZS
NetworkInterface.T1E1[0..3].FrameType = ESF
NetworkInterface.T1E1[0..3].SignalingType = CAS
DSP.C5x[0..31].Libs[0] = cg6klibu
DSP.C5x[0..31].XLaw = MU_LAW
DSP.C5x[1..31].Files = voice tone dtmf echo \
rvoice callp ptf wave \
oki ima gsm_ms g726 mf
DSP.C5x[0].Files = qtsignal tone dtmf echo \
callp NULL NULL
Resource[0].Name = RSC1
Resource[0].Size = 120
Resource[0].TCPs = nocc
################################################################
# Before modifying this resource definition string refer to the CG6000
# Installation and Developers Manual.
#################################################################
Resource[0].Definitions = ( dtmf.det_all & echo.ln20_apt25 & \
ptf.det_2f & tone.gen & callp.gnc & ptf.det_4f & ( (rvoice.rec_mulaw & \
rvoice.play_mulaw) | (rvoice.rec_alaw & rvoice.play_alaw) | \
(rvoice.rec_lin & rvoice.play_lin) | (voice.rec_16 & (voice.play_16_100 | \
voice.play_16_150 | voice.play_16_200)) | (voice.rec_24 & \
(voice.play_24_100 | voice.play_24_150 | voice.play_24_200)) | \
(voice.rec_32 & (voice.play_32_100 | voice.play_32_150 | \
voice.play_32_200)) | (voice.rec_64 & (voice.play_64_100 | \
voice.play_64_150 | voice.play_64_200)) | (wave.rec_11_16b & \
wave.play_11_16b) | (wave.rec_11_8b & wave.play_11_8b) | (oki.rec_24 & \
(oki.play_24_100 | oki.play_24_150 | oki.play_24_200)) | (oki.rec_32 & \
(oki.play_32_100 | oki.play_32_150 | oki.play_32_200)) | (ima.rec_24 & \
ima.play_24) | (ima.rec_32 & ima.play_32) | (gsm_ms.frgsm_rec & \
gsm_ms.frgsm_play) | g726.rec_32 | g726.play_32) )
DLMFiles[0] = cg6krun
DebugMask = 0x0



Figure 14. Struct Keyword Names


Version