topos is complaining about missing contact, but on an OPTIONS message, contact is not mandatory
23(12470) ERROR: topos [tps_storage.c:305]: tps_storage_link_msg(): bad sip message or missing Contact hdr
So, should "OPTIONS" be added to the exceptions in the code or is there a way to stop storing OPTIONS messages informations?
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715
Can you try with the patch referenced above and see if works fine for OPTIONS? If all ok, then I will backport.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#issuecomment-233636984
The patch has worked. Thank you!
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#issuecomment-233682854
Closed #715.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#event-727770596
I reopen this issue as the same happens on BYE requests. BYE requests (according to my understanding of RFC - page 161) doesn't require Contact header.
Do you mind adding METHOD_BYE in the condition? (it seems that Contact is only mandatory on INVITEs).
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#issuecomment-238544598
Reopened #715.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#event-749798038
Pushed a patch to check only for INVITE. If the issue is still there, reopen.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#issuecomment-238564173
Closed #715.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/715#event-749891923