Click or drag to resize
ISoftPhoneCreatePhoneLine Method (SIPAccount)
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: 1.8.12.0 (1.8.12)
Syntax
IPhoneLine CreatePhoneLine(
	SIPAccount sipAccount
)

Parameters

sipAccount
Type: Ozeki.VoIPSIPAccount
The SIP account.

Return Value

Type: IPhoneLine
The created phone line.
See Also