05-14-2015 03:22 AM - edited 03-17-2019 03:00 AM
I have a customer who is experiencing calls drops to their SIP circuit. They have CME running on a UC520.
I ran debug ccsip messages and could see an expiry time of 180s however the CME is configured with:
sip
registrar server expires max 3600 min 3600
Should these timers match?
Many thanks.
Solved! Go to Solution.
05-14-2015 09:44 AM
Hello
You probably don't want them to match
The registrar server expires command sets the minimum and maximum time for registration. SIP does not use keepalives so phones have to re-register meaning the a phone must not send a register request 3600 sec(If min is set to 3600) from its last request and must send a register request before 3600 seconds from it's last request. Can cause a lot of issues if set wrong.You probably want Min to be around 1800(CUCM uses 1800 by default) or 1200
05-14-2015 03:28 AM
try this
voice service voip
sip
reset timer expires 180
05-14-2015 09:44 AM
Hello
You probably don't want them to match
The registrar server expires command sets the minimum and maximum time for registration. SIP does not use keepalives so phones have to re-register meaning the a phone must not send a register request 3600 sec(If min is set to 3600) from its last request and must send a register request before 3600 seconds from it's last request. Can cause a lot of issues if set wrong.You probably want Min to be around 1800(CUCM uses 1800 by default) or 1200
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide