[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fix issues with UEs not sending certain replies thro… (PR #3029)

alexyosifov notifications at github.com
Sun Feb 20 19:02:14 CET 2022


@alexyosifov commented on this pull request.



> @@ -652,6 +617,9 @@ int ipsec_create(struct sip_msg* m, udomain_t* d, int _cflags)
     struct pcontact_info ci;
     int ret = IPSEC_CMD_FAIL;   // FAIL by default
 
+    ci.reg_state = PCONTACT_ANY;
+    ci.num_service_routes = 0;
+

no effect because in **fill_contact()** **ci** is memset with 0.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3029#pullrequestreview-888068018
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3029/review/888068018 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220220/6abaf4ac/attachment.htm>


More information about the sr-dev mailing list