RE: Small correction in the Siplite Stack source code(in class SipURI.java)
"Rama Ginde" <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <1BC030D8DE6BC042B3F33EE14CA2B8FA074B7F79@SINPUNEX002.TechMahindra.com> |
Hello, Please find the corrected file (SipURI.java) attached with this mail. The change is made at three places bearing the comment "code added for encoding of multiple Parameters" Regards, Rama -----Original Message----- From: M. Rangnathan [mailto:[email protected]] Sent: Friday, December 01, 2006 7:26 PM To: Rama Ginde Cc: [email protected] Subject: Re: [nist-sip] Small correction in the Siplite Stack source code(in class SipURI.java) Rama, Can you send me the corrected file. I will just copy it. It will save me some time since you have already figured the solution. To be clear, I am assuming you are talking about sip-for-me.dev.java.net. jain-sip-lite is not supported by me any longer. Best regards Ranga Rama Ginde wrote: > Hello, > > This is in regard with the correction to be made in the SipLite Stack > source code. > > If an URI has multiple parameters the encoding of parameters is not > being done properly. > > For example: say > > Parameter1 = x > > Parameter2 = y > > The result is Parameter1=xnullParameter2=y instead of > Parameter1=x;Parameter2=y > > Correction suggested : Whenever an object of NameValueList is created > in the SipURI.java class we need to call the NameValueList's > setSeparator(String separator) function > > where separator is ";" . > > Thanks & Regards, > > Rama Ginde > > ======================================================================== ==================================================== > > Tech Mahindra, formerly Mahindra-British Telecom. > > Disclaimer: > > This message and the information contained herein is proprietary and > confidential and subject to the Tech Mahindra policy statement, you > may review at http://www.techmahindra.com/Disclaimer.html externally > and http://tim.techmahindra.com/Disclaimer.html internally within Tech > Mahindra. > > ======================================================================== ==================================================== > >----------------------------------------------------------------------- - > >_______________________________________________ >nist-sip mailing list >[email protected] >http://www-x.antd.nist.gov/mailman/listinfo/nist-sip > > -- M. Ranganathan Advanced Networking Technologies Division, National Institute of Standards and Technology (NIST), 100 Bureau Drive, Stop 8920, Gaithersburg, MD 20899. tel:301 975 3664 , fax:301 590 0932 http://w3.antd.nist.gov/ Advanced Networking Technologies For the People! ============================================================================================================================ Tech Mahindra, formerly Mahindra-British Telecom. Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra. ============================================================================================================================ _______________________________________________ nist-sip mailing list [email protected] http://www-x.antd.nist.gov/mailman/listinfo/nist-sip
SipURI.java
(application/octet-stream, 26.6 KB) - not displayed