Click or drag to resize

SIPExtensionRegisterContainerGetExtension Method (SIPClientID, Boolean)

Gets the specified extension from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public ISIPExtension GetExtension(
	SIPClientID key,
	bool tryRemoteFirst = true
)

Parameters

key
Type: Ozeki.VoIPSIPClientID
tryRemoteFirst (Optional)
Type: SystemBoolean

Return Value

Type: ISIPExtension

Implements

ISIPExtensionRegisterContainerGetExtension(SIPClientID, Boolean)
See Also