raonasir / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

Unable to Read Data when Using TRANSPORT type as TCP #503

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1. Enable ICE , STUN
2. Register the Transport type as TCP 
3. Try to Make Call 

Server is not receiving any packet expect the REGISTER. 

After Making the Call even REGISTER Packets are not reaching to Server.

Later i debugged from the doubango code and add some piece of code in 
tnet_utils.c 

code : Instead of sending all the data once sending the data chunks by chunks.

With the above changes i am able to send the data to server. But i am unable to 
receive the 200OK for INVITE from server.

Issue is reproducing in Galaxy Grand , Micormax , 

Working Properly in NOTE 3 , SAMSUNG s3

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

Server should receive All the data and able to send.

What version of the product are you using? On what operating system?

Android 

Please provide any additional information below.

Please let me know if any further information is needed ?

Original issue reported on code.google.com by murali.k...@gmail.com on 4 Jan 2014 at 9:18