Click or drag to resize
LocalCallCreateOutgoing Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static LocalCall CreateOutgoing(
	IExtensionBase owner,
	string callID,
	DialParameters dialParams,
	IMediaSession sessionManager
)

Parameters

owner
Type: Ozeki.VoIPIExtensionBase
callID
Type: SystemString
dialParams
Type: Ozeki.VoIPDialParameters
sessionManager
Type: Ozeki.MediaIMediaSession

Return Value

Type: LocalCall
See Also