Cisco Systems PGW 2200 Switch User Manual


 
D-42
Cisco PGW 2200 Softswitch Release 9.8 Software Installation and Configuration Guide
OL-18083-01
Appendix D Sample Installation Scripts
Sample Configured XECfgParm.dat Files for Cisco PGW 2200 Softswitch Release 9.6(1)
*.SelectTermCustGrpId = 0 # 1= Select Terminating SigPath CustGrpId if Originating
SigPath CustGrpId is 0000.
# 0= Always select Originating SigPath CustGrpId
*.GlareReattemptCauseValue = 44 # used for re-attempt by GW in Nailed configurations.
*.DerivedInterworkingFCIBCIEnable = 0 # 1 = Set FCI/BCI values when interworking with
R2/T1CAS/ISDN/H323 V2
#The following two lines are call based memory allocator settings.
#set these to 0 to disable call-based memory allocator
#This setting is memory efficient, but performance suffers.
#set these to 110000 for maximum performance. Memory usage increases.
engine.CALL_MEM_BLOCK_SIZE = 0
engine.CALL_MEM_CHUNK_SIZE = 0
# engine.SysTraceLevel = 3
*.LongCallTime = 21600000 # used to configure OnGoingCallTime in ms (6hrs
def)
engine.CDRencodingFormat = AnsiCDB
engine.CDRtimeStamp = S
engine.CDRmessageTypes = "1010,1020,1030,1040,1050,1060,1070,1210,1260"
engine.VersionTimeoutValue = 10000
engine.StartUpAuditEnabled = false # audit invoked at engine startup?
engine.FaultRecoveryAuditTimer = 15000 # milliseconds
engine.CustSpecificINAPHandling = null
engine.DisableMultipleCDRs = 1 # 0=enable, 1=disable
engine.ChargingTariffType = 0 # 0=tariff-rate/scale-factor, 1=meter pulse
engine.ChargingMode = 1 # 1=AddOnCharge, 2=ReplaceCharge, 3=FreeOfCharge
engine.ShortDurationCallPeriod = 0 # 0=feature disabled
engine.ActionOnChargeTableAccessFailure = 0 # 0=continue call, 1=releasecall
engine.CallLimitingControl = 0 # 0 = Call limiting off, 1 = Call limiting on
#----------------------
# CDR dumper (cdrDmpr)
#----------------------
cdrDmpr.openCDR = true
cdrDmpr.seqFile = ../var/.cdr.seq
#------------------------------------
# Alarms/Measurements dumper (amDmpr)
#------------------------------------
#-------------
# ioChanMgr
#-------------
# Internal debug - only use this for low-level IOS debug
# This is bitmapped hex value:
# 1 - Managed Object tracing
# 2 - Simulation of streams devices from /dev to ../dev for
# unit testing.
ioChanMgr.trace = 0x0
# These timers are in millisecs
# NOTE: alarms are sent autonomously as they occur, alarmTimer is outdated
# and should be set to zero. If IPCTimer is 0, then hard-coded value will be
# used. Only for problems with the hard-code should this value be changed.
ioChanMgr.alarmTimer = 0
ioChanMgr.statTimer = 30000
ioChanMgr.IPCTimer = 0
#Channel manager parameters for IPC flow control.