Click or drag to resize

SIPExtensionRegisterContainerGetExtensions Method (TransportInfo)

Gets all extensions to the given address from the container (REGISTER bindings).

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public IEnumerable<ISIPExtension> GetExtensions(
	TransportInfo transportInfo
)

Parameters

transportInfo
Type: Ozeki.NetworkTransportInfo

Return Value

Type: IEnumerableISIPExtension

Implements

ISIPExtensionRegisterContainerGetExtensions(TransportInfo)
See Also