Click or drag to resize
ICallManager Interface

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

The ICallManager type exposes the following members.

Methods
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
Events
  NameDescription
Public eventSessionClosed
Occurs when a session has been closed.
Public eventSessionCreated
Occurs when a new session has been created.
Top
See Also