Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send registration in the callback #34

Closed
pjsipbot opened this issue Dec 1, 2006 · 0 comments
Closed

Unable to send registration in the callback #34

pjsipbot opened this issue Dec 1, 2006 · 0 comments

Comments

@pjsipbot
Copy link
Collaborator

pjsipbot commented Dec 1, 2006

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants