Click or drag to resize

LocalCallFactoryCreateIncomingCall Method (DialParameters, IExtensionBase, Boolean)

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public AbstractLocalCall CreateIncomingCall(
	DialParameters dialParams,
	IExtensionBase owner,
	bool sendRinging
)

Parameters

dialParams
Type: Ozeki.VoIPDialParameters
owner
Type: Ozeki.VoIPIExtensionBase
sendRinging
Type: SystemBoolean

Return Value

Type: AbstractLocalCall

Implements

ILocalCallFactoryCreateIncomingCall(DialParameters, IExtensionBase, Boolean)
See Also