Click or drag to resize

SIPExtensionRegisterContainer Class

Stores the registered SIP extensions.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPExtensionRegisterContainer

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class SIPExtensionRegisterContainer : ISIPExtensionRegisterContainer, 
	IBindingsContainer

The SIPExtensionRegisterContainer type exposes the following members.

Constructors
  NameDescription
Public methodSIPExtensionRegisterContainer
Initializes a new instance of the SIPExtensionRegisterContainer class
Top
Methods
  NameDescription
Public methodClearExtensionRegistrations
Public methodContains
Determines whether the container contains the specified extension.
Public methodGetAllExtensions
Gets all extensions from the container.
Public methodGetBindings
Public methodGetBindingsCount
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