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.3.199.0
Syntax
void OnCalled(
	IPBXCall call,
	IncomingCallParams callParams
)

Parameters

call
Type: Ozeki.VoIPIPBXCall
The incoming call object for the extension.
callParams
Type: Ozeki.VoIPIncomingCallParams
Additional parameters for the call.
See Also