On Thursday 05 October 2006 20:58, Ron Winacott wrote: > Bogdan, > With changes I am making to the SST module, I noticed that the dialog > module is updating the timeout value on a PRACK in the dlg_onroute() > callback. You ignore ACKs but you do not ignore PRACKs. The fix is a
PRACK as opposed to ACK is a method that has a reply. So if you do not reset the timeout, and the transaction timeouts before the PRACK answers comes back what will then happen with it? > simple expansion of the existing if (method == ACK) to if (method == > ACK or PRACK). Do you want me to push the change to CVS, or do you want > to apply it? > > I have included the patch text in this email just in case you want to > do it. :-) > > Thanks, > ronw (karwin) -- Dan _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
