Click or drag to resize

ICallFilterFilterCall Method

Overrides the dial plan and creates a custom call when routing the specified call.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
IExtension FilterCall(
	IBaseCall call
)

Parameters

call  IBaseCall
The incoming or outgoing call that will be routed to an extension.

Return Value

IExtension
Null, if no filtering has been made.
See Also