Resuming a suspended transaction is executed in a context of a failure route, being mentioned in the docs:

Suspending a transaction is done by creating a special branch (which is not forwarded), then t_continue() is canceling that branch and giving the chance to re-route to a new destination.

Your config routing has to be designed according to this behaviour. If there is an issue in the ims modules due to this behavior, then it needs to be fixed there -- in this case you can open a new issue.

The callback is right in this case, so i am closing this issue.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.