Click or drag to resize
PBXBaseOnAuthenticationRequired Method (ISIPClientExtension, RequestAuthenticationInfo)
An extension denoted in the parameter need to be authenticated.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected virtual bool OnAuthenticationRequired(
	ISIPClientExtension extension,
	RequestAuthenticationInfo requestAuthInfo
)

Parameters

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

Return Value

Type: Boolean
See Also