jain-sip icon indicating copy to clipboard operation
jain-sip copied to clipboard

Address with Text attribute fix. According to the SIP rfc4244 document.

Open zekiyugnak opened this issue 6 years ago • 0 comments

Hi Team, We found a bug inside AddressParser.java when it tries to parse SIP Header with "Text" information.

Here an example from RFC:

<sip:[email protected]?Reason=SIP;cause=487;text="Request Terminated">; index=1.1.2,

Please try to run AddressParserTest with these SIP address, you will see the exception.

zekiyugnak avatar Dec 27 '18 17:12 zekiyugnak