Click or drag to resize

SIPExtensionRegisterContainerGetExtension(SIPClientID, Boolean) Method

Gets the specified extension from the container.

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

Parameters

key  SIPClientID
 
tryRemoteFirst  Boolean  (Optional)
 

Return Value

ISIPExtension

Implements

ISIPExtensionRegisterContainerGetExtension(SIPClientID, Boolean)
See Also