Click or drag to resize

SoftphoneCallFactoryCreateOutgoingPhoneCall Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public 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

Implements

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