Click or drag to resize

TelephonyServerSendSipOptionsRequest Method

Sends a SIP OPTIONS request to a remote UA and return its response.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public SipStatusCode SendSipOptionsRequest(
	HmpUri destinationUri,
	HmpUri sourceUri,
	string acceptHeaderValue,
	out string[] headers,
	out string[] sdp
)

Parameters

destinationUri
Type: VoiceElements.InterfaceHmpUri
sourceUri
Type: VoiceElements.InterfaceHmpUri
acceptHeaderValue
Type: SystemString
headers
Type: SystemString
sdp
Type: SystemString

Return Value

Type: SipStatusCode

[Missing <returns> documentation for "M:VoiceElements.Client.TelephonyServer.SendSipOptionsRequest(VoiceElements.Interface.HmpUri,VoiceElements.Interface.HmpUri,System.String,System.String[]@,System.String[]@)"]

See Also