### 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
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
### 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
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
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: ___
### 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