Click or drag to resize

SIPAccount(Boolean, String, String, String, String, String, Int32) Constructor

Creates SIP Account information.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public SIPAccount(
	bool registrationRequired,
	string displayName,
	string userName,
	string registerName,
	string registerPassword,
	string domainHost,
	int domainPort
)

Parameters

registrationRequired  Boolean
Registration required for this account.
displayName  String
Display name for the account.
userName  String
The username for the SIP account.
registerName  String
The authorization name for the SIP account.
registerPassword  String
The password for the SIP account.
domainHost  String
The domain host for SIP registration.
domainPort  Int32
The domain host for SIP registration.
See Also