Click or drag to resize

IExtensionFactoryGetRegistrations Method

Gets the SIP extensions who registered with the specified SIP account.

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

Parameters

identity
Type: Ozeki.VoIPSIPAddress

Return Value

Type: IEnumerableISIPExtension
See Also