[Home]

Summary:ASTERISK-04161: [patch] Correctly retrieve the contact address during registration
Reporter:mman (mman)Labels:
Date Opened:2005-05-13 11:34:40Date Closed:2011-06-07 14:11:57
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Registration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sip_parse_contact.patch
Description:This patch removes misc parameters from the contact address before saving it for any further endpoint identification. The bug came up when testing a SIP gw (SAGEM F@ST 3302) which send in the REGISTER message the following contact address <sip:220@192.168.1.220;q=0.8>
Comments:By: Olle Johansson (oej) 2005-05-13 13:11:23

That's wrong. The q= parameter is outside of the contact: uri according to the RFC. It's a broken UA. We should always be able to send back every parameter we get in the contact URI to the UA. Report this error to Sagem.

By: Kevin P. Fleming (kpfleming) 2005-05-14 20:23:35

Agreed, the UA is broken.