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.3.183.0
Syntax
public bool TryAddExtension(
	SIPClientID key,
	ISIPExtension client
)

Parameters

key
Type: Ozeki.VoIPSIPClientID
client
Type: Ozeki.VoIPISIPExtension

Return Value

Type: Boolean

Implements

ISIPExtensionRegisterContainerTryAddExtension(SIPClientID, ISIPExtension)
See Also