IExtensionFactoryGetRegistrations Method |
Gets the SIP extensions who registered with the specified SIP account.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IEnumerable<ISIPExtension> GetRegistrations(
SIPAddress identity
)
Function GetRegistrations (
identity As SIPAddress
) As IEnumerable(Of ISIPExtension)
IEnumerable<ISIPExtension^>^ GetRegistrations(
SIPAddress^ identity
)
abstract GetRegistrations :
identity : SIPAddress -> IEnumerable<ISIPExtension>
Parameters
- identity
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
IEnumerableISIPExtensionSee Also