Click or drag to resize

SoftphoneCallFactoryCreateOutgoingPhoneCall Method


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

Parameters

line  AbstractPhoneLine
 
dialParams  DialParameters
 
remoteAddress  String
 
remotePort  Int32
 

Return Value

AbstractLocalCall

Implements

ISoftphoneCallFactoryCreateOutgoingPhoneCall(AbstractPhoneLine, DialParameters, String, Int32)
See Also