ICallFilterFilterCall Method |
Overrides the dial plan and creates a custom call when routing the specified call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IExtension FilterCall(
IBaseCall call
)
Function FilterCall (
call As IBaseCall
) As IExtension
IExtension^ FilterCall(
IBaseCall^ call
)
abstract FilterCall :
call : IBaseCall -> IExtension
Parameters
- call
- Type: Ozeki.VoIPIBaseCall
The incoming or outgoing call that will be routed to an extension.
Return Value
Type:
IExtensionNull, if no filtering has been made.
See Also