OpenAsync Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Accepts an incoming telephony session invite and sends a response.

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

Syntax

C#
protected abstract void OpenAsync(
	string toAddress,
	string fromAddress
)

Parameters

toAddress
Type: System..::..String
The SipUri of the final destination.
fromAddress
Type: System..::..String
The SipUri of the calling party.

See Also