@alexyosifov commented on this pull request.

Great work, just a small notice, there is a committed Readme file.

Thanks,
The committed README file is regenerated, not manually changed.

Yes, but please remove the changes to the README file from your pull request. :-) This is not needed, the README is autogenerated from a script in our infrastructure after every change.

Done.


In src/modules/ims_ipsec_pcscf/cmd.c:

> @@ -562,6 +560,24 @@ int ipsec_forward(struct sip_msg* m, udomain_t* d)
     struct pcontact_info ci;
     pcontact_t* pcontact = NULL;
     int ret = IPSEC_CMD_FAIL; // FAIL by default
+    unsigned char dst_proto = PROTO_UDP;

It's not an error, just default value.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.