http://www.csapi.org/schema/parlayx/call_notification/v2_2
The ActionValues data type is an enumeration with the following
values.
Simple Type
ActionValues
ActionValues is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
Route |
Request to (re-)route the call to the address indicated
with routingAddress.
|
Continue |
Request to continue the call without any changes. This
will result in normal handling of the event in the network.
|
EndCall |
Request to end the call. This will result in termination
of the call. The callingParty will receive a tone or
announcement.
|
(Route | Continue | EndCall).
XML |
-<xsd:simpleType name="ActionValues">
-<xsd:documentation xml:lang="en">
<xhtml:p>The ActionValues data type is an enumeration with the following
values.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Route">
-<xsd:documentation xml:lang="en">
<xhtml:p>Request to (re-)route the call to the address indicated
with routingAddress.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Continue">
-<xsd:documentation xml:lang="en">
<xhtml:p>Request to continue the call without any changes. This
will result in normal handling of the event in the network.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="EndCall">
-<xsd:documentation xml:lang="en">
<xhtml:p>Request to end the call. This will result in termination
of the call. The callingParty will receive a tone or
announcement.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|