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

For a 407/401 scenario, the state of the call is left at REJECTED #14

Open
aboutsip opened this issue Aug 20, 2013 · 0 comments
Open

For a 407/401 scenario, the state of the call is left at REJECTED #14

aboutsip opened this issue Aug 20, 2013 · 0 comments
Labels

Comments

@aboutsip
Copy link
Owner

For a normal authentication flow, the SipStream is calculating the state of the call wrong. At the time it gets the 401/407 response it will move the state of the call over to REJECTED (should probably be un-authenticated instead) but if we get an INVITE that actually goes through ok then the state is still left at REJECTED. Suggestion: new state "UNAUTHORIZED" and the state machine allows for transitioning from this state back to whatever we have for the initial INVITE

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

No branches or pull requests

1 participant