We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example valid call flow: 10.0.3.16 started from 2693 and 10.0.3.1 started from 111. This is okay.
10.0.3.16
10.0.3.1
A here is sipgo (10.0.3.1) fails to handle BYE request after sending re-invites:
BYE
The following check fails because the same CSeq counter is used when sending and receiving requests:
sipgo/dialog_server.go
Lines 393 to 395 in 2d0a819
The text was updated successfully, but these errors were encountered:
ok it should be based on origin then. Thanks for this extensive reporting. It really speeds stuff up.
TODO:
Sorry, something went wrong.
No branches or pull requests
Example valid call flow:

10.0.3.16
started from 2693 and10.0.3.1
started from 111. This is okay.A here is sipgo (

10.0.3.1
) fails to handleBYE
request after sending re-invites:The following check fails because the same CSeq counter is used when sending and receiving requests:
sipgo/dialog_server.go
Lines 393 to 395 in 2d0a819
The text was updated successfully, but these errors were encountered: