C# Class SIPSorcery.SIPAppServer.SIPAllInOneDaemon

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
SIPAllInOneDaemon ( StorageTypes storageType, string connectionString ) : System
SIPAllInOneDaemon ( StorageTypes storageType, string connectionString, SIPEndPoint appServerEndPoint, string callManagerServiceAddress, bool monitorCalls ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
FireSIPMonitorEvent ( SIPMonitorEvent sipMonitorEvent ) : void
LogSIPBadRequestIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, string sipMessage, SIPValidationFieldsEnum errorField, string rawMessage ) : void
LogSIPBadResponseIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, string sipMessage, SIPValidationFieldsEnum errorField, string rawMessage ) : void
LogSIPRequestIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPRequest sipRequest ) : void
LogSIPRequestOut ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPRequest sipRequest ) : void
LogSIPResponseIn ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPResponse sipResponse ) : void
LogSIPResponseOut ( SIPEndPoint localSIPEndPoint, SIPEndPoint endPoint, SIPResponse sipResponse ) : void

Method Details

SIPAllInOneDaemon() public method

public SIPAllInOneDaemon ( StorageTypes storageType, string connectionString ) : System
storageType StorageTypes
connectionString string
return System

SIPAllInOneDaemon() public method

public SIPAllInOneDaemon ( StorageTypes storageType, string connectionString, SIPEndPoint appServerEndPoint, string callManagerServiceAddress, bool monitorCalls ) : System
storageType StorageTypes
connectionString string
appServerEndPoint SIPSorcery.SIP.SIPEndPoint
callManagerServiceAddress string
monitorCalls bool
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void