Click or drag to resize
LocalCallFactoryCreateIncomingCall Method (DialParameters, IExtensionBase, Boolean)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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