Click or drag to resize
IExtensionFactory.GetRegistrations Method
Gets the SIP extensions who registered with the specified SIP account.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
IEnumerable<ISIPExtension> GetRegistrations(
	SIPAddress identity
)

Parameters

identity
Type: Ozeki.VoIP.SIPAddress

Return Value

Type: IEnumerable<ISIPExtension>
See Also