Click or drag to resize

ISoftPhoneCreatePhoneLine(SIPAccount) Method

Creates a line for the specified SIP account which uses default settings (UDP protocol for SIP, automatic NAT configuration, no SRTP support).

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
IPhoneLine CreatePhoneLine(
	SIPAccount sipAccount
)

Parameters

sipAccount  SIPAccount
The SIP account.

Return Value

IPhoneLine
The created phone line.
See Also