Hi,

Thank you for your comments.

My understanding is that a tel-URL which is set in a request message is resolved 
into a SIP-URL not by a location server but by an ENUM mechanism. Is this 
understanding right?
For the case of the location server described above (and in the mail sent 
the other day), it is supposed  that the tel-URL is registered according to 
the address-of-record in the To header field included in the preceding 
REGISTER request.

And is this also right that only SIP URLs are allowed in a To header field
included in a REGISTER request ?
The specification for a Request-URI in a REGISTER request is described
in the section 2.2 of draft-ietf-sip-rfc2543bis-04.

Best regards,
Hiroshi Waki


----- Original Message -----
From: "James Undery" <[EMAIL PROTECTED]>
To: "Hiroshi Waki" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 7:56 PM
Subject: RE: [Sip-implementors] Multiple To headers in Register messages


> Hi,
> Approach 1 described below is illegal and really going to mess up
> transaction ids. Approach two is the correct way to do it. (Registering
> tel-URLs is meaningless in my opinion, you want to change the ENUM records
> not a SIP registration.)
>
>
> James Undery
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Hiroshi Waki
> > Sent: 30 August 2001 11:51
> > To: [EMAIL PROTECTED]
> > Subject: [Sip-implementors] Multiple To headers in Register messages
> >
> >
> > Dear all,
> >
> > This is Hiroshi Waki of NTT, Japan.
> >
> > I have a question concerning the usage of To header in Register Method.
> >
> > Please suppose that the registrand has two or more address-of-records,
> > for example, SIP-URL and tel-URL, and it wants a registrar to register
> > one or more addresses described in Contact headers for each
> > address-of-record
> > of the registrand.
> >
> > In what way should the registrand send the To headers to the registrar?
> > Such the way doesn't seem to be described in current bis04 draft.
> >
> >
> > I suppose two approaches below.
> >
> > Approach1: Multiple To headers in a single REGISTER method
> > Approach2: Single To header in multiple REGISTER methods
> >
> > Example;
> >     UserA on the Terminal1(term1.sip.com) sends the REGISTER request
> >     to the registrar R(R.sip.com). UserA has two address-of-records,
> >     for example, "sip:[EMAIL PROTECTED]" and "tel:+81-123-4567".
> >     These addresses are identical in terms of the network service
> >     provider. UserA wants to register some addresses, which are
> >     "sip:[EMAIL PROTECTED];user=phone","tel:+81-123-4567",
> >     "sip:[EMAIL PROTECTED]", "sip:[EMAIL PROTECTED]" and so on.
> >     In each case below, Via,Call-ID,CSeq and Content-Length
> > headers are omitted.
> >
> >     In the case for the Approach1;
> >         (Term1 -> R)
> >         REGISTER R.sip.com SIP/2.0
> >         From: sip:[EMAIL PROTECTED]
> >         To: sip:[EMAIL PROTECTED]
> >         To: tel:+81-123-4567
> >         Contact: sip:[EMAIL PROTECTED]
> >         Contact: sip:[EMAIL PROTECTED]
> >         Contact: <sip:[EMAIL PROTECTED];user=phone>
> >         Contact: tel:+81-123-4567
> >
> >     In the case for the Approach2;
> >         (Term1 -> R)
> >         REGISTER R.sip.com SIP/2.0
> >         From: sip:[EMAIL PROTECTED]
> >         To: sip:[EMAIL PROTECTED]
> >         Contact: sip:[EMAIL PROTECTED]
> >         Contact: sip:[EMAIL PROTECTED]
> >         Contact: <sip:[EMAIL PROTECTED];user=phone>
> >         Contact: tel:+81-123-4567
> >
> >         (Term1 -> R)
> >         REGISTER R.sip.com SIP/2.0
> >         From: tel:+81-123-4567
> >         To: tel:+81-123-4567
> >         Contact: sip:[EMAIL PROTECTED]
> >         Contact: sip:[EMAIL PROTECTED]
> >         Contact: <sip:[EMAIL PROTECTED];user=phone>
> >         Contact: tel:+81-123-4567
> >
> > Which approach is valid for the registration described above?
> > Or is there any approach?
> >
> > I think the Approach1 is preferable because of the less number of
> > messages.
> >
> > Regards,
> > Hiroshi Waki
> > ---
> > Hiroshi Waki
> > NTT Network Service Systems Laboratories
> > tel +81 422 59 3404  fax +81 422 59 3494
> > e-mail [EMAIL PROTECTED]
> >
> >
> >
> > _______________________________________________
> > 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


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

Reply via email to