Browser.CallProxy.ProxyTransferType Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Indicates the type of transfer requested in the VoiceXML document.

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

Syntax

C#
protected enum ProxyTransferType

Members

Member nameValueDescription
None0
No transfer type is given.
Bridge1
The application redirects the caller to the recipient and remains in the connection. Document interpretation suspends until the transferred call terminates.
Blind2
The application redirects the caller to the recipient without remaining in the connection, and does not monitor the outcome. The Browser exits the page.
Consultation3
The application redirects the caller to the recipient and monitors the progress of the transfer until the connection is established between caller and recipient. If the connection is established, the Browser disconnects from the session.

See Also