Hi all!
I have been googling, and reading documentation, but I could not find any solution. How can I implement intermediate CDRs with Kamailio ACC module (or any other module) ? For example, on long duration calls, I 'm required to save call status on a CDR, resulting in intermediate CDR lines for the call (which will result in multiple CDR lines per long duration calls).
Any clue on how to implement this? Did anyone achieved that with Kamailio ACC module?
Atenciosamente / Kind Regards / Cordialement / Un saludo,
*Sérgio Charrua*
Hello,
On 26.03.25 17:21, Sergio Charrua via sr-users wrote:
Hi all!
I have been googling, and reading documentation, but I could not find any solution. How can I implement intermediate CDRs with Kamailio ACC module (or any other module) ? For example, on long duration calls, I 'm required to save call status on a CDR, resulting in intermediate CDR lines for the call (which will result in multiple CDR lines per long duration calls).
Any clue on how to implement this? Did anyone achieved that with Kamailio ACC module?
If one of the parties in the call sends re-INVITE requests (session timer/refresh), then you can get accounting records for them. See the RF4028, it is mainly about two headers that have to be present in the INVITE and/or 200ok, for example:
Session-Expires: 1800 Min-SE: 90
The headers can be added by proxy if originating UA does not set them, in the hope that the target UA has support for this feature. Usually gateways and media servers have support for it.
Cheers, Daniel
Classification: Confidential Hi All,
While doing VoLTE setup using Kamailio and Open5gs, we are seeing errors (in bold text below) when starting p-cscf (as a process). The log snippet is below.
0(87652) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:212]: ipsec_print_all_socket_lists(): tcp: 10.45.0.1 [10.45.0.1]:6109 0(87652) ERROR: ims_ipsec_pcscf [ipsec.c:654]: clean_sa(): Error sending delete SAs command via netlink socket: No data available 0(87652) WARNING: ims_ipsec_pcscf [cmd.c:1397]: ipsec_cleanall(): Error cleaning IPSec Security associations during startup. 0(87652) ERROR: ims_ipsec_pcscf [ipsec.c:703]: clean_policy(): Error sending delete policies command via netlink socket: No data available 0(87652) WARNING: ims_ipsec_pcscf [cmd.c:1401]: ipsec_cleanall(): Error cleaning IPSec Policies during startup.
Same errors (in bold text below) are seen while starting p-cscf container when doing dockerized VoLTE setup using Kamailio and Open5gs. The log snippet is below.
pcscf | 0(43) ERROR: ims_ipsec_pcscf [ipsec.c:654]: clean_sa(): Error sending delete SAs command via netlink socket: No data available pcscf | 0(43) WARNING: ims_ipsec_pcscf [cmd.c:1397]: ipsec_cleanall(): Error cleaning IPSec Security associations during startup. pcscf | 0(43) ERROR: ims_ipsec_pcscf [ipsec.c:703]: clean_policy(): Error sending delete policies command via netlink socket: No data available pcscf | 0(43) WARNING: ims_ipsec_pcscf [cmd.c:1401]: ipsec_cleanall(): Error cleaning IPSec Policies during startup. pcscf | 0(43) INFO: ims_registrar_pcscf [ims_registrar_pcscf_mod.c:306]: mod_init(): Successfully bound to PCSCF IPSEC module pcscf | 0(43) INFO: <core> [main.c:3383]: main(): processes (at least): 110 - shm size: 67108864 - pkg size: 8388608 pcscf | 0(43) WARNING: tm [tm.c:565]: fixup_routes(): t_on_failure("NATMANAGE"): empty/non existing route
Can anyone suggest on what next steps are applicable to get the kamailio IMS working with Open5gs and eNB ? Appreciate your quick response.
Many Thanks.
Regards, Kuldeep Negi
::DISCLAIMER:: ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ________________________________
Hi,
When starting the process, Kamailio attempts to delete all SAs with its own IPs (Listening) so that no old connections are in the way. Since you probably don't have any, it throws this error when calling clean_sa().
I think this message can be ignored at startup.
Best Regards Markus
On Fri, Mar 28, 2025 at 3:09 PM Kuldeep Singh Negi via sr-users < sr-users@lists.kamailio.org> wrote:
Classification: *Confidential*
Hi All,
While doing VoLTE setup using Kamailio and Open5gs, we are seeing errors (in bold text below) when starting p-cscf (as a process).
The log snippet is below.
0(87652) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:212]: ipsec_print_all_socket_lists(): tcp: 10.45.0.1 [10.45.0.1]:6109
0(87652) *ERROR: ims_ipsec_pcscf [ipsec.c:654]: clean_sa(): Error sending delete SAs command via netlink socket: No data available*
0(87652) WARNING: ims_ipsec_pcscf [cmd.c:1397]: ipsec_cleanall(): Error cleaning IPSec Security associations during startup.
0(87652) *ERROR: ims_ipsec_pcscf [ipsec.c:703]: clean_policy(): Error sending delete policies command via netlink socket: No data available*
0(87652) WARNING: ims_ipsec_pcscf [cmd.c:1401]: ipsec_cleanall(): Error cleaning IPSec Policies during startup.
Same errors (in bold text below) are seen while starting p-cscf container when doing dockerized VoLTE setup using Kamailio and Open5gs. The log snippet is below.
pcscf | 0(43) *ERROR: ims_ipsec_pcscf [ipsec.c:654]: clean_sa(): Error sending delete SAs command via netlink socket: No data available*
pcscf | 0(43) WARNING: ims_ipsec_pcscf [cmd.c:1397]: ipsec_cleanall(): Error cleaning IPSec Security associations during startup.
pcscf | 0(43) *ERROR: ims_ipsec_pcscf [ipsec.c:703]: clean_policy(): Error sending delete policies command via netlink socket: No data available*
pcscf | 0(43) WARNING: ims_ipsec_pcscf [cmd.c:1401]: ipsec_cleanall(): Error cleaning IPSec Policies during startup.
pcscf | 0(43) INFO: ims_registrar_pcscf [ims_registrar_pcscf_mod.c:306]: mod_init(): Successfully bound to PCSCF IPSEC module
pcscf | 0(43) INFO: <core> [main.c:3383]: main(): processes (at least): 110 - shm size: 67108864 - pkg size: 8388608
pcscf | 0(43) WARNING: tm [tm.c:565]: fixup_routes(): t_on_failure("NATMANAGE"): empty/non existing route
Can anyone suggest on what next steps are applicable to get the kamailio IMS working with Open5gs and eNB ?
Appreciate your quick response.
Many Thanks.
Regards,
*Kuldeep Negi*
::DISCLAIMER::
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!