[sr-dev] [kamailio/kamailio] During de-registration procedure, clean-up is not happening if contact has * value (Issue #3848)

2024-05-13 Thread deepak-git-account via sr-dev
### Description If Deregistration contains * in a contact field as described in RFC-3261, then the Kamailio is not cleaning the in-memory and database record. And the next iteration is not working correctly. Use of the "*" Contact header field value allows a registering UA

[sr-dev] Re: [kamailio/kamailio] During de-registration procedure, clean-up is not happening if contact has * value (Issue #3848)

2024-05-24 Thread deepak-git-account via sr-dev
Thanks for the reply.. Both are set to Contact: * and Expires: 0. But Kamailio PCSCF is giving error: May 13 19:47:22 openims-tvmcfg-node-focal pcscf/pcscf[35816]: ERROR: ims_registrar_pcscf [save.c:318]: save_pending(): No contact headers -- Reply to this email directly or view it on GitHub: h

[sr-dev] [kamailio/kamailio] 200OK (for deregistration: REGISTER with Expire:0) is not reaching to UE (Issue #3866)

2024-05-31 Thread deepak-git-account via sr-dev
### Description During de-registration, Kamailio receives REGISTER (with expire 0), and then send Session Termination request, and only after getting Session Termination Answer, Kamailo sends 200OK. This is not sent till UE. The reason is after receiving Session Termination Request, the PCRF s

[sr-dev] Re: [kamailio/kamailio] ims/pcscf: 200OK for de-registration (REGISTER with Expire:0) is not reaching to UE (Issue #3866)

2024-06-14 Thread deepak-git-account via sr-dev
Closed #3866 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3866#event-13160372426 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] ims_registrar_pcscf: support for handling contact * value (Issue #3848)

2024-06-27 Thread deepak-git-account via sr-dev
I can help in this regard. Kindly let me know when to test. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3848#issuecomment-2194730449 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] [kamailio/kamailio] new ims dialogue is not created (Issue #3676)

2023-12-15 Thread deepak-git-account via sr-dev
### Description While doing a call, new dialogue is not created in PCSCF. RX feature is on. As per my understanding, ims_dialog has one call back function and it invokes dlg_onreq() function and a new dialgue can be created (function is dlg_new_dialog). And in the traces, that is not happening