Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call dropping issue

Status
Not open for further replies.

Eitsalo

IS-IT--Management
Aug 9, 2006
241
CA
Hello All,
We've just installed CME 4.3 on 2801 with about 12 phones.
All work (receiving call, can call out, transfer, voice mail and etc.) but we're having issues with line dropping after 2 to 3 mins on incoiming and outgoing on all phones. Here is the part a "sh run". Please help... sorry about the long script.
sh run
Building configuration...

Current configuration : 18164 bytes
!
! Last configuration change at 14:18:57 eastern Mon Jul 27 2009 by cmeadmin
! NVRAM config last updated at 14:51:33 eastern Mon Jul 27 2009 by cmeadmin
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname TORISLVG01
!
boot-start-marker
boot system flash:c2801-entservicesk9-mz.124-15.XZ2.bin
boot system flash flash:c2801-advipservicesk9-mz.124-15.XZ.bin
boot-end-marker
!
logging message-counter syslog
!
aaa new-model
!
!
Jul 27 18:51:52.283: %MGCP-3-INTERNAL_ERROR: mgcp_cfg_commands: nvgen lawful-intercept:

should not happen
aaa authentication login default local
aaa authentication enable default none
aaa authentication ppp default local
aaa authorization exec default local
aaa authorization network default if-authenticated
!
!
aaa session-id common
clock timezone EST -5
clock summer-time eastern recurring
dot11 syslog
ip source-route
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address xxx.xxx.1 xxxxxxxxxx
ip dhcp excluded-address xxx.xxx.30 xxxxxxxxxxxxx.254
ip dhcp ping packets 3
!
ip dhcp pool VOICE
network xxxxxxxxxx 255.255.255.0
default-router xxxxxxxxxx.2
option 150 ip xxxxxxxxxxx.2
lease 6
!
!
ip cef
no ip domain lookup
ip domain name ornge.ca
no ipv6 cef
multilink bundle-name authenticated
voice-card 0
!
!
crypto pki trustpoint TP-self-signed-torislvg
enrollment selfsigned
serial-number
subject-name cn=IOS-Self-Signed-Certificate-torislvg
revocation-check none
rsakeypair TP-self-signed-torislvg
!
!
crypto pki certificate chain TP-self-signed-torislvg
certificate self-signed 01
30820232 308201DC A0030201 02020101 300D0609 2A864886 F70D0101 04050030
67312D30 2B060355 04031324 494F532D 53656C66 2D536967 6E65642D 43657274
!
class-map match-any AutoQoS-VoIP-RTP-Trust
match ip dscp ef
class-map match-any AutoQoS-VoIP-Control-Trust
match ip dscp cs3
match ip dscp af31
!
!
policy-map AutoQoS-Policy-Trust
class AutoQoS-VoIP-RTP-Trust
priority percent 70
class AutoQoS-VoIP-Control-Trust
bandwidth percent 5
class class-default
fair-queue
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface Service-Engine0/0
ip unnumbered Vlan112
service-module ip address xxxxxxxxx.3 255.255.255.0
service-module ip default-gateway xxxxxxxxxxx.2
!
!
control-plane
!
rmon event 33333 log trap AutoQoS description "AutoQoS SNMP traps for Voice Drops" owner

AutoQoS
rmon alarm 33333 cbQosCMDropBitRate.82.9499905 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
rmon alarm 33334 cbQosCMDropBitRate.98.6655009 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
rmon alarm 33335 cbQosCMDropBitRate.114.12496961 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
rmon alarm 33336 cbQosCMDropBitRate.130.2260449 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
rmon alarm 33337 cbQosCMDropBitRate.146.12687473 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
rmon alarm 33338 cbQosCMDropBitRate.162.632273 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
rmon alarm 33339 cbQosCMDropBitRate.178.10296481 30 absolute rising-threshold 1 33333

falling-threshold 0 owner AutoQoS
!
!
voice-port 0/0/0
echo-cancel coverage 32
connection plar opx 1234
description 222-333-2222 Main-Number
caller-id enable
!
dial-peer voice 123 voip
incoming called-number 819[8,9]....
codec g711ulaw
no vad
!
dial-peer voice 2222 voip
description ** ornge menu from admin cfwd no ans**
destination-pattern xxx5
session protocol sipv2
session target ipv4:xxxxxxxx.3
dtmf-relay sip-notify
codec g711ulaw
no vad
telephony-service
load 7941 SCCP41.8-3S
max-ephones 20
max-dn 40
ip source-address xxxxxx.2 port 2000
auto assign 1 to 4
no caller-id name-only
calling-number initiator
no service directed-pickup
system message ORNGE
url services url authentication time-zone 12
voicemail 8340
max-conferences 8 gain -6
call-forward pattern .T
call-forward pattern 9.T
moh music-on-hold.au
multicast moh 239.1.1.1 port 2123
web admin system name cmeadmin secret 5 $1$FWTN$AxFtHiKZQ5pDPesxk6CJ9.
dn-webedit
time-webedit
transfer-system full-consult dss
transfer-pattern 9.T
transfer-pattern .T
secondary-dialtone 9
directory entry 1 916474282005 name ORNGE
create cnf-files version-stamp 7960 May 27 2009 10:23:25
!
ephone-dn
and then ephone config.....
 
dsp services dspfarm was missing on "voice-card 0" statemeent. The problmes went away but it is back again. calls drop after 2 to 3 min.
Appreciate your help on this please...
 
what type of incoming/outgoing lines do you have? it seems you have provided a partial config,
 
Upgraded IOS to c2801-entservicesk9-mz.124-15.T9 from c2801-entservicesk9-mz.124-15.XZ2 and got fixed.
Thanks..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top