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

How to change Contact header in reponse to INVITE message #31

Open
GoogleCodeExporter opened this issue Jun 4, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. In tsip_dialog_invite.server.c, 302 response is added for call redirection. 
Contact header is added for redirect uri. However, after 302 is sent, the 
domain name of Contact header is changed to local ip address.

What is the expected output? What do you see instead?

Expected to see Contact header containing target URI without replacing. Now the 
domain name of the target URI is replaced by local IP address.

What version of the product are you using? On what operating system?
Lastest code compiled with Imsdroid to run on Android 2.2.

Please provide any additional information below.


Original issue reported on code.google.com by xiangch...@gmail.com on 11 Feb 2011 at 2:04

@GoogleCodeExporter
Copy link
Author

By changing tsip_transport_msg_update_aor() as a workaround, this problem was 
solved. But a formal solution might be needed to take into consideration of 302 
case which has non-local-ip-address Contact header.

Original comment by xiangch...@gmail.com on 11 Feb 2011 at 1:49

@GoogleCodeExporter
Copy link
Author

Original comment by boss...@yahoo.fr on 15 Feb 2011 at 5:50

  • Changed state: Accepted

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

1 participant