Pre-Submission Checklist

Type Of Change

Checklist:

Description

Currently, when making an AAR, transaction is suspended and then continued. This is because one may want to block call upon AAR failure.

In our use case, we don't want to block any calls, regardless of AAR return code. This makes suspend/continue of the transaction an overhead. Moreover, if the PCRF is slow, transaction blocks untill PCRF responds.

Add a module parameter to control if one wants to suspend or not the tm transaction (default is the current behavior). Local basic tests work ok, more testing will follow.


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

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

Commit Summary

File Changes

(3 files)

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/3581@github.com>