Click or drag to resize

SIPExtensionRegisterContainerTryAddExtension Method

Attempts to add the specified extension to the container.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool TryAddExtension(
	SIPClientID key,
	ISIPExtension client
)

Parameters

key  SIPClientID
 
client  ISIPExtension
 

Return Value

Boolean

Implements

ISIPExtensionRegisterContainerTryAddExtension(SIPClientID, ISIPExtension)
See Also