Thanks a lot Henning...The issue has been solved...You were right
Regards
On Mon, Jan 26, 2009 at 1:15 PM, Henning Westerholt <
henning.westerholt(a)1und1.de> wrote:
On Saturday 24 January 2009, michel freiha wrote:
Dear Sir,
i tried to use the below function:
if (!cr_route("$avp(s:carrier)", "$avp(s:domain)", "$rU",
"$rU","call_id",
"$avp(s:host)")) {
during restart I did not get any error...When trying to make a call i got
the following error:
Jan 24 11:41:36 [12948] ERROR:tm:t_newtran: transaction already in
process
0xb60c6770
I guess there a a function that has been define 2 times...How to know
which
one?I tried to find t_relay but no luck
Hi michel,
the error you got is not related to the cr module. It means that you try to
create the transaction for same request twice - usually via calling
t_relay()
more than once.
Cheers,
Henning