Click or drag to resize

LocalCallFactoryCreateOutgoingCall Method


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

Parameters

dialParams  DialParameters
 
owner  IExtensionBase
 
callID  String  (Optional)
 

Return Value

AbstractLocalCall

Implements

ILocalCallFactoryCreateOutgoingCall(DialParameters, IExtensionBase, String)
See Also