Click or drag to resize
ISoftphoneCallFactoryCreateOutgoingPhoneCall Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
AbstractLocalCall CreateOutgoingPhoneCall(
	AbstractPhoneLine line,
	DialParameters dialParams,
	string remoteAddress,
	int remotePort
)

Parameters

line
Type: Ozeki.VoIPAbstractPhoneLine
dialParams
Type: Ozeki.VoIPDialParameters
remoteAddress
Type: SystemString
remotePort
Type: SystemInt32

Return Value

Type: AbstractLocalCall
See Also