@alexyosifov commented on this pull request.


In src/modules/ims_ipsec_pcscf/cmd.c:

> @@ -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, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3029/review/888068018@github.com>