Click or drag to resize

IExtensionOnCalled Method

This will be called when the extension has been called.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
void OnCalled(
	IPBXCall call,
	IncomingCallParams callParams
)

Parameters

call  IPBXCall
The incoming call object for the extension.
callParams  IncomingCallParams
Additional parameters for the call.
See Also