Hello all,
I can't seem to find a way to make interim accounting requests for RADIUS. Can you help me with this?
I can't find any native way for doing this. I've thought of getting a custom timer for each dialog and run a event route similar do dialog:start or dialog:end. Is that possible?
Cheers,
Duarte Rocha
Hello,
not exactly what you are looking for, but you could switch to diameter and use ims_charging, which supports this kind of interim updates.
Cheers,
Henning
-----Original Message----- From: Duarte Rocha via sr-users sr-users@lists.kamailio.org Sent: Montag, 4. März 2024 18:20 To: sr-users@lists.kamailio.org Cc: duarterocha91@gmail.com Subject: [SR-Users] RADIUS ACC - Interim Updates
Hello all,
I can't seem to find a way to make interim accounting requests for RADIUS. Can you help me with this?
I can't find any native way for doing this. I've thought of getting a custom timer for each dialog and run a event route similar do dialog:start or dialog:end. Is that possible?
Cheers,
Duarte Rocha __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions 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! Edit mailing list options or unsubscribe:
Thanks for the help.
I've ended up creating a route invoked by rtimer module where i check all active dialogs and for each of them sent a radius accounting update.
Cheers,
Duarte