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


Enumeration | Description |
Busy |
Called party is busy.
|
NotReachable |
Called party is not reachable.
|
NoAnswer |
Called party doesn't answer.
|
CalledNumber |
A call between two parties is being attempted.
|
(Busy | NotReachable | NoAnswer | CalledNumber).
XML |
-<xsd:simpleType name="CallEvents">
-<xsd:documentation xml:lang="en">
<xhtml:p>The CallEvents data type is an enumeration with the following
values.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Busy">
-<xsd:documentation xml:lang="en">
<xhtml:p>Called party is busy.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="NotReachable">
-<xsd:documentation xml:lang="en">
<xhtml:p>Called party is not reachable.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="NoAnswer">
-<xsd:documentation xml:lang="en">
<xhtml:p>Called party doesn't answer.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="CalledNumber">
-<xsd:documentation xml:lang="en">
<xhtml:p>A call between two parties is being attempted.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
|