bettybop68 / android-rcs-ims-stack

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

Wrong value for Route Header in ReInvite request (case IPCall/AddVideo request) #231

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

- launch an IPCall with Audio media only, then when session is established add 
video media to the session

What is the expected output? What do you see instead?
 see description below :

________________________________________
Von: Schuhmacher, Karlheinz 
Gesendet: Mittwoch, 28. August 2013 16:31
An: jeanmarc.auffret@orange.com; JOGUET Benoit RD-MAPS 
(benoit.joguet@orange.com)
Cc: Kremer, Thomas; Schmitt-Höppner, Carsten; Hoffmann, Robert
Betreff: Problem with addVideo of IP call API

Hallo Jean-Marc,

we are trying to use the new IP-call API ( Orange stack version 2.5.6) and have 
success in most parts of it.
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).
Can you help us in explaining what was going wrong?
Kind regards
Karlheinz Schuhmacher

Original issue reported on code.google.com by olivier....@gmail.com on 24 Feb 2014 at 10:09

GoogleCodeExporter commented 8 years ago
Fix of issue given  by Thomas Kremer  of DT (see below)

De : Thomas.Kremer@telekom.de [mailto:Thomas.Kremer@telekom.de] 
Envoyé : lundi 28 octobre 2013 14:43
À : AUFFRET Jean-Marc IMT/OLPS
Cc : JOGUET Benoît IMT/OLPS; Karlheinz.Schuhmacher@telekom.de; 
carsten.schmitt-hoeppner@telekom.de; Robert.Hoffmann@telekom.de
Objet : AW: Problem with addVideo of IP call API

Hello Jean-Marc,

Attached is a fix for the mentioned issue. The addition of route header from 
the first invite is removed.

Best Regards
Thomas

correction of issue in commit n° 444 

Original comment by olivier....@gmail.com on 24 Feb 2014 at 10:29

GoogleCodeExporter commented 8 years ago
change satus to fixed

Original comment by olivier....@gmail.com on 24 Feb 2014 at 10:30