Hi all, SIPv6 UA Can't receive a 200 ok response from openser register server after sending Forwarded REGISTER request. The details can be as follows: 1 Test topology:
NUT(REG && PX) UA11 UA12 DNS | | | | IP : 3ffe:501:ffff:50::50 3ffe:501:ffff:1::1 3ffe:501:ffff:2::2 3ffe:501:ffff:4::1 aor-uri : ss.under.test.com UA11@under.test.com UA12@under.test.com contact-uri : UA11@node.under.test.com UA12@node11.under.test.com 2 tcpdump file can be seen in "22 SIP Registrar- Forwarded REGISTER request.pcap" attachment 3 openser configuration file can be seen in "openser.cfg" attachment How can I modify the configuration file if I want to receive 200 OK?
-------------------------------------- Regards! Hu xiaoqiang
2010/6/22 Xiaoqiang Hu xhu@redhat.com:
Hi all, SIPv6 UA Can't receive a 200 ok response from openser register server after sending Forwarded REGISTER request. The details can be as follows:
Hi Xiaoqiang, as you are sending varios questions please let me suggest how to improve them (so you can get help easier):
- Don't provide a pcap file as it requires opening wireshark or whatever other program. Just paste a simple SIP trace in the mail.
- Try to detail better your problem. "SIPv6 UA Can't receive a 200 ok" is not a Kamailio problem, but for sure an error in your configuration. Be more explicit describing your issue as nobody will take the time to inspect your whole configuration file and pcap file trying to guess what is happening there.
Regards.
thanks for your advice. -------------------------------------- Regards! Hu xiaoqiang
----- Original Message ----- From: "Iñaki Baz Castillo" ibc@aliax.net To: "Xiaoqiang Hu" xhu@redhat.com Cc: sr-users@lists.sip-router.org Sent: Tuesday, June 22, 2010 6:14:27 AM GMT -05:00 US/Canada Eastern Subject: Re: [SR-Users] SIPv6 UA Can't receive a 200 ok response from openser register server after sending Forwarded REGISTER request
2010/6/22 Xiaoqiang Hu xhu@redhat.com:
Hi all, SIPv6 UA Can't receive a 200 ok response from openser register server after sending Forwarded REGISTER request. The details can be as follows:
Hi Xiaoqiang, as you are sending varios questions please let me suggest how to improve them (so you can get help easier):
- Don't provide a pcap file as it requires opening wireshark or whatever other program. Just paste a simple SIP trace in the mail.
- Try to detail better your problem. "SIPv6 UA Can't receive a 200 ok" is not a Kamailio problem, but for sure an error in your configuration. Be more explicit describing your issue as nobody will take the time to inspect your whole configuration file and pcap file trying to guess what is happening there.
Regards.
2010/6/22 Xiaoqiang Hu xhu@redhat.com:
thanks for your advice.
I've inspected your pcap file. There is nothing wrong there. It could occur that the credentials are wrong, just it. The function "www_authenticate()" returns a different negative integer code depending on the cause of the failure (wrong nonce, wrong user...). You can log the return code of such function by using "xlog" including the value of $rc (return code of the last called function).
Anyhow try to register the same UAC without the previous proxy so you can check if the password is correct or not.