amitpahune / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

P-Preferred-Service header causes a wrong parsing of INVITE. #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The header P-Preferred-Service with a standard content 
(urn:urn-7:3gpp-service.ims.icsi.mmtel.gsma.ipcall) implies that the sip stack 
does not parse correctly the INVITE message. The sip stack adds in the body of 
the INVITE message SIP headers than should be there.

INVITE sip:7@127.0.0.1:5070;transport=udp SIP/2.0
Call-ID: 7ec28f5b381a683c21a57d89bd0dda07@127.0.0.1
CSeq: 1 INVITE
From: <sip:sender@sip-servlets.com>;tag=558739
To: <sip:7@sip-servlets.com>
Via: SIP/2.0/UDP 
127.0.0.1:5080;branch=z9hG4bK-343035-a2486de26fe24f2265d3f4ca956957cd
Max-Forwards: 70
REM: RRRREM
Contact: <sip:sender@127.0.0.1:5080;transport=udp;lr>
Route: <sip:127.0.0.1:5070;lr;transport=udp>
Content-Type: text/plain;charset=UTF-8
Require: 100rel
P-Preferred-Service: urn:urn-7:3gpp-service.ims.icsi.mmtel.gsma.ipcall
Content-Length: 119

[SDP Body...]

Original issue reported on code.google.com by jean.der...@telestax.com on 25 Aug 2014 at 5:47

GoogleCodeExporter commented 8 years ago
https://telestax.atlassian.net/browse/JSIP-16

Original comment by jean.der...@telestax.com on 25 Aug 2014 at 5:48

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2392cf829970.

JAIN SIP ISsue JSIP-476

Backport to master : Fix + non regression test

(cherry picked from commit 80528eb2632aeafe45f19a1a34aaaba7616cb0b7)

Original comment by jean.der...@telestax.com on 25 Aug 2014 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by jean.der...@telestax.com on 25 Aug 2014 at 5:58

GoogleCodeExporter commented 8 years ago
https://java.net/jira/browse/JSIP-476

Original comment by jean.deruelle on 11 Mar 2015 at 3:46

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 8c17956ca577.

JSIP-476 adding fix and non regression test for PAssertedService too

(cherry picked from commit d1f91f06ce6d4e5cfb91f2ee6b09ad209421d7a8)

Original comment by jean.der...@telestax.com on 11 Mar 2015 at 3:47