I have a Line Side T1 from an Avaya G3 connected to a Win2000 server with an NMS AG4000 card. Trunkmon shows no errors or code violations and my application works fine. I move the T1 cable to a Win2003 server with an NMS CG6060 card. the board starts successfully. Trunkmon reports no alarms or slips and the Frame Sync is OK, but code violations occur at a pace of a hundred or so per second. The voice channel works - I can place calls, hear prompts, and select options. The problem that occurs is the NMS card incorrectly detects a disconnect signal at seemingly random times and terminates the call. Any idea why I would not see the code violations on the AG4000 but do see them on the CG6060 with the exact same connection, or how to troubleshoot this issue?
Here are my cg\cfg settings: Clocking.HBus.ClockMode = STANDALONE Clocking.HBus.ClockSourceNetwork = 1 # 1, 2, 3 or 4 for the reference trunk connection Clocking.HBus.ClockSource = NETWORK # NETWORK or OSC
# use of DSP.C5x[x].Os is recommended DSP.C5x[0..47].Os = dspos6u
#******************************************************************************************* # T1 configuration #******************************************************************************************* DSPStream.VoiceIdleCode[0..15] = 0x7F DSPStream.SignalIdleCode[0..15] = 0x00 NetworkInterface.T1E1[0..15].Type = T1 NetworkInterface.T1E1[0..15].Impedance = DSX1 NetworkInterface.T1E1[0..15].LineCode = B8ZS # AMI, B8ZS, AMI_ZCS, AMI_BELL, AMI_DDS or AMI_GTE NetworkInterface.T1E1[0..15].FrameType = ESF # ESF or D4 NetworkInterface.T1E1[0..15].SignalingType = CAS DSP.C5x[0..47].Libs[0] = cg6klibu DSP.C5x[0..47].XLaw = MU_LAW #DSP.C5x[0..47].Libs[0] = cg6kliba #DSP.C5x[0..47].XLaw = A_LAW #*******************************************************************************************
#******************************************************************************************* # Resource management #*******************************************************************************************
Resource[0].Name = RSC1 Resource[0].Size = 48 Resource[0].StartTimeslot = 0 Resource[0].TCPs = nocc ops0 # "no trunk control" protocol & Off-Premises Station trunk control program #Resource[0].TCPs = nocc gds0 # "no trunk control" protocol & Digital Ground Start trunk control program #Resource[0].TCPs = nocc wnk0 # "no trunk control" protocol & 2-way wink start trunk control program, T1 and analog DID #Resource[0].TCPs = nocc wnk1 # "no trunk control" protocol & 2-way wink start trunk control program, analog E+M
#******************************************************************************************* # Before modifying this resource definition string refer to the CG6060 or CG6060C # Installation and Developers Manual. #******************************************************************************************* Resource[0].Definitions = \ ( dtmf.det_all & 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) \ ) \ )
Resource[0].DSPs = \ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 \ 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 DebugMask = 0x0
Here are my oamsys settings [Supervisor] AutoStartEnabled=Yes AutoStopEnabled=Yes
#------------------------------------------------- # Uncomment the following section to boot board #0 # Also correctly set the appropriate Bus/Slot info #-------------------------------------------------
[Board0] Product = CG_6060 AutoStart = Yes AutoStop = Yes Number = 0 Bus = 14 Slot = 4 File = cg6060_configfile.cfg
Any assist is appreciated.
Rob
|