[Serusers] t_lookup_request, t_relay
Klaus Darilion
klaus.mailinglists at pernau.at
Fri Jun 24 08:49:06 CEST 2005
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 at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
More information about the sr-users
mailing list