Click or drag to resize

CallManager Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallManager

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class CallManager : ICallManager

The CallManager type exposes the following members.

Constructors
  NameDescription
Public methodCallManager
Initializes a new instance of the CallManager class
Top
Properties
Methods
  NameDescription
Public methodCreateAndStartSession
Public methodGetRoutingHistory
Public methodRouteCall(IBaseCall)
Public methodRouteCall(ISessionCall)
Entry point for call manager on incoming calls. Bejovo hivas eseten hivodik meg. A dial plan alapjan fogja routingolni a caller.To-t figyelembe veve.
Public methodRouteCall(IBaseCall, Destination)
Public methodRouteCall(ISessionCall, Destination)
Konkretan megadjuk, hogy kit hivjunk fel. Ekkor a routing kimarad az elso korbol (viszont ha pl. Busy, akkor utana mar a routing ismet ervenyesul).
Protected methodRouteCall(ISessionCall, RouteParams)
Lekerdezi a dial plantol a destinationt, majd legyart a destination-hoz egy hivast. Ha tortent kozben valami error, arrol ertesulunk.
Public methodRouteSessionCall(IBaseCall, String, String, String)
Public methodRouteSessionCall(ISessionCall, String, String, String)
Top
Events
Fields
  NameDescription
Public fieldStatic memberLogSource
Top
See Also