Thanks.  I was a little confused when I couldn't find this looking at the
text version of bis03.  Then I dug up this note from the SIP list:


> -----Original Message-----
> From: Michel de Boer [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 12, 2001 12:07 PM
> To: [EMAIL PROTECTED]
> Subject: [Sip] bis03 ps version differs from txt version
> 
> 
> By accident I noticed that there is a difference in the postscript
> version and the text version of the rfc2543bis-03 draft.
> 
> The SIP-URL definition on page 20 of the postscript version says:
> 
> userinfo          = [ user|telephone-subscriber [":" password ]]
> user              = *( unreserved | escaped | user-unreserved )
> user-unreserved   = "&" | "=" | "+" | "$" | "," |";"|"?"|"/"
> 
> transport-param = "transport=" ( "udp" | "tcp" | "sctp" | 
> "tls" | other-transport )
> 
> The SIP-URL definition on page 19 of the text version says:
> 
>   userinfo        = user [ ":" password ]
>   user            = *( unreserved | escaped
>                   | "&" | "=" | "+" | "$" | "," )
> 
>   transport-param = "transport=" ( "udp" | "tcp" )

This is a terrible error, and I apologize. There are three files that are
different between the text and ps/pdf versions of the document, and these
three are the syntax for the URL, contact and via headers. Somehow the text
versions have reverted to an older version; I am going to look into how this
happened (I suspect the CVS repositories we use for the spec did not contain
the latest version that was in use). I have gone through and have brought
them into sync, and this will be reflected in the -04 version. I will likely
issue this shortly so that people have a consistent version asap.


> 
> And there are more differences in this syntax definition that 
> I don't want 
> to put here. Note that 'telephone-subscriber' is not defined. 

This is defined in the tel URL specification, rfc2806. This is referenced by
section 2.






-----Original Message-----
From: Brett Tate [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 11:27 AM
To: [EMAIL PROTECTED]
Subject: RE: [Sip-implementors] RE: Question about
draft-yu-tel-url-02.txt


> >>
> >> sip:+1-800-123-4567;[EMAIL PROTECTED];user=phone
> >>
> >> My question is:
> >>   Are the converted sip-url's above correct?  It seems
> >> to me that according to the ABNF of SIP-URL in
> >> rfc2543, a sip-url must include a host portion.
> >>
> >
> >"sip.xyz.com" is the host portion.
> 
> 
> I think the above sip URL is wrong. The string
> (;[EMAIL PROTECTED];user=phone) after ';' is the url 
> parameters, not
> the host portion.

The converted sip-url is correct.

rfc2543bis-03.ps and rfc2543bis-02 reflect 
the addition of ';' as user-unreserved.  
Thus it can appear non escaped within the 
user portion of sip-url.

"+1-800-123-4567;cic=+1-6789" is the userinfo 
portion of the sip-url.  "sip.xyz.com" is the 
host.

_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to