Click or drag to resize

ISIPExtensionRegisterContainerGetExtensions 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.183.0
Syntax
IEnumerable<ISIPExtension> GetExtensions(
	TransportInfo transportInfo
)

Parameters

transportInfo
Type: Ozeki.NetworkTransportInfo

Return Value

Type: IEnumerableISIPExtension
See Also