ICallRespond(ResponseCodes, String) Method |
Sends a response to the caller with the specified status code.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool Respond(
ResponseCodes responseCode,
string reasonPhrase
)
Function Respond (
responseCode As ResponseCodes,
reasonPhrase As String
) As Boolean
bool Respond(
ResponseCodes responseCode,
String^ reasonPhrase
)
abstract Respond :
responseCode : ResponseCodes *
reasonPhrase : string -> bool
Parameters
- responseCode ResponseCodes
-
- reasonPhrase String
-
Return Value
Boolean
Remarks
It has no effect on outgoing calls.
See Also