C# Класс SIPSorcery.Servers.RTCCCore

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RTCCCore ( SIPMonitorLogDelegate logDelegate, SIPDialogueManager sipDialogueManager, SIPAssetPersistor sipDialoguePersistor ) : System
Start ( ) : void
Stop ( ) : void

Приватные методы

Метод Описание
MonitorCDRs ( ) : void

Monitors the CDRs table for records that are using real-time call control and are within the limit that requires them to re-reserve credit.

ReconcileCDRs ( ) : void

Monitors for CDR's that utilised real-time call control and that have now completed and require credit reconciliation.

Описание методов

RTCCCore() публичный Метод

public RTCCCore ( SIPMonitorLogDelegate logDelegate, SIPDialogueManager sipDialogueManager, SIPAssetPersistor sipDialoguePersistor ) : System
logDelegate SIPMonitorLogDelegate
sipDialogueManager SIPDialogueManager
sipDialoguePersistor SIPAssetPersistor
Результат System

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void