Click or drag to resize

PBXBaseOnAuthenticationRequest Method

An extension denoted in the parameter need to be authenticated.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
protected virtual AuthenticationResult OnAuthenticationRequest(
	ISIPExtension extension,
	RequestAuthenticationInfo requestAuthInfo
)

Parameters

extension
Type: Ozeki.VoIPISIPExtension
Extension that is being authenticated
requestAuthInfo
Type: Ozeki.VoIPRequestAuthenticationInfo
Information about the request that is being authenticated

Return Value

Type: AuthenticationResult
See Also