[sr-dev] [kamailio/kamailio] tm: t_continue() - do not print error and return error code (#2212)

Emmanuel Schmidbauer notifications at github.com
Tue Feb 4 15:21:59 CET 2020


`tm_continue()` is an API endpoint inside `tm` so other modules such as `tmx` call it.

if you look at `t_continue()` in `tmx` module, it checks return code and prints it's own log message:
`	if(_tmx_tmb.t_continue(tindex, tlabel, act)<0)`

i think the API func should only print an error on critical failures. `t_lookup_ident_filter()` check is quiet graceful and should not alarm the system with an error message since it's very possible & often likely a transaction has completed when it's called.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2212#issuecomment-581932060
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200204/bd6da3b2/attachment.html>


More information about the sr-dev mailing list