Hello,
I have the following problem using the below lines in ser.cfg:
if (t_lookup_request()){ do some tasks, but not BREAK; };
if (!t_relay()) { sl_reply_error(); break; };
With this lines, the errors shows below are displayed:
ERROR: t_newtran: transaction already in process 0x40216208 35(28756) ERROR: sl_reply_error used: I'm terribly sorry, server error occurred (1/SL)
I'm using SER 0.9.0.
Thank you!
Jorge