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: 1.8.12.0 (1.8.12)
Syntax
IExtension FilterCall(
	IBaseCall call
)

Parameters

call
Type: Ozeki.VoIPIBaseCall
The incoming or outgoing call that will be routed to an extension.

Return Value

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