Network Working Group C. Boulton Internet-Draft Avaya Intended status: Standards Track August 20, 2008 Expires: February 21, 2009 Indicating Support for Basic Media Server Capabilities in the Session Initiation Protocol (SIP) draft-boulton-mediactrl-feature-tags-01 Status of this Memo By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt. The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. This Internet-Draft will expire on February 21, 2009. Boulton Expires February 21, 2009 [Page 1] Internet-Draft Media Control Feature Tags August 2008 Abstract This specification defines a profile set of media feature tags that can be used with the Session Initiation Protocol (SIP). The media feature tags allow a Media Server to communicate a basic set of media server capabilities that are supported to its Application Server. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Conventions and Terminology . . . . . . . . . . . . . . . . . 4 3. Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . 5 4. Requirements . . . . . . . . . . . . . . . . . . . . . . . . . 6 5. Media Feature Tag Definitions . . . . . . . . . . . . . . . . 7 6. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 8 7. Security Considerations . . . . . . . . . . . . . . . . . . . 9 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 10 9. References . . . . . . . . . . . . . . . . . . . . . . . . . . 11 9.1. Normative References . . . . . . . . . . . . . . . . . . . 11 9.2. Informative References . . . . . . . . . . . . . . . . . . 11 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 12 Intellectual Property and Copyright Statements . . . . . . . . . . 13 Boulton Expires February 21, 2009 [Page 2] Internet-Draft Media Control Feature Tags August 2008 1. Introduction The Session Initiation Protocol (SIP), as defined in RFC 3261 [RFC3261], is used in a variety of different ways to establish multimedia sessions between entities. SIP works in conjunction with the Offer/Answer exchange, as defined in [RFC3264] for establishing the underlying media session. Media Feature tags are used by SIP, which can be found in RFC 3840 [RFC3840], for the purpose of making appropriate routing decisions based on capabilities that have been advertised. This specification defines a basic set of media feature tags and reuses existing media feature tags where possible to allow an Application Server to route a SIP protocol request to the most appropriate Media Server. Boulton Expires February 21, 2009 [Page 3] Internet-Draft Media Control Feature Tags August 2008 2. Conventions and Terminology In this document, BCP 14/RFC 2119 [RFC2119] defines the key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL". In addition, BCP 15 indicates requirement levels for compliant implementations. This document inherits terminology proposed in the MediaCtrl Architecture [I-D.ietf-mediactrl-architecture] and MediaCtrl SIP Control Framework [I-D.ietf-mediactrl-sip-control-framework] documents. Boulton Expires February 21, 2009 [Page 4] Internet-Draft Media Control Feature Tags August 2008 3. Motivation Solutions related to media services such as IVR and conference mixing cover an extremely wide scope. Systems can range from simple voice announcements to complex multimedia mixes. In the architecture defined in [I-D.ietf-mediactrl-architecture], it is the role of an Applications Server (AS) and Media Server (MS) to interact using mechanisms such as the SIP Control Framework [I-D.ietf-mediactrl-sip-control-framework]. As part of this process the AS will often have to select an MS based on the capabilities of the media sessions that are being established. For complex systems where an AS makes Media Server selection decisions based on a wide range of both dynamic and static data, an entity called a Media Resource Broker (MRB) is required. More details relating to the logical role of an MRB can be found in [I-D.boulton-mediactrl-mrb]. For simple systems that require selection based on relatively static data this document defines a number of media feature tags that can be used to register capabilities. A media server traditionally performs the role of a SIP endpoint, User Agent Server (UAS). As a consequence, it is plausible that a media server would act as a traditional SIP endpoint and use the SIP REGISTER to manage available capabilities. Using SIP REGISTER in this way is described in RFC 3840 [RFC3840]. As a consequence of using the REGISTER request for capability advertising and session selection, a number of other interesting properties that SIP provides are inherited for free. This includes: o Dynamic and graceful Media Server availability. o Load balancing across registered contacts. The media feature tags could also be registered with an AS using some other means. This is considered out of the scope of this document. It should be noted that complex system are able to make use of both MRB style selection and take advantage of the mechanisms that have been defined in this document. Doing so provides a robust MS selection process. EDITORS Note: Need to document more on how both mechanisms would fit together. Boulton Expires February 21, 2009 [Page 5] Internet-Draft Media Control Feature Tags August 2008 4. Requirements The requirements for brokering a media server is introduced in the MediaCtrl control protocol requirements[I-D.ietf-mediactrl-requirements] document. In addition to those general requirements, the following will form the basis of this solution: o REQ-01 - Media servers should be able to register basic functions that can be carried out on a media session. o REQ-02 - The granularity for registering capabilities should be set at an appropriate and defined level that does not conflict but works in tandem with other MediaCtrl functions. o REQ-03 - The solution should provide an appropriate extension mechanism for defining new capabilities. Editors Note: Input required. Boulton Expires February 21, 2009 [Page 6] Internet-Draft Media Control Feature Tags August 2008 5. Media Feature Tag Definitions The following list provides a description of the media feature tags used in conjunction with this draft. It should be noted that where possible, this document reuses media feature tags defined in RFC 3840 [RFC3840]. o Feature_tag_1 o Feature_tag_2 [Editors Note: The next version of the document will contain various media feature tags as a result of mailing list discussion. Boulton Expires February 21, 2009 [Page 7] Internet-Draft Media Control Feature Tags August 2008 6. Acknowledgments The authors would like to thank.... Boulton Expires February 21, 2009 [Page 8] Internet-Draft Media Control Feature Tags August 2008 7. Security Considerations Security Considerations to be included in later versions of this document. Boulton Expires February 21, 2009 [Page 9] Internet-Draft Media Control Feature Tags August 2008 8. IANA Considerations This section registers new media feature tags in the SIP tree, defined in Section 12.1 of RFC 3840 [RFC3840]. [EDITORS NOTE: Fully define tags when agreed]. Boulton Expires February 21, 2009 [Page 10] Internet-Draft Media Control Feature Tags August 2008 9. References 9.1. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. 9.2. Informative References [I-D.boulton-mediactrl-mrb] Boulton, C. and R. Even, "Media Resource Brokering", draft-boulton-mediactrl-mrb-02 (work in progress), February 2008. [I-D.ietf-mediactrl-architecture] Melanchuk, T., "An Architectural Framework for Media Server Control", draft-ietf-mediactrl-architecture-03 (work in progress), April 2008. [I-D.ietf-mediactrl-requirements] Dolly, M. and R. Even, "Media Server Control Protocol Requirements", draft-ietf-mediactrl-requirements-04 (work in progress), February 2008. [I-D.ietf-mediactrl-sip-control-framework] Boulton, C., Melanchuk, T., and S. McGlashan, "Media Control Channel Framework", draft-ietf-mediactrl-sip-control-framework-03 (work in progress), July 2008. [RFC3261] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, A., Peterson, J., Sparks, R., Handley, M., and E. Schooler, "SIP: Session Initiation Protocol", RFC 3261, June 2002. [RFC3264] Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model with Session Description Protocol (SDP)", RFC 3264, June 2002. [RFC3840] Rosenberg, J., Schulzrinne, H., and P. Kyzivat, "Indicating User Agent Capabilities in the Session Initiation Protocol (SIP)", RFC 3840, August 2004. Boulton Expires February 21, 2009 [Page 11] Internet-Draft Media Control Feature Tags August 2008 Author's Address Chris Boulton Avaya Building 3 Wern Fawr Lane St Mellons Cardiff, South Wales CF3 5EA Email: cboulton@avaya.com Boulton Expires February 21, 2009 [Page 12] Internet-Draft Media Control Feature Tags August 2008 Full Copyright Statement Copyright (C) The IETF Trust (2008). This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights. This document and the information contained herein are provided on an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Intellectual Property The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79. Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr. The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org. Boulton Expires February 21, 2009 [Page 13]