Pre-Submission Checklist

Type Of Change

Checklist:

Description

I've been testing the ims_charging module which relies on a diameter request and async reply. If there's no available diameter server, Ro_CCR() calls t_cancel_suspend() to cancel suspension of the transaction and return an error.

Based on my understanding, it should now be possible to continue script logic as if the transaction was not suspended at all.

In our case we want the call to go through anyway, as a fallback.
The INVITE is being sent to the destination, but all replies are filtered since the suspended flag is still set.

Tested this change locally, and it's now working according to our needs.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3629

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3629@github.com>