Click or drag to resize
SIPAccount Constructor (Boolean, String, String, String, String, String, String)
Creates SIP Account information.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPAccount(
	bool registrationRequired,
	string displayName,
	string userName,
	string registerName,
	string registerPassword,
	string domain,
	string outboundProxy
)

Parameters

registrationRequired
Type: SystemBoolean
Registration required for this account.
displayName
Type: SystemString
Display name for the account.
userName
Type: SystemString
The username for the SIP account.
registerName
Type: SystemString
The authorization name for the SIP account.
registerPassword
Type: SystemString
The password for the SIP account.
domain
Type: SystemString
The domain host for SIP registration.
outboundProxy
Type: SystemString
The outbound domain proxy for SIP registration.
See Also