The base class for PBX systems
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic PBXBase(
int minPort,
int maxPort,
string userAgent = null,
AuthenticationScheme authScheme = AuthenticationScheme.DigestMD5
)
Public Sub New (
minPort As Integer,
maxPort As Integer,
Optional userAgent As String = Nothing,
Optional authScheme As AuthenticationScheme = AuthenticationScheme.DigestMD5
)
public:
PBXBase(
int minPort,
int maxPort,
String^ userAgent = nullptr,
AuthenticationScheme authScheme = AuthenticationScheme::DigestMD5
)
new :
minPort : int *
maxPort : int *
?userAgent : string *
?authScheme : AuthenticationScheme
(* Defaults:
let _userAgent = defaultArg userAgent null
let _authScheme = defaultArg authScheme AuthenticationScheme.DigestMD5
*)
-> PBXBase
Parameters
- minPort
- Type: SystemInt32
- maxPort
- Type: SystemInt32
- userAgent (Optional)
- Type: SystemString
User-Agent value which the PBX will use. - authScheme (Optional)
- Type: Ozeki.VoIPAuthenticationScheme
See Also