Click or drag to resize

TelephonyServerMessageResponse Method

Sends a reply to a pending request.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public int MessageResponse(
	string requestId,
	int sipResponseCode,
	string[] headers,
	string[] sdp
)

Parameters

requestId
Type: SystemString
sipResponseCode
Type: SystemInt32
headers
Type: SystemString
sdp
Type: SystemString

Return Value

Type: Int32

[Missing <returns> documentation for "M:VoiceElements.Client.TelephonyServer.MessageResponse(System.String,System.Int32,System.String[],System.String[])"]

See Also