Click or drag to resize

ISessionContainerPbx Interface


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface ISessionContainerPbx : ISessionContainer

The ISessionContainerPbx type exposes the following members.

Properties
 NameDescription
Public propertyActiveSessions Gets the currently active sessions.
(Inherited from ISessionContainer)
Top
Methods
 NameDescription
Public methodExists 
Public methodGetInternalSession(IBaseCall) 
Public methodGetInternalSession(String) 
Public methodGetInternalSessions(ISessionCall) 
Public methodGetInternalSessions(String) 
Public methodGetOtherCall Gets the other party the specified call talking to.
(Inherited from ISessionContainer)
Public methodGetSession(IBaseCall) Retrieves the session the call is into.
(Inherited from ISessionContainer)
Public methodGetSession(String) Retrieves the session with the specified session ID.
(Inherited from ISessionContainer)
Public methodGetSessionCount 
Public methodGetSessions Gets all the sessions between the given call parties.
(Inherited from ISessionContainer)
Public methodGetSessionsByCallID Retrieves the active sessions of the specified call leg.
(Inherited from ISessionContainer)
Public methodGetSessionsByExtension Gets the sessions for the given extension.
(Inherited from ISessionContainer)
Public methodGetTransferringSessions 
Public methodTryAddSession 
Public methodTryRemoveSession 
Top
See Also