bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

Route issue on IP Call addVideo #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Actually we have one specific problem concerning the function 
‘IIPCallSession:addVideo’.
Attached there is a log which shows our problem. The second INVITE which is a 
re-invite caused by ‘addVideo’
has  two addresses in the route field which point to the same server.

-         Route: 
<sip:voiceservice.homeip.net:5080;nat=yes;transport=tcp;lr=on>,<sip:192.166.57.2
36:5080;transport=tcp;lr>

In our opinion only the first address should be there, which comes from the 
record-route field from the previous 200 OK.

- Record-Route: <sip:voiceservice.homeip.net:5080;nat=yes;transport=tcp;lr=on>

and not the second address which looks like the configured route for initial 
requests (no dialog).

Original issue reported on code.google.com by benoit.j...@gmail.com on 4 Nov 2013 at 2:45

GoogleCodeExporter commented 8 years ago
delivered in V2.5.13

Original comment by benoit.j...@gmail.com on 12 Nov 2013 at 1:48