MEDIACTRL Working Group | E.W. Burger |
Internet-Draft | Georgetown University |
Updates: 6231 (if approved) | February 12, 2012 |
Intended status: Standards Track | |
Expires: August 13, 2012 |
IANA Registry for MEDIACTRL Interactive Voice Response Control Package
draft-ietf-mediactrl-6231-iana-00.txt
This document creates an IANA registry for the response codes for the MEDIACTRL Interactive Voice Response Control Package, RFC6231.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/.
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."
This Internet-Draft will expire on August 13, 2012.
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.
This document creates an IANA registry for the response codes for the MEDIACTRL Interactive Voice Response Control Package [RFC6231].
None, other than those described in the MEDIACTRL Interactive Voice Response Control Package. [RFC6231]
Please create the following registry. New status codes are assigned using the Standards Action process defined in RFC5226 [RFC5226].
Code | Summary | Description | Reference |
---|---|---|---|
200 | OK | request has succeeded | RFC6231 |
400 | Syntax error | request is syntactically invalid: it is not valid with respect to the XML schema or it violates a co-occurrence constraint for a request element. | RFC6231 |
405 | dialogid already exists | request uses a dialogid identifier for a new dialog which is already used by another dialog on the MS. | RFC6231 |
406 | dialogid does not exist | request uses a dialogid identifier for an dialog which does not exist on the MS. | RFC6231 |
407 | connectionid does not exist | request uses a connectionid identifier for a connection which does not exist on the MS. | RFC6231 |
408 | conferenceid does not exist | request uses a conferenceid identifier for a conference which does not exist on the MS. | RFC6231 |
409 | Resource cannot be retrieved | request use a URI to reference an external resource (e.g. dialog, media or grammar) which cannot be retrieved within the timeout interval | RFC6231 |
410 | Dialog execution canceled | request to prepare or start a dialog which has been terminated by a <dialogterminate/> | RFC6231 |
411 | Incompatible stream configuration | request specifies a media stream configuration which is in conflict with itself, or the connection or conference capabilities | RFC6231 |
412 | Media stream not available | request specifies an operation for which a media stream is not available. For example, playing a video media resource on an connection or conference without video streams. | RFC6231 |
413 | Control keys with same value | the request contains a <control> element where some keys have the same value | RFC6231 |
419 | Other execution error | requested operation cannot be executed by the MS. | RFC6231 |
420 | Unsupported URI scheme | request specifies a URI whose scheme is not supported by the MS | RFC6231 |
421 | Unsupported dialog language | request references an external dialog language not supported by the MS | RFC6231. |
422 | Unsupported playback format | request references a media resource for playback whose format is not supported by the MS | RFC6231 |
423 | Unsupported record format | request references a media resource for recording whose format is not supported by the MS | RFC6231 |
424 | Unsupported grammar format | request references a grammar whose format is not supported by the MS | RFC6231 |
425 | Unsupported variable configuration | request contains a prompt <variable> element not supported by the MS | RFC6231 |
426 | Unsupported DTMF configuration | request contains a prompt <dtmf> element not supported by the MS | RFC6231 |
427 | Unsupported parameter | request contains a <param> element not supported by the MS | RFC6231 |
428 | Unsupported media stream configuration | request contains a <stream> element whose configuration is not supported by the MS. | RFC6231 |
429 | Unsupported playback configuration | request contains a <prompt> element which the MS is unable to play on the available output media streams | RFC6231 |
430 | Unsupported record configuration | request contains a <record> element which the MS is unable to record with on the available input media streams | RFC6231 |
431 | Unsupported foreign namespace attribute or element | the request contains attributes or elements from another namespace which the MS does not support | RFC6231 |
432 | Unsupported multiple dialog capability | the request tries to start another dialog on the same conference or connection where a dialog is already running | RFC6231 |
433 | Unsupported collect and record capability | the request contains <collect> and <record> elements and the MS does support these operations simultaneously | RFC6231 |
434 | Unsupported VAD capability | the request contains a <record> element where Voice Activity Detection (VAD) is required, but the MS does not support VAD. | RFC6231 |
435 | Unsupported parallel playback | the request contains a prompt <par> element whose configuration is not supported by the MS. | RFC6231 |
439 | Other unsupported capability | request requires another capability not supported by the MS | RFC6231 |
I lifted the table in Section 3 directly from the excellent text written by Scott McGlashan, Tim Melanchuk, and Chris Boulton in RFC6231. Any transcription errors are mine.
[RFC6231] | McGlashan, S., Melanchuk, T. and C. Boulton, "An Interactive Voice Response (IVR) Control Package for the Media Control Channel Framework", RFC 6231, May 2011. |
[RFC5226] | Narten, T. and H. Alvestrand, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 5226, May 2008. |