Can't find Contact Header in REGISTER if a contact parameter is quoted
----------------------------------------------------------------------
Key: CIPANGO-205
URL:
http://jira.cipango.org/browse/CIPANGO-205
Project: cipango
Issue Type: Bug
Components: core
Affects Versions: 3.0.0.M1
Reporter: Nicolas Trangosi
Assignee: Nicolas Trangosi
Fix For: 3.0.0.M2
When the following request is received
{noformat}
REGISTER sip:
10.166.41.126:18080 SIP/2.0
Via: SIP/2.0/WS df7jal23ls0d.invalid;branch=z9hG4bKaKkMckT0t3noG816WywV4ve4x6xTaJ7g;rport
From: <
sip:b...@10.166.41.126:18080>;tag=o7Xgo1mPkuqLSSQCNCu4 To: <
sip:b...@10.166.41.126:18080>
Contact: <sip:b...@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws>;expires=200;click2call=no;+g.oma.sip-im;+audio;language="en,fr"
Call-ID: caba3247-d95f-1ba7-e5c7-93fd52af1400
CSeq: 12794 REGISTER
Content-Length: 0
Max-Forwards: 70
User-Agent: IM-client/OMA1.0 sipML5-v1.2013.05.24
Organization: Doubango Telecom
Supported: path
{noformat}
The Contact header is missing in parsed messages:
{noformat}
REGISTER sip:
10.166.41.126:18080 SIP/2.0
Call-ID: caba3247-d95f-1ba7-e5c7-93fd52af1400
Contact: <sip:b...@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws>;expires=200;click2call=no;+g.oma.sip-im;+audio;language="en,fr"
Content-Length: 0
CSeq: 12794 REGISTER
From: <
sip:b...@10.166.41.126:18080>;tag=o7Xgo1mPkuqLSSQCNCu4
Max-Forwards: 70
Organization: Doubango Telecom
Supported: path
To: <
sip:b...@10.166.41.126:18080>
User-Agent: IM-client/OMA1.0 sipML5-v1.2013.05.24
Via: SIP/2.0/WS df7jal23ls0d.invalid;branch=z9hG4bKaKkMckT0t3noG816WywV4ve4x6xTaJ7g;rport
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira