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: 10.3.199.0
Syntax
IPhoneLine CreatePhoneLine(
	SIPAccount sipAccount
)

Parameters

sipAccount
Type: Ozeki.VoIPSIPAccount
The SIP account.

Return Value

Type: IPhoneLine
The created phone line.
See Also