On 05/27/2010 12:46 PM, IƱaki Baz Castillo wrote:
2010/5/27 Miklos Tirpak <miklos(a)iptel.org>rg>:
Actually you can change the class when it is
>=300, the new value should be
also >=300. In other words, provisional, negative, and positive final
replies cannot be swapped.
And it makes sense, more if we can now use t_reply in onreply_route :)
Well, I think there is a major difference even with negative responses
in case of parallel forking. t_reply() immediately sends back a final
reply and cancels the pending branches. change_reply_status() affects
only a single branch that may not win at the end.
Miklos