cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2296
Views
0
Helpful
1
Replies

Re-registration timeout not working on SIP Trunk to ITSP

metalium2007
Level 3
Level 3

Hello,

I'm currently configuring a sip trunk to an ITSP with sucess. The only problem is that the registration expiration timer sent from the ITSP are 180 seconds and even if i change that value in my configuration I always send the re-registration request only after 240 secs.

sip-ua

credentials username <user> password 7 <pass> realm <realm>

authentication username <user>password 7 <pass>

no remote-party-id

retry invite 2

retry register 10

timers connect 100

registrar ipv4:xx.yy.zz.ww expires 180

sip-server ipv4:xx.yy.zz.ww

host-registrar

show sip-ua register status

Line                                            peer         expires(sec)   registered           P-Associ-URI

================================ ========== ============ ========== ============

<my_reg_number                        20007           229             yes      

_____________________________________________

(C2800NM-ADVENTERPRISEK9-M), Version 15.1(1)T

_____________________________________________

Do you have any hint about this parameter changing? some bug or wrong config?

Thank you!

met

1 Reply 1

dksingh
Cisco Employee
Cisco Employee

Hmm...not sure what version of IOS you have but

please check if you can configure following...

sip-ua

  registrar  ipv4:xx.yy.zz.ww expires 180 refresh-ratio 50

with this IOS will send the reg refresh at 90 sec...

Curious, why we are negotiating 240 sec when we are configured

for 180sec? Did u run ccsip mess debugs on IOS and check

Expires field in the Reg and Ack msgs ?

HTH,

DK