Click or drag to resize
LocalCallFactoryCreateOutgoingCall Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AbstractLocalCall CreateOutgoingCall(
	DialParameters dialParams,
	IExtensionBase owner,
	string callID = null
)

Parameters

dialParams
Type: Ozeki.VoIPDialParameters
owner
Type: Ozeki.VoIPIExtensionBase
callID (Optional)
Type: SystemString

Return Value

Type: AbstractLocalCall

Implements

ILocalCallFactoryCreateOutgoingCall(DialParameters, IExtensionBase, String)
See Also