cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1155
Views
10
Helpful
5
Replies

New sip service - calls disconnecting after a few mins

faghouri83
Level 1
Level 1

Hi Everyone

Im not an expert on SIP so would really appreciate any help on my problem.

Basically a new sip service has been installed and cube routers have been configured by the itsp. We can make calls inbound and outbound but after a few mins, the call just drops. It seems to be affecting all users. Sometimes the call lasts 6 mins, sometimes 9 or even 2 mins. Completely random. Ive noticed an error code on the debug and was wondering if anyone could take a look for me please.

THanks

5 Replies 5

kaja_2kj3
Level 1
Level 1

Hi,

          Did you checked the internet speed (both upload and download) whether it is alright when there is connection loss.

Thanks

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Hi,

From the logs called number is 08448933910 calling number is 012541 ...CUBE is disconnecting the call  because your provider stopped responding to sip options ping. CUBE sent a total of 7 SIP options ping to your ITSP and it didnt not get any reply and after about 6 minutes on this call, CUBE disconnected the call.

You need to speak to your ITSP to know why they stopped responding to options Ping. You may also increase the duration that CUBE sends options ping..Or you could disable it altogether and test again.

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

faghouri83
Level 1
Level 1

Hi

Thank you both for your replies.

I beleive the connection speed is fine.

I will try and get in touc with the itsp and play around with the options ping and see if it makes any difference. Thanks

faghouri83
Level 1
Level 1

Hi

Before I ask the ITSP and do some troubleshooting, could anyone tell me the difference between

voice-class sip options-ping 60

and

voice-class sip options-keepalive down-interval 60 retry 3

thanks

They do the same thing..I think the first command is an old one..You should be using the options-keep alive command

voice-class sip options-keepalive

#

To monitor connectivity between Cisco Unified Border Element VoIP dial-peers and SIP servers to, use the voice-class sip options-keepalive command in dial peer configuration mode. To disable monitoring connectivity, use the no form of this command.

#

voice-class sip options-keepalive [up-interval seconds | down-interval seconds] [retry retries]

#

no voice-class sip options-keepalive

#

Syntax Description

#

up-interval seconds

#

Number of up-interval seconds allowed to pass before marking the UA as unavailable.This keyword is effective when the dial-peer is up (not busied out). The range is 5-1200. The default is 60.

#

down-interval seconds

#

Number of down-interval seconds allowed to pass before marking the UA as available. This keyword is effective when the dial-peer is down (busied out). The range is 5-1200. The default is 30.

#

retry retries

#

Number of retry attempts before changing the state of UA. The range is 1 to 10. The default is 5 attempts.

#

15.0(1)M

#

This command was integrated into Cisco IOS Release 15.0(1)M.

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts