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
Hi Jorge!
If the transaction was already created (e.g. t_newtran), then t_relay does not work as it tries to create the transaction again. Use t_forward_nonack_uri() instead.
regards, klaus
Jorge Crichigno wrote:
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
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Klaus!!
Thank you! Once again, you help us a lot! I'll try now with t_forward_nonack_uri() now...
Jorge
El vie, 24-06-2005 a las 02:49, Klaus Darilion escribió:
Hi Jorge!
If the transaction was already created (e.g. t_newtran), then t_relay does not work as it tries to create the transaction again. Use t_forward_nonack_uri() instead.
regards, klaus
Jorge Crichigno wrote:
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
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers