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: 1.8.12.0 (1.8.12)
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