Version


#========================================================================== # cta.cfg # # This is an example of a file that specifies CT Access configuration. # It allows you to: # - specify generic operational settings that apply to CTA Server, # ctdaemon,and all CTA applications. # Note: these settings can be overwritten by CTA application via # ctaInitialize. # - specify application specific settings # - specify CTA Server and ctdaemon specific settings # - redefine service specific parameter defaults # #========================================================================== #========================================================================== # CT Access System Configuration (ctasys) # # Valid options are: # Service = name, dll - tells the daemon about available "services" # - tells the CT Access server what "services" # to export # # Note: NCC should always precede ADI when both services are listed. #========================================================================== [ctasys] Service = ncc, adimgr Service = adi, adimgr Service = dtm, adimgr Service = ppx, ppxmgr Service = swi, swimgr Service = vce, vcemgr Service = oam, oammgr Service = cnf, cnfmgr #==========================================================================

Figure 6. Board & NaturalConference Configuration File Usage

|
Boards configured with OAM
|
Boards configured with agmon
|
|---|---|
|
DSP.C5x[n].Image = ag2confx.c54
|
AG2DSPIMAGE n = ag2confx.c54
|
Note: See Section 2.4.2 for sample board configuration files.

Note: If you have an AG 4000C board, use the sample configuration files for the AG 4000 boards.


################################################################## # agpi2cnf_400.cfg # # This model of board configuration file must be used with # an AG2000/400 with eight LoopStart interfaces configured in mu-Law. # One DSP is used for IVR. Three conferencing resources are defined. # ## Clocking.HBus.ClockSource = OSC Clocking.HBus.ClockMode = STANDALONE # Protocols definition TCPFiles[0] = nocc.tcp # "no trunk control" protocol TCPFiles[1] = lps0.tcp # Loopstart protocol # Slac Files Definition #NetworkInterface.Analog[0..7].ConfigFile = a2usasl6.slc #NetworkInterface.Analog[0..7].ConfigFile = a2eurlsc.slc #NetworkInterface.Analog[0..7].ConfigFile = a2jpnsl6.slc # Default Modules activated DSP.C5x.DSPFiles[0] = callp DSP.C5x.DSPFiles[1] = dtmf DSP.C5x.DSPFiles[2] = mf DSP.C5x.DSPFiles[3] = ptf DSP.C5x.DSPFiles[4] = signal DSP.C5x.DSPFiles[5] = tone DSP.C5x.DSPFiles[6] = voice DSP.C5x.DSPFiles[7] = rvoice #DSP.C5x.DSPFiles[8] = wave #DSP.C5x.DSPFiles[9] = oki DLMFiles[0] = gtp.leo DLMFiles[1] = voice.leo DLMFiles[2] = svc.leo XLaw = MU-LAW ########################################################################### # # # To use NaturalConference with an existing AG2000 configuration file # # and have three conferencing resources using three DSPs, add the # # following line. # ########################################################################### DSP.C5x[1..3].Image = ag2conf.c54

##################################################################
# ag2cnf_400.cfg
#
# --- Alliance Generation Configuration ---
#
# Boot AG2000
#
##################################################################
[AGBOARD]
#---------- COMMON section --------
# Uncomment the appropriate Trunk Control Protocol(s)
TCP = nocc.tcp # "no trunk control" protocol
TCP = lps0.tcp # Loopstart protocol
# Uncomment the appropriate DSP functions
# DSP (.m54) files to link in
AG2DSPFile = callp.m54
AG2DSPFile = dtmf.m54
AG2DSPFile = mf.m54
AG2DSPFile = ptf.m54
AG2DSPFile = signal.m54
AG2DSPFile = tone.m54
AG2DSPFile = voice.m54
# AG2DSPFile = wave.m54
# AG2DSPFile = oki.m54
AG2DSPFile = rvoice.m54
RunModule = gtp.leo
RunModule = voice.leo
RunModule = svc.leo
IdleCode = mu-LAW
#--------- BOARDS section ----------
Board 0
PCIBUS = 0
PCISLOT = 15
ClockRef = OSC # Change to OSC for standalone operation
EnableMvip = NO # Change to YES if there is an MVIP bus
###########################################################################
# #
# To use NaturalConference with an existing AG 2000 configuration file #
# and have three conferencing resources using three DSPs, add the #
# following line to the Board section. #
# #
###########################################################################
AG2DSPIMAGE 1..3 = ag2conf.c54
End Board
# Uncomment for second board.
# Board 1
# PCIBUS = 1
# PCISLOT = 7
# ClockRef = OSC # Change to OSC for standalone operation
# EnableMvip = NO # Change to YES if there is an MVIP bus
# End Board
# -------------------------------


################################################################## ## agpi4cnf_2t1_1600.cfg # # Sample configuration file for AG4000 running two T1 interfaces with AG # ISDN and using nine resources of NaturalConference # ## Clocking.HBus.ClockSource = NETWORK Clocking.HBus.ClockSourceNetwork = 1 Clocking.HBus.ClockMode = STANDALONE NetworkInterface.T1E1[0..3].SignalingType = PRI NetworkInterface.T1E1[0..3].D_Channel = ISDN NetworkInterface.T1E1[0..3].LineCode = AMI NetworkInterface.T1E1[0..3].FrameType = ESF # Extended SuperFrame # Protocols TCPFiles[0] = nocc.tcp # "no trunk control" protocol TCPFiles[1] = isd0.tcp # Default Modules activated DSP.C5x.DSPFiles[0] = callp DSP.C5x.DSPFiles[1] = dtmf DSP.C5x.DSPFiles[2] = mf DSP.C5x.DSPFiles[3] = ptf DSP.C5x.DSPFiles[4] = signal DSP.C5x.DSPFiles[5] = tone DSP.C5x.DSPFiles[6] = voice DSP.C5x.DSPFiles[7] = rvoice #DSP.C5x.DSPFiles[8] = wave #DSP.C5x.DSPFiles[9] = oki DLMFiles[0] = gtp.leo DLMFiles[1] = voice.leo DLMFiles[2] = svc.leo # Uncomment the appropriate leo file DLMFiles[3] = isdn4ess.leo # use with "AT&T 4ESS" #DLMFiles[3] = isdn5ess.leo # use with "AT&T 5ESS" #DLMFiles[3] = isdndms.leo # use with "Northern Telecom DMS100" #DLMFiles[3] = isdnhkt.leo # use with "Hong Kong Telephone" #DLMFiles[3] = isdnntt.leo # use with "Nippon Telegraph Telephone" #DLMFiles[3] = isdnni2.leo # use with "US National ISDN 2" #DLMFiles[3] = isdntwn.leo # use with "Taiwanese Operator" #DLMFiles[3] = imgt.leo # use with "AT&T 4ESS"/"AT&T 5ESS"/"DMS100" XLaw =MU-LAW ########################################################################### # # # To use NaturalConference with an existing AG4000 configuration file # # and have nine conferencing resources, add the following line. # # # ########################################################################### DSP.C5x[7..15].Image = ag2conf.c54

######################################################################## # ag4cnf_2t1_1600.cfg # # --- Alliance Generation Configuration -- # # Sample configuration file for AG 4000 running two T1 interfaces with AG # ISDN and using nine resources of NaturalConference ######################################################################## [AGBOARD] #---------- COMMON section -------- TCP = nocc.tcp # "no trunk control" protocol TCP = isd0.tcp # Uncomment the appropriate DSP functions # DSP (.m54) files to link in AG2DSPFile = callp.m54 AG2DSPFile = dtmf.m54 AG2DSPFile = mf.m54 AG2DSPFile = ptf.m54 AG2DSPFile = signal.m54 AG2DSPFile = tone.m54 AG2DSPFile = voice.m54 # AG2DSPFile = wave.m54 # AG2DSPFile = oki.m54 AG2DSPFile = rvoice.m54 RunModule = gtp.leo RunModule = voice.leo RunModule = svc.leo # Uncomment the appropriate leo file RunModule = isdn4ess.leo # use with "AT&T 4ESS" # RunModule = isdn5ess.leo # use with "AT&T 5ESS" # RunModule = isdndms.leo # use with "Northern Telecom DMS100" # RunModule = isdnhkt.leo # use with "Hong Kong Telephone" # RunModule = isdnntt.leo # use with "Nippon Telegraph Telephone" # RunModule = isdnni2.leo # use with "US National ISDN 2" # RunModule = isdntwn.leo # use with "Taiwanese Operator" # RunModule = imgt.leo # use with "AT&T 4ESS"/"AT&T 5ESS"/"DMS100" IdleCode = MU-LAW #--------- BOARDS section ---------- Board 0 PCIBUS = 1 # Use blocate to determine PCIBUS and PCISLOT PCISLOT = 6 ClockRef = NET1 EnableMvip = NO # Change to YES if there is an MVIP bus DIGITALMODE = PRI LINECODE = AMI FRAMETYPE = ESF # Extended SuperFrame ########################################################################### # # # To use NaturalConference with an existing AG 4000 configuration file # # and have nine conferencing resources using nine DSPs, add the following # # line to the Board section. # # # ########################################################################### AG2DSPIMAGE 7..15 = ag2conf.c54 End Board # Uncomment the following for a second board # Board 1 # PCIBUS = 1 # PCISLOT = 14 # ClockRef = NET1 # Change to MVIP if there is an MVIP bus # EnableMvip = NO # Change to YES if there is an MVIP bus # DIGITALMODE = PRI # LINECODE = AMI # FRAMETYPE = ESF # Extended SuperFrame # End Board # -------------------------------



[CONFERENCING] # Start of active region
Flags = NO_ECHO_CANCEL # Common statements
[Resource 0] # Start of a resource-specific section for Resource 0
Board = 0 # Resource-specific statements
BoardType = AG2000
DSP = 3
Flags = NO_DTMF_CLAMPING
[Resource 1] # Start of a resource-specific section for Resource 1
Board = 1 # Resource-specific statements
BoardType = AG4000
DSP = 10
# EOF (End of active regions)


[CONFERENCING] Flags = NO_DTMF_CLAMPING [RESOURCE 0] Flags = NO_ECHO_CANCEL | NO_TONE_CLAMPING

########################################################################### # cnf_ag2_400.cfg # # --- NaturalConference Configuration File -- # # Sample configuration file for AG 2000 running eight Loop Start Interfaces # and using three resources of NaturalConference. # # This file is associated with the board configuration files ag2cnf_400.cfg # and ag2cnfa_400.cfg installed in the \nms\ag\cfg directory. # ########################################################################### [CONFERENCING] # Flags = NO_ECHO_CANCEL | NO_DTMF_CLAMPING [RESOURCE 0] Board = 0 BoardType = AG2000 DSP = 1 [RESOURCE 1] Board = 0 BoardType = AG2000 DSP = 2 [RESOURCE 2] Board = 0 BoardType = AG2000 DSP = 3

######################################################################## # cnf_ag4_2t1_1600.cfg # # --- NaturalConference Configuration File -- # # Sample configuration file for AG 4000 running 2 T1 trunks (48 ports) # and using 9 resources of NaturalConference (144 conferencing ports) # # This file is associated with the board configuration file
# ag4cnf_2t1_1600.cfg installed in the \nms\ag\cfg directory. # ######################################################################## [CONFERENCING] Flags = NO_ECHO_CANCEL [RESOURCE 0] Board = 0 BoardType = AG4000 DSP = 7 [RESOURCE 1] Board = 0 BoardType = AG4000 DSP = 8 [RESOURCE 2] Board = 0 BoardType = AG4000 DSP = 9 [RESOURCE 3] Board = 0 BoardType = AG4000 DSP = 10 [RESOURCE 4] Board = 0 BoardType = AG4000 DSP = 11 [RESOURCE 5] Board = 0 BoardType = AG4000 DSP = 12 [RESOURCE 6] Board = 0 BoardType = AG4000 DSP = 13 [RESOURCE 7] Board = 0 BoardType = AG4000 DSP = 14 [RESOURCE 8] Board = 0 BoardType = AG4000 DSP = 15


CT Access Version Checker Utility V.5 (Sep 12 2000) CT Access Release: 4.01 CT Access Compatibility Level: 2 CTA: DISPATCHER v 4.01 Sep 12 2000 compat: expdisp=1 expapi=2 Mgr: ADIMGR v 1.02 Sep 12 2000 compat: reqdisp=1 Mgr: PPXMGR v 1.00 Sep 12 2000 compat: reqdisp=1 Mgr: SWIMGR v 1.00 Sep 12 2000 compat: reqdisp=1 Mgr: VCEMGR v 1.00 Sep 12 2000 compat: reqdisp=1 Mgr: OAMMGR v 1.01 Sep 12 2000 compat: reqdisp=1 Mgr: CNFMGR v 1.02 Sep 14 2000 compat: reqdisp=1 Svc: NCC (ADIMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=1 expspi=1 Svc: ADI (ADIMGR ) v 1.60 Sep 12 2000 compat: reqdisp=1 expapi=1 expspi=1 Svc: DTM (ADIMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=0 expspi=0 Svc: PPX (PPXMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=0 expspi=0 Svc: SWI (SWIMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=0 expspi=0 Svc: VCE (VCEMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=0 expspi=0 Svc: OAM (OAMMGR ) v 1.01 Sep 12 2000 compat: reqdisp=1 expapi=1 expspi=1 Svc: isdn (ADIMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=1 expspi=0 Svc: imgt (ADIMGR ) v 1.00 Sep 12 2000 compat: reqdisp=1 expapi=1 expspi=0 Svc: CNF (CNFMGR ) v 1.02 Sep 14 2000 compat: reqdisp=1 expapi=1 expspi=1


Version