[SR-Users] UAC module fails to refresh registrations

2013-07-20 Thread Isaac McDonald
Hello, I'm using the UAC module to register to remote sip proxies. When starting Kamailio, the UAC module successfully registers with the remote sip proxies as expected. Upon expiration of the registration (refresh interval) the UAC module fails to re-register. I've done some sip traces and foun

[SR-Users] UAC module fails to refresh registrations

2013-08-24 Thread neumann
First register is OK, but after 60 seconds time to update register, kamailio after 401 Unauthorized dont send second register with Authorization. In log i see only ERROR: uac [uac_reg.c:537]: uac_reg_tm_callback(): authentication failed for mysql> select * from uacreg; ++--+--

Re: [SR-Users] UAC module fails to refresh registrations

2013-07-22 Thread Daniel-Constantin Mierla
Hello, can you send the log messages with debug=1 when the re-registration 401 is processed? Cheers, Daniel On 7/21/13 1:35 AM, Isaac McDonald wrote: Hello, I'm using the UAC module to register to remote sip proxies. When starting Kamailio, the UAC module successfully registers with the rem

Re: [SR-Users] UAC module fails to refresh registrations

2013-07-25 Thread Isaac McDonald
Hello Daniel, Thanks for your help on this. I set the registration to expire after 10 seconds and restarted Kamailio with debug level 1. Here's the output: Jul 25 02:43:41 Kamailio-DEV /usr/sbin/kamailio[30148]: ERROR: uac [uac_reg.c:537]: uac_reg_tm_callback(): authentication failed for <25

Re: [SR-Users] UAC module fails to refresh registrations

2013-07-25 Thread Daniel-Constantin Mierla
Hello, the log message shows that authentication failed. Use debug=3 for more details. Also, grab the sip traffic with ngrep. Cheers, Daniel On 7/25/13 9:50 AM, Isaac McDonald wrote: Hello Daniel, Thanks for your help on this. I set the registration to expire after 10 seconds and restarted

Re: [SR-Users] UAC module fails to refresh registrations

2013-07-26 Thread Isaac McDonald
Thanks for your help with this Daniel. I've attached a SIP trace along with debugging information from Kamailio. On 7/25/2013 1:47 AM, Daniel-Constantin Mierla wrote: Hello, the log message shows that authentication failed. Use debug=3 for more details. Also, grab the sip traffic with ngrep.