zling2001 / imsdroid

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

problems during pc client call imsdroid client in 3G network #309

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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.the imsdroid is running on a real mobile phone and boghe is running in a pc.
2.the imsdroid is registered in a openIMS server by 3G network and boghe 
connected by wired network with public address. 
3.when using mobile call pc client ,the dialog can build successfully. But the 
dialog could't build ,and pc client will send invite request until time out.

What is the expected output? What do you see instead?
I hope we can use pc client boghe make a dialog with a moblie client imsdroid 
successfully!

What version of the product are you using? On what operating system?
the imsdroid and boghe both are latest version.

Please provide any additional information below.
In theory the wifi network is nearly the same with 3G network to moblie. But 
during our test in the wifi network pc client could dialog mobile successfully, 
while 3G network enconted problem. To prove our conclusion we provide some 
capured packets  during the tests int attach. Hope for resolution sincerely!

Original issue reported on code.google.com by qiufei...@gmail.com on 2 Dec 2011 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago
hello, everyone this problem is submitted by me. And now i have resolve this 
problem. The real reason is  the invite message is too long which exceeding the 
MTU to transfer to ims client is 3G network. you can solve this problem by 
reduce the length of invite packets through removing of the useless infomation 
added by imsdroid. The other resolution is using sip message compression to 
make message not exceed MTU or using the two methos at the same time. I have 
tried and successed, good luck to you! 

Original comment by qiufei...@gmail.com on 28 Dec 2011 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 27 Feb 2012 at 11:19