On method Transaction.equals,
a = a && (r.getItem("CSeq").value == r.getItem("CSeq").value);
should be:
a = a && (t.getItem("CSeq").value == r.getItem("CSeq").value);
Without this fix the sip stack always raise 482, "Loop detected - found another
transaction" for CANCEL requests...
Please apply attached patch into trunk code...
Regards,
Original issue reported on code.google.com by nilson.p...@gmail.com on 16 Aug 2012 at 3:43
Original issue reported on code.google.com by
nilson.p...@gmail.com
on 16 Aug 2012 at 3:43Attachments: