Sample NaturalConference configuration files

This topics presents sample NaturalConference configuration files for:

AG 2000/400 sample cnf.cfg

The following NaturalConference configuration file excerpt for an AG 2000/400 board defines one conferencing resource with three DSPs on Board 0:

#                        cnf_ag2_400.cfg
#
#      --- NaturalConference Configuration File --
#
# Sample configuration file for AG 2000 
#
# This file is associated with the AG configuration files agpi2cnf_400.cfg
# and agpi2cnfa_400.cfg installed in the \nms\ag\cfg directory.
#

[CONFERENCING]

# Flags = NO_ECHO_CANCEL | NO_DTMF_CLAMPING
Flags = NO_COACHING

[RESOURCE 0]

Board = 0
DSP = 1..3

CG 6060/C sample cnf.cfg

The following NaturalConference configuration file for a CG 6060/C board defines one conferencing resource on one DSP:

#                        cnf_c6060cnf_ivr_nonspan.cfg
#
#      --- NaturalConference Configuration File --
#
# Sample configuration file for CG 6060
#
# This file is associated with the CG configuration file c6060cnf_ivr_nonspan.cfg.
#

[CONFERENCING]

Flags = NO_ECHO_CANCEL | NO_DTMF_CLAMPING | NO_COACHING | NO_TONE_CLAMPING 


[RESOURCE 0]

Board = 0
NumTimeSlots = 16
DSP = 0

 

The following NaturalConference configuration file for a CG 6060/C board defines one conferencing resource spanning two DSPs:

#                        cnf_c6060cnf_ivr_span.cfg
#
#      --- NaturalConference Configuration File --
#
# Sample configuration file for CG 6060
#
# This file is associated with the CG configuration file c6060cnf_ivr_span.cfg.
#

[CONFERENCING]

Flags = NO_ECHO_CANCEL | NO_DTMF_CLAMPING | NO_COACHING | NO_TONE_CLAMPING 


[RESOURCE 0]

Board = 0
NumTimeSlots = 16
DSP = 0..1

CG 6565/C sample cnf.cfg

The following NaturalConference configuration file for a CG 6565/C board defines one conferencing resource on one DSP:

#                        cnf_c6565cnf_ivr_nonspan.cfg
#
#      --- NaturalConference Configuration File --
#
# Sample configuration file for CG 6565
#
# This file is associated with the CG configuration file c6565cnf_ivr_nonspan.cfg.
#

[CONFERENCING]

Flags = NO_ECHO_CANCEL | NO_DTMF_CLAMPING | NO_COACHING | NO_TONE_CLAMPING 


[RESOURCE 0]

Board = 0
NumTimeSlots = 16
DSP = 0

 

The following NaturalConference configuration file for a CG 6565/C board defines one conferencing resource spanning two DSPs:

#                        cnf_c6565cnf_ivr_span.cfg
#
#      --- NaturalConference Configuration File --
#
# Sample configuration file for CG 6565
#
# This file is associated with the CG configuration file c6565cnf_ivr_span.cfg.
#

[CONFERENCING]

Flags = NO_ECHO_CANCEL | NO_DTMF_CLAMPING | NO_COACHING | NO_TONE_CLAMPING 


[RESOURCE 0]

Board = 0
NumTimeSlots = 16
DSP = 0..1