C# 클래스 SIPSorcery.Servers.RTCCCore

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
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