Browser.CallProxy.ProxyCallStateTransitionReason Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents the reasons for call state transitions.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
protected enum ProxyCallStateTransitionReason

Members

Member nameValueDescription
None0
Unspecified or unknown reason.
Ringing1
One of the remote endpoints is ringing. This reason is only raised once.
CallDelayed2
The call is delayed.
Establishing3
The call is being initiated.
Accepted4
The call is being accepted.
Established5
Call establishment is completed.
EstablishFailed6
Call establishment failed.
TerminatedLocally7
The local participant has terminated the call.
TerminatedRemotely8
The remote participant has terminated the call.
Canceled9
The call has been canceled.
TransferredLocally10
The call has been transferred by the local participant.
TransferredRemotely11
The call has been transferred by the remote participant.
TransferSent12
The transfer message was sent.
TransferAccepted13
The incoming transfer request was accepted.
TransferFailed14
The transfer operation failed.
CallTransferred15
The call was transferred successfully.
Terminated16
The call was terminated.
Deflected17
No reason was specified.
DeflectedWithUnknownReason18
The reason specified is unknown.
DeflectedToAnotherDestination19
The call is being forwarded to another target.
DeflectedToTeam20
The call is being forwarded as a team call.
DeflectedToDelegate21
The call is being forwarded to a delegate.
DeflectedByAutomaticCallDistributor22
The call is being forwarded to an automatic call distributor.
CallParked23
The call has been put on hold.
ParkFailed24
The attempt to put the call on hold failed.
CallReplaced25
The call was replaced with another call.

See Also