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

Transport protocol automatically switches to UDP after 302 response from server #361

Closed
ghrst opened this issue Sep 23, 2018 · 2 comments
Closed

Comments

@ghrst
Copy link

ghrst commented Sep 23, 2018

We have a problem using Linphone-Android(3.3.0):

  1. Client x registers on server X using TCP
  2. Client y registers on server Y using TCP
  3. Client x sends an INVITE for y to server X
  4. Server X responds with a 302 containing a contact header field that points to the address of server Y
  5. Linphone automatically retries(by sending the INVITE to server Y) but this time switches to UDP as transport protocol!

This does not happen on Linphone Desktop. The desktop version of Linphone does not switches it's transport protocol to UDP and continues using TCP.

@Viish
Copy link
Member

Viish commented Sep 24, 2018

Have you tried with latest version of linphone-android (4.0.1) ?

@ghrst
Copy link
Author

ghrst commented Sep 24, 2018

I tested 4.0.1; In this version the problem does not happen. Thank you @Viish

@ghrst ghrst closed this as completed Sep 24, 2018
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

2 participants