On 05/12/2011 03:18 PM, Iñaki Baz Castillo wrote: > 2011/5/12 Brett Tate<[email protected]>: >> RFC 3261 sections 19.1 and 25.1 discuss the basic ABNF. >> >> SIP-URI = "sip:" [ userinfo ] hostport >> uri-parameters [ headers ] >> SIPS-URI = "sips:" [ userinfo ] hostport >> uri-parameters [ headers ] >> userinfo = ( user / telephone-subscriber ) [ ":" password ] "@" >> user = 1*( unreserved / escaped / user-unreserved ) >> user-unreserved = "&" / "=" / "+" / "$" / "," / ";" / "?" / "/" >> >> The telephone-subscriber is defined within rfc2806, rfc3966, and rfc5341. >> The following is the IANA link for registered tel-uri parameters. >> >> http://www.iana.org/assignments/tel-uri-parameters/tel-uri-parameters.xml > > Life would be better if there was no TEL URI within SIP protocol. > >
According to this grammar, the semicolon is not a delimiter for 'user ' parameters, its just a value which is allowed, same as / or &. It does have a slightly different meaning if the user part is a 'telephone-subscriber', however. -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
