[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: typo in spi_add function definition (Issue #3513)

2023-07-19 Thread jbipre2
### Description Migrating from Kamailio 5.6.4 IMS to Kamailio 5.7.1 IMS; using Open5GS CN, Amarisoft CallBox eNB, and Huawei UE to implement VoLTE infrastructure for lab testing. VoLTE works in Kamailio 5.6.4 IMS with IPSEC and non-IPSEC UE's; but Kamailio 5.7.1 IMS not working yet with IPSE

[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: dummy AOR sip:y...@kamailio.org prevents ipsec_destroy() from finding contact (Issue #3570)

2023-09-14 Thread jbipre2
### Description Have two 4G UE's registered (over Open5GS CN / Amarisoft eNB): UE1 (OnePlus) connects to P-CSCF over UDP, UE2 (Huawei) connects using IPSec SA. Immediately after registration, VoLTE calls work from UE1 to UE2 and vice-versa; but after some time, only from UE2 to UE1. Calls initiat

[sr-dev] Re: [kamailio/kamailio] ims_ipsec_pcscf: add AoR parameter to ipsec_destroy() (Issue #3570)

2023-10-02 Thread jbipre2 via sr-dev
Taking a cue from code in ims_registrar_pcscf / w_unregister, this patch replaces the dummy AOR in the SIP message passed to fill_contact: ``` diff -urw a/src/modules/ims_ipsec_pcscf/cmd.c b/src/modules/ims_ipsec_pcscf/cmd.c --- a/src/modules/ims_ipsec_pcscf/cmd.c 2023-06-28 09:40:45.0 +0

[sr-dev] Re: [kamailio/kamailio] ims_ipsec_pcscf: add AoR parameter to ipsec_destroy() (Issue #3570)

2023-10-03 Thread jbipre2 via sr-dev
Thankyou Daniel, Yesterday I posted a comment to the Kamailio Github Issues including a patch which adds an optional parameter to the ipsec_destroy function. Although it’s a quick hack, the patch solves my problem, and I believe it has no impact on existing behaviour. All the best James Bishop Eu

[sr-dev] Re: [kamailio/kamailio] ims_ipsec_pcscf: add AoR parameter to ipsec_destroy() (Issue #3570)

2023-11-15 Thread jbipre2 via sr-dev
-ISPRA) ***@***.***>; Mention ***@***.***> Subject: Re: [kamailio/kamailio] ims_ipsec_pcscf: add AoR parameter to ipsec_destroy() (Issue #3570) @jbipre2<https://urldefense.com/v3/__https:/github.com/jbipre2__;!!DOxrgLBm!AroWtwOXpV-qol_2spYEVtV6eenNIJIDQYIbwZatL2vN7Oqr2a2U68Cg4C9Pyr-weMgtj97zDZHBxyKy

[sr-dev] Re: [kamailio/kamailio] ims_ipsec_pcscf: add AoR parameter to ipsec_destroy() (Issue #3570)

2023-11-16 Thread jbipre2 via sr-dev
My total ignorance is the cause… but I learn, I learn: have now forked jbipre2/kamailio.git, set this as upstream for a local clone, and will continue to read the manual From: Henning Westerholt ***@***.***> Sent: Thursday, November 16, 2023 2:29 PM To: kamailio/kamailio ***@***.***> Cc:

[sr-dev] [kamailio/kamailio] Add AoR argument to ims_ipsec_pcscf ipsec_destroy() (PR #3645)

2023-11-17 Thread jbipre2 via sr-dev