C# Class SIPSorcery.Servers.RTCCCore

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
RTCCCore ( SIPMonitorLogDelegate logDelegate, SIPDialogueManager sipDialogueManager, SIPAssetPersistor sipDialoguePersistor ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
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.

Method Details

RTCCCore() public method

public RTCCCore ( SIPMonitorLogDelegate logDelegate, SIPDialogueManager sipDialogueManager, SIPAssetPersistor sipDialoguePersistor ) : System
logDelegate SIPMonitorLogDelegate
sipDialogueManager SIPDialogueManager
sipDialoguePersistor SIPAssetPersistor
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void