Click or drag to resize

TelephonyServerSendSipNotifyRequest Method (String, String, HmpUri, HmpUri, String, String, String, String, TransportProtocol, String, String)

Send a NOTIFY request

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public SipStatusCode SendSipNotifyRequest(
	ref string sessionId,
	ref string dialogId,
	HmpUri destinationUri,
	HmpUri sourceUri,
	string[] inputHeaders,
	string[] inputSdp,
	out string[] outputHeaders,
	out string[] outputSdp,
	TransportProtocol transportProtocol,
	string overrideRequestLine,
	string overrrideDestination
)

Parameters

sessionId
Type: SystemString
dialogId
Type: SystemString
destinationUri
Type: VoiceElements.InterfaceHmpUri
sourceUri
Type: VoiceElements.InterfaceHmpUri
inputHeaders
Type: SystemString
inputSdp
Type: SystemString
outputHeaders
Type: SystemString
outputSdp
Type: SystemString
transportProtocol
Type: TransportProtocol
overrideRequestLine
Type: SystemString
overrrideDestination
Type: SystemString

Return Value

Type: SipStatusCode

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

See Also