Browser..::..CallProxy..::..ProxyReferState Enumeration |
Browser..::..CallProxy Class See Also Send Feedback |
Indicates possible states for the signaling session.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
C# |
---|
protected enum ProxyReferState |
Members
Member name | Value | Description | |
---|---|---|---|
Idle | 0 |
The refer has not been sent yet.
| |
ReferRequested | 1 |
The refer message has been sent.
| |
ReferAccepted | 2 |
The refer has been accepted.
| |
ReferRejected | 3 |
The refer has been rejected.
| |
ReferFailed | 4 |
The refer operation was not sent successfully or did not receive a response.
| |
Trying | 5 |
The refer target is being connected by the remote participant.
| |
Alerted | 6 |
The refer target has been alerted.
| |
Succeeded | 7 |
The refer operation was completed successfully by the remote participant.
| |
Failed | 8 |
The refer operation was not completed successfully by the remote participant.
| |
Redirected | 9 |
The refer target has redirected but the redirect was not acted upon.
|