PhoneCallStateType
extends Enumeration
in package
Defines the current state for a phone call.
Table of Contents
Constants
- ALERTED = 'Alerted'
- The call is in alerting state (phone is ringing).
- CONNECTED = 'Connected'
- The call is in the connected state.
- CONNECTING = 'Connecting'
- The system is dialing this call.
- DISCONNECTED = 'Disconnected'
- The call is disconnected.
- FORWARDING = 'Forwarding'
- The call is being forwarded to another destination.
- IDLE = 'Idle'
- Initial call state.
- INCOMING = 'Incoming'
- The call is inbound.
- TRANSFERRING = 'Transferring'
- The call is being transferred to another destination.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
ALERTED
The call is in alerting state (phone is ringing).
public
string
ALERTED
= 'Alerted'
Tags
CONNECTED
The call is in the connected state.
public
string
CONNECTED
= 'Connected'
Tags
CONNECTING
The system is dialing this call.
public
string
CONNECTING
= 'Connecting'
Tags
DISCONNECTED
The call is disconnected.
public
string
DISCONNECTED
= 'Disconnected'
Tags
FORWARDING
The call is being forwarded to another destination.
public
string
FORWARDING
= 'Forwarding'
Tags
IDLE
Initial call state.
public
string
IDLE
= 'Idle'
Tags
INCOMING
The call is inbound.
public
string
INCOMING
= 'Incoming'
Tags
TRANSFERRING
The call is being transferred to another destination.
public
string
TRANSFERRING
= 'Transferring'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.