[OpenSIPS-Devel] [ opensips-Bugs-2989974 ] calling t_newtran() before t_replicate => t_replicate fails
SourceForge.net
noreply at sourceforge.net
Tue Apr 20 18:11:04 CEST 2010
Bugs item #2989974, was opened at 2010-04-20 16:11
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2989974&group_id=232389
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.6.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: calling t_newtran() before t_replicate => t_replicate fails
Initial Comment:
There's a bug in t_replicate which is trying to create the transaction even if it was already created.
Simple script to reproduce:
route {
t_newtran();
t_replicate("sip:another_proxy");
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2989974&group_id=232389
More information about the Devel
mailing list