Click or drag to resize

ISoftPhoneCreateDirectIPCallObject Method

Makes a call to a remote address.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
IPhoneCall CreateDirectIPCallObject(
	IPhoneLine iline,
	DirectIPDialParameters dialParams,
	string remoteAddress
)

Parameters

iline
Type: Ozeki.VoIPIPhoneLine
The phone line the call will be created on.
dialParams
Type: Ozeki.VoIPDirectIPDialParameters
The parameters for the outgoing call (such as dialed number or media types).
remoteAddress
Type: SystemString
The remote endpoint where the SIP messages will be sent.

Return Value

Type: IPhoneCall
The created phone call object.
See Also