Zhanchang / imsdroid

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

invite message too long for 3g - it gets fragmented #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start video call on 3g network
2. invite message gets fragmented on Dell Streak 3g interface
3. if only voice call is started, invite message is short and doesnot get 
fragmented

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

invite message gets fragmented on Dell Streak 3g interface

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

latest version. Android 2.2

Please provide any additional information below.

if  we can shorten the invite message , packet will not be bigger than MTU and 
won't be fragmented.

Original issue reported on code.google.com by ilkerakt...@gmail.com on 11 Nov 2010 at 8:05

GoogleCodeExporter commented 9 years ago
Is TCP support under consideration?

Original comment by chris.ve...@gmail.com on 12 Nov 2010 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 12 Nov 2010 at 4:53

GoogleCodeExporter commented 9 years ago
extra notes:

I tried decreasing packet size by only adding 1 video 1 audio codec.
Also disabled all QoS options.
Unfortunately packet size is still big.

TCP is not supported on my proxy server.

Original comment by ilkerakt...@gmail.com on 12 Nov 2010 at 7:26

GoogleCodeExporter commented 9 years ago
Hi,

Any news on this ?

Btw, I am willing to change my 3g interface MTU settings. But  I don't know how.
How can I see the current mtu setting and change it ?

Original comment by ilkerakt...@gmail.com on 18 Nov 2010 at 9:10

GoogleCodeExporter commented 9 years ago
hi there,

any update about this ?

Original comment by ilkerakt...@gmail.com on 3 May 2011 at 6:03

GoogleCodeExporter commented 9 years ago
maybe we could have better chance in Imsdroid 2.
But is there a compiled version of Imsdroid 2 with codec g729 ?

Original comment by ilkerakt...@gmail.com on 4 May 2011 at 7:10

GoogleCodeExporter commented 9 years ago
I also found this problem! the invite message is too long 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:11

GoogleCodeExporter commented 9 years ago
hi qiufei230

can you guide us how did you reduce the length of the INVITE message.
As we dont have access to the ngn stack related code we are unable to reduce 
the INVITE length for imsdroid.
Will appreciate any help on this

Original comment by deepali....@gmail.com on 7 Dec 2012 at 8:25

GoogleCodeExporter commented 9 years ago
http://blog.csdn.net/up1up2up3/article/details/7583983
this is a good men!

Original comment by huaandr...@gmail.com on 11 Dec 2014 at 1:23