[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sip] Dual registration without Outbound
- To: "Bob Penfield" <BPenfield at acmepacket.com>, "Elwell, John" <john.elwell at siemens.com>, "Christer Holmberg" <christer.holmberg at ericsson.com>, "Juha Heinanen" <jh at tutpro.com>, <sip at ietf.org>, "Paul Kyzivat" <pkyzivat at cisco.com>, "Dean Willis" <dean.willis at softarmor.com>
- Subject: Re: [Sip] Dual registration without Outbound
- From: "Karthikeyan Gopal " <g_karthikeyan at hcl.in>
- Date: Wed, 15 Oct 2008 11:01:01 +0530
- Delivered-to: ietfarch-sip-web-archive at core3.amsl.com
- Delivered-to: sip at core3.amsl.com
- In-reply-to: <E6C2E8958BA59A4FB960963D475F7AC312843F60B4 at mail.acmepacket.com>
- List-help: <mailto:sip-request@ietf.org?subject=help>
- List-id: Session Initiation Protocol <sip.ietf.org>
- List-post: <mailto:sip@ietf.org>
- List-subscribe: <https://www.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=subscribe>
- List-unsubscribe: <https://www.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=unsubscribe>
- References: <7C532034-8511-4191-9ABA-02D5C42AC74D at softarmor.com><18668.50247 .121832.271341 at taimen.test.fi><CA9998CD4A020D418654FCDEF4E707DF05C0F8C8 at ese almw113.eemea.ericsson.se><18668.51383.505850.963592 at taimen.test.fi><CA9998 CD4A020D418654FCDEF4E707DF05C0F8E3 at esealmw113.eemea.ericsson.se><18672.1984 6.621765.332209 at taimen.test.fi><2210d2240810111235r5b786e94u7707730d8f1fa62 7 at mail.gmail.com><18673.5665.337048.880648 at taimen.test.fi><2210d22408101201 45o2297ac07v3487d014955bf0 at mail.gmail.com><18673.62485.295631.933830 at taimen .test.fi><2210d2240810130000i30c61aaei8a7f88f2069e46c0 at mail.gmail.com><1867 5.7684.207071.901832 at taimen.test.fi><CA9998CD4A020D418654FCDEF4E707DF05C0F8 EF at esealmw113.eemea.ericsson.se><18675.41223.587006.241312 at taimen.test.fi>< 18675.41926.583512.912121 at taimen.test.fi><CA9998CD4A020D418654FCDEF4E707DF0 5C0F8F2 at esealmw113.eemea.ericsson.se><E6C2E8958BA59A4FB960963D475F7AC312843 5A4EA at mail.acmepacket.com><0D5F89FAC29E2C41B98A6A762007F5D0012A2353 at GBNTHT1 2009MSX.gb002.siemens.net> <E6C2E8958BA59A4FB960963D475F7AC312843F60B4 at mail.acmepacket.com>
- Sender: sip-bounces at ietf.org
- Thread-index: Ackta1Q4oPZYeoZEQAiUqa8JyoYU4gAAB04gACPIDEAABL7/QAAE9WcQABkzIjA=
- Thread-topic: [Sip] Dual registration without Outbound
Why two UA instance? What is the use case?
If UA want's to register with 2 flow say 2 proxies we can have same
Instance-id and vary the reg-id value.
Regards,
Karthikeyan.G
-----Original Message-----
From: sip-bounces at ietf.org [mailto:sip-bounces at ietf.org] On Behalf Of
Bob Penfield
Sent: Tuesday, October 14, 2008 11:08 PM
To: Elwell, John; Christer Holmberg; Juha Heinanen; sip at ietf.org; Paul
Kyzivat; Dean Willis
Subject: Re: [Sip] Dual registration without Outbound
I guess the problem arises when you want to do a single REGISTER request
for both instances. If I the use case correctly, the UA would send two
REGISTER requests (one on each interface) and both REGISTERs would have
the two Contacts (one for each instance-id). Something like this:
First REGISTER to Outbound-proxy #1
REGISTER sip:example.com SIP/2.0
Via: SIP/2.0/TCP 1.1.1.1;branch=z9hG4bKnashds7-1
From: Bob <sip:bob at example.com>;tag=7F94778B653B-1
To: Bob <sip:bob at example.com>
Call-ID: 16CB75F21C70-1
CSeq: 1 REGISTER
Supported: path, outbound
Route: <sip:ep1.example.com;lr>
Contact: <sip:bob at 1.1.1.1;transport=tcp>;reg-id=1
;+sip.instance="<urn:uuid:00000000-0000-1000-8000-AABBCCDDEEFF>"
Contact: <sip:bob at 2.2.2.2;transport=tcp>;reg-id=2
;+sip.instance="<urn:uuid:00000000-0000-1000-8000-BBCCDDEEFF00>"
Second REGISTER to Outbound-proxy #2
REGISTER sip:example.com SIP/2.0
Via: SIP/2.0/TCP 2.2.2.2;branch=z9hG4bKnashds7-2
From: Bob <sip:bob at example.com>;tag=7F94778B653B-2
To: Bob <sip:bob at example.com>
Call-ID: 16CB75F21C70-2
CSeq: 1 REGISTER
Supported: path, outbound
Route: <sip:ep2.example.com;lr>
Contact: <sip:bob at 2.2.2.2;transport=tcp>;reg-id=1
;+sip.instance="<urn:uuid:00000000-0000-1000-8000-BBCCDDEEFF00>"
Contact: <sip:bob at 1.1.1.1;transport=tcp>;reg-id=2
;+sip.instance="<urn:uuid:00000000-0000-1000-8000-AABBCCDDEEFF>"
Thus the UA could receive requests for either Contact on either of the
two outbound flows.
Is having two UA instances in the same request legal with the current
text?
cheers,
(-:bob
-----Original Message-----
From: Elwell, John [mailto:john.elwell at siemens.com]
Sent: Tuesday, October 14, 2008 11:02 AM
To: Bob Penfield; Christer Holmberg; Juha Heinanen; sip at ietf.org; Paul
Kyzivat; Dean Willis
Subject: RE: [Sip] Dual registration without Outbound
> -----Original Message-----
> From: sip-bounces at ietf.org [mailto:sip-bounces at ietf.org] On
> Behalf Of Bob Penfield
> Sent: 14 October 2008 15:41
> To: Christer Holmberg; Juha Heinanen; sip at ietf.org; Paul
> Kyzivat; Dean Willis
> Subject: Re: [Sip] Dual registration without Outbound
>
> For both GRUU and Outbound a given instance-id
> (+sip-instance) actually represents a single UA contact
> instance rather than just a single User Agent. The basic idea
> behind GRUU is that a request addressed to a GRUU is
> forwarded by the proxy to a specific Contact address. The
> goal is the same with Outbound but it adds multiple
> flows/paths to that UA Contact. This is reflected in the
> proxy procedures in both GRUU and Outbound.
>
> In both cases, the proxy does serial forking to Contacts with
> the same instance-id.
>
> For GRUU it starts with the most-recently registered binding
> (according to section 6.1 of GRUU):
>
> The proxy MUST select the most recently refreshed
> contact. As with draft-ietf-sip-outbound, if a request to this
> target fails with a 408 (Request Timeout) or 430 (Flow Failed)
> response, the proxy SHOULD retry with the next most recently
> refreshed contact. Furthermore, if the request fails with any
> other response, the proxy MUST NOT retry on any other contacts
> for this instance.
>
> For Outbound, it attempts the registered flows (according to
> section 7 of Outbound):
>
> When a proxy uses the location service to look up a registration
> binding and then proxies a request to a particular contact, it
> selects a contact to use normally, with a few additional rules:
>
> o The proxy MUST NOT populate the target set with more than one
> contact with the same AOR and instance-id at a time.
> o If a request for a particular AOR and instance-id fails
> with a 430
> (Flow Failed) response, the proxy SHOULD replace the
> failed branch
> with another target (if one is available) with the same AOR and
> instance-id, but a different reg-id.
> o If the proxy receives a final response from a branch
> other than a
> 408 (Request Timeout) or a 430 (Flow Failed) response, the proxy
> MUST NOT forward the same request to another target representing
> the same AOR and instance-id. The targeted instance has already
> provided its response.
>
> Therefore, a User Agent that is registering multiple Contacts
> to allow the possibility of parallel forking would need to
> have a separate instance-id for each Contact.
>
> For User Agent's that have multiple interfaces, it could use
> the MAC address of each interface to create a unique UUID URN
> for each contact.
>
> Thus, the following scenario is possible:
>
> UA_Contact_wlan;+sip-instance=ID_1;reg-id=1 ----- OB_1 ----- REG_1
> UA_Contact_wlan;+sip-instance=ID_1;reg-id=2 ----- OB_2 ----- REG_2
> UA_Contact_3g;+sip-instance=ID_2;reg-id=1 ----- OB_1 ----- REG_1
> UA_Contact_3g;+sip-instance=ID_2;reg-id=2 ----- OB_2 ----- REG_2
>
> Unfortunately, the current text in section 4.1 says that a UA
> has "an Instance Identifier".
[JRE] In an earlier email I was trying to say roughly the same thing,
except the way I looked at it was that a device with multiple interfaces
would logically contain a UA for each interface, and each UA would than
have a single instance ID. In that case the text in section 4.1 still
works.
John
_______________________________________________
Sip mailing list https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors at cs.columbia.edu for questions on current sip
Use sipping at ietf.org for new developments on the application of sip
DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.
-----------------------------------------------------------------------------------------------------------------------
_______________________________________________
Sip mailing list https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors at cs.columbia.edu for questions on current sip
Use sipping at ietf.org for new developments on the application of sip