Thank you @miconda , unfortunately there is bug that I couldnt catch.

6 days ago I have implemented same way in my repository:

adubovikov/kamailio@ae15a71

but your and my patches makes same results:

/usr/sbin/kamailio[1260]: ERROR: sl [sl_funcs.c:362]: sl_reply_error(): stateless error reply used: I'm terribly sorry, server error occurred (6/SL)
this is after execution of event route. I have tested/removed some code and found that this happens once you call " fmsg = faked_msg_next();"

also in your patch:

f7d1d23#diff-81d708cd01d1642b044346221062c4dbR522

should be:
if(_th_eventrt_outgoing<0 && keng==NULL) {

any suggestions got to avoid this SL error ?

Wbr,
Alexandr


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