You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2006-12-01 20:28:58: @bennylpcreated the issue on trac ticket 34
The client registration temporarily increases the pending_tsx flag before calling the callback. This is intended to prevent application from deleting the registration while it's in the callback. Unfortunately this also prevents application from sending another REGISTER request before the pending_tsx flag is not zero.
The solution for this is to separate the has_pending_tsx flag with the flag to prevent deletion.
2006-12-01 20:50:15: @bennylpchanged status from new to closed
2006-12-01 20:50:15: @bennylpset resolution to fixed
2006-12-01 20:28:58: @bennylp created the issue on trac ticket 34
The client registration temporarily increases the pending_tsx flag before calling the callback. This is intended to prevent application from deleting the registration while it's in the callback. Unfortunately this also prevents application from sending another REGISTER request before the pending_tsx flag is not zero.
The solution for this is to separate the has_pending_tsx flag with the flag to prevent deletion.
2006-12-01 20:50:15: @bennylp changed status from new to closed
2006-12-01 20:50:15: @bennylp set resolution to fixed
2006-12-01 20:50:15: @bennylp commented
Fixed in r841
The text was updated successfully, but these errors were encountered: