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

Delay in BYE handling after establishing full dialogue. #43

Open
tuijldert opened this issue Jun 29, 2018 · 0 comments
Open

Delay in BYE handling after establishing full dialogue. #43

tuijldert opened this issue Jun 29, 2018 · 0 comments

Comments

@tuijldert
Copy link
Contributor

Hi,

Testing this SipRA (V 7.1.21), the following occurs:
Given a just established session (INVITE->18x->200->ACK), the test program waits 2 seconds and subsequently issues a BYE. This BYE is not seen/handled by the RA (although the SIP stack gets it) so no 200 OK is generated in return by the application under test and the test fails.

On waiting approx. 8-10 seconds before sending the BYE, it is handled by the RA and thus the application generates the 200 OK and the test succeeds.

See captures.zip for the wireshark/SIP traces of both tests.

From this log it looks like BYE's will only get through after cleanup of a timer on this transaction, related to MobicentsHASIPServerTransaction.

Can anyone confirm this, explain this or have a solution ?

Thansk in advance,
Tom.

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

No branches or pull requests

1 participant