Click or drag to resize
ICallRespond Method (ResponseCodes, String)
Sends a response to the caller with the specified status code.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool Respond(
	ResponseCodes responseCode,
	string reasonPhrase
)

Parameters

responseCode
Type: Ozeki.VoIPResponseCodes
reasonPhrase
Type: SystemString

Return Value

Type: Boolean
Remarks
It has no effect on outgoing calls.
See Also