Click or drag to resize

ISIPExtensionRegisterContainer Interface

Stores the registered SIP extensions.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface ISIPExtensionRegisterContainer : IBindingsContainer

The ISIPExtensionRegisterContainer type exposes the following members.

Methods
  NameDescription
Public methodClearExtensionRegistrations
Clears all known registrations
Public methodContains
Determines whether the container contains the specified extension.
Public methodGetAllExtensions
Gets all extensions from the container.
Public methodGetBindings (Inherited from IBindingsContainer.)
Public methodGetBindingsCount (Inherited from IBindingsContainer.)
Public methodGetExtension(TransportInfo)
Gets the specified extension from the container.
Public methodGetExtension(SIPClientID, Boolean)
Gets the specified extension from the container.
Public methodGetExtensions(SIPAddress)
Gets all extensions to the given address from the container (REGISTER bindings).
Public methodGetExtensions(TransportInfo)
Gets all extensions to the given address from the container (REGISTER bindings).
Public methodTryAddExtension
Attempts to add the specified extension to the container.
Public methodTryRemoveExtension
Attempts to remove the specified extension from the container.
Top
See Also