Click or drag to resize

ICallManager Interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public interface ICallManager

The ICallManager type exposes the following members.

Properties
  NameDescription
Public propertyActiveSessions
Gets the currently active sessions.
Public propertyDefaultRingTime
Gets or sets the default ring time in seconds.
Public propertyDialplanProvider
Gets or sets the dial plan provider used when routing calls.
Public propertySessionContainer
Gets the container that contains the sessions.
Public propertySessionMode
Gets or sets whether peer-to-peer or relay calls are made on the PBX.
Top
Methods
Events
  NameDescription
Public eventSessionClosed
Occurs when a session has been closed.
Public eventSessionCreated
Occurs when a new session has been created.
Top
See Also