cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2207
Views
5
Helpful
8
Replies

Delay outbound calls sip trunk

Ansik
Level 1
Level 1

Hi ,

 

When i make an outbound call there is a delay of 25 secs. Inbound calls are instant.

this is the scenario IP Phone --> CME --> SIP Provider

dial-peers are very simple yet i still get a delay.

 

attached debug voip dialpeer inout and dial-peers and running config modified.

 

Thanks

8 Replies 8

R0g22
Cisco Employee
Cisco Employee
The logs are not helpful. Take the following for a problematic call -

debug ccsip message
debug ccsip error
debug voice ccapi inout

Hi,

 

Please find attached log

R0g22
Cisco Employee
Cisco Employee
I think your issue is related to the domain lookup. Why are you using a domain in the sip-server when all you are doing is hosting the entry on the router itself ? Why the additional stack lookup on the router ?
Remove the sip-server target from the dial-peer 1 and configure session target instead with the IP of your ITSP and then test.

configured dial-peer 1 as below and outbound now fails. I configured the domain lookup because isp expects " customer@sip.isp.sr " to register ,registration as " customer@10.150.3.11" was failing

dial-peer voice 1 voip
description ** Outgoing dialpeer Mobile Calls **
destination-pattern 0[7-8]......$
session protocol sipv2
session target ipv4:10.150.3.11
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad

R0g22
Cisco Employee
Cisco Employee
Did you remove the registrar config as well from the sip-ua ? You only had to remove the sip-server.

no did not remove the register config. removed the sip-server from the sip-ua.
call still failing.

dial-peer voice 1 voip
description ** Outgoing dialpeer Mobile Calls **
destination-pattern 0[7-8]......$
session protocol sipv2
session target ipv4:10.150.3.11
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad

sip-ua
credentials username customer password 7 xxxxxxxx realm sip.isp.sr
authentication username customer password 7 xxxxxxxx
calling-info pstn-to-sip from number set 123456
retry invite 2
timers trying 150
registrar dns:sip.isp.sr expires 60 refresh-ratio 50
host-registrar

I noticed the sip trunk does not register when i remove the sip-server from the sip-ua.

Lowering the ios to 15.1(2)T4 solved this problem.