Documentation

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
since

Exchange 2010

CONNECTED

The call is in the connected state.

public string CONNECTED = 'Connected'
Tags
since

Exchange 2010

CONNECTING

The system is dialing this call.

public string CONNECTING = 'Connecting'
Tags
since

Exchange 2010

DISCONNECTED

The call is disconnected.

public string DISCONNECTED = 'Disconnected'
Tags
since

Exchange 2010

FORWARDING

The call is being forwarded to another destination.

public string FORWARDING = 'Forwarding'
Tags
since

Exchange 2010

INCOMING

The call is inbound.

public string INCOMING = 'Incoming'
Tags
since

Exchange 2010

TRANSFERRING

The call is being transferred to another destination.

public string TRANSFERRING = 'Transferring'
Tags
since

Exchange 2010

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results