Hi, I registrar kamailio ofen can registrar .but at other wifi some time i use the csipsimple registrar kamailio get request time out . when i look up the log I have found
ERROR: registrar [save.c:692]: update_contacts(): invalid cseq for aor <1008> I search on google but can`t find a good answer. some one tell me it's not a same callid and low cseq . what would i do for this error ?
vast writes:
ERROR: registrar [save.c:692]: update_contacts(): invalid cseq for aor <1008> I search on google but can`t find a good answer. some one tell me it's not a same callid and low cseq . what would i do for this error ?
check with wireshark how the failing register request looks like and compare it to previous one.
-- juha
this is capture with tcpdump for the failing register request. what's wrong with me?
------------------ Original ------------------ From: "Juha Heinanen";jh@tutpro.com; Date: Wed, May 21, 2014 05:43 PM To: "Kamailio (SER) - Users Mailing List"sr-users@lists.sip-router.org;
Subject: [SR-Users] i use the csipsimple registrar kamailio get requesttime out
vast writes:
ERROR: registrar [save.c:692]: update_contacts(): invalid cseq for aor <1008> I search on google but can`t find a good answer. some one tell me it's not a same callid and low cseq . what would i do for this error ?
check with wireshark how the failing register request looks like and compare it to previous one.
-- juha
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users .
vast writes:
this is capture with tcpdump for the failing register request. what's wrong with me?
find out why your ua is sending register requests so frequently (every few seconds). perhaps it is not receiving the 200 ok that kamailio is sending.
if it is receiving 200 ok, then it should increment cseq for the same callid when it send the next register request, but it does not do so, which violates rfc3261.
-- juha