Browser..::..CallProxy..::..ProxyCallStateTransitionReason Enumeration |
Browser..::..CallProxy Class See Also Send Feedback |
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 name | Value | Description | |
---|---|---|---|
None | 0 |
Unspecified or unknown reason.
| |
Ringing | 1 |
One of the remote endpoints is ringing. This reason is only raised once.
| |
CallDelayed | 2 |
The call is delayed.
| |
Establishing | 3 |
The call is being initiated.
| |
Accepted | 4 |
The call is being accepted.
| |
Established | 5 |
Call establishment is completed.
| |
EstablishFailed | 6 |
Call establishment failed.
| |
TerminatedLocally | 7 |
The local participant has terminated the call.
| |
TerminatedRemotely | 8 |
The remote participant has terminated the call.
| |
Canceled | 9 |
The call has been canceled.
| |
TransferredLocally | 10 |
The call has been transferred by the local participant.
| |
TransferredRemotely | 11 |
The call has been transferred by the remote participant.
| |
TransferSent | 12 |
The transfer message was sent.
| |
TransferAccepted | 13 |
The incoming transfer request was accepted.
| |
TransferFailed | 14 |
The transfer operation failed.
| |
CallTransferred | 15 |
The call was transferred successfully.
| |
Terminated | 16 |
The call was terminated.
| |
Deflected | 17 |
No reason was specified.
| |
DeflectedWithUnknownReason | 18 |
The reason specified is unknown.
| |
DeflectedToAnotherDestination | 19 |
The call is being forwarded to another target.
| |
DeflectedToTeam | 20 |
The call is being forwarded as a team call.
| |
DeflectedToDelegate | 21 |
The call is being forwarded to a delegate.
| |
DeflectedByAutomaticCallDistributor | 22 |
The call is being forwarded to an automatic call distributor.
| |
CallParked | 23 |
The call has been put on hold.
| |
ParkFailed | 24 |
The attempt to put the call on hold failed.
| |
CallReplaced | 25 |
The call was replaced with another call.
|