Internet Engineering Task Force (IETF) E. Burger
Request for Comments: 6623 Georgetown University
Updates: 6231 May 2012
Category: Standards Track
ISSN: 2070-1721
IANA Registry for MEDIACTRL Interactive Voice Response Control Package
Abstract
This document creates an IANA registry for the response codes for the
MEDIACTRL Interactive Voice Response Control Package, as described in
RFC 6231.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in Section 2 of RFC 5741.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
http://www.rfc-editor.org/info/rfc6623.
Copyright Notice
Copyright (c) 2012 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Burger Standards Track [Page 1]
RFC 6623 6231 IANA Registry May 2012
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Security Considerations . . . . . . . . . . . . . . . . . . . . 2
3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 2
4. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . 6
5. Normative References . . . . . . . . . . . . . . . . . . . . . 6
1. Introduction
This document creates an IANA registry for the response codes for the
MEDIACTRL Interactive Voice Response Control Package [RFC6231].
2. Security Considerations
There are no security considerations, other than those described in
the MEDIACTRL Interactive Voice Response Control Package [RFC6231].
3. IANA Considerations
IANA has created the "MEDIACTRL Interactive Voice Response Control
Package Status Codes" registry per this document. New status codes
are assigned using the Standards Action process defined in RFC 5226
[RFC5226].
+-------+---------------+-----------------------+-------------------+
| Code | Summary | Description | Reference |
+-------+---------------+-----------------------+-------------------+
| 200 | OK | Request has | RFC6231 |
| | | succeeded. | |
| 400 | Syntax error | Request is | RFC6231 |
| | | syntactically | |
| | | invalid: it is not | |
| | | valid with respect to | |
| | | the XML schema or it | |
| | | violates a | |
| | | co-occurrence | |
| | | constraint for a | |
| | | request element. | |
| 405 | dialogid | Request uses a | RFC6231 |
| | already | dialogid identifier | |
| | exists | for a new dialog that | |
| | | is already used by | |
| | | another dialog on the | |
| | | MS. | |
Burger Standards Track [Page 2]
RFC 6623 6231 IANA Registry May 2012
| 406 | dialogid does | Request uses a | RFC6231 |
| | not exist | dialogid identifier | |
| | | for a dialog that | |