C# Class SIPSorcery.Servers.SIPCallDispatcherFile

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
GetAppServer ( ) : SIPEndPoint
IsAppServerEndPoint ( SIPEndPoint remoteEndPoint ) : bool
LoadAndWatch ( ) : void
SIPCallDispatcherFile ( SIPMonitorLogDelegate sendMonitorEvent, string path ) : System
UpdateAppServerPriority ( SIPEndPoint appServerEndPoint, int priority ) : void

Private Methods

Method Description
LoadAppServerEndPoints ( string appServerFileText ) : int>.Dictionary

Method Details

GetAppServer() public method

public GetAppServer ( ) : SIPEndPoint
return SIPSorcery.SIP.SIPEndPoint

IsAppServerEndPoint() public method

public IsAppServerEndPoint ( SIPEndPoint remoteEndPoint ) : bool
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
return bool

LoadAndWatch() public method

public LoadAndWatch ( ) : void
return void

SIPCallDispatcherFile() public method

public SIPCallDispatcherFile ( SIPMonitorLogDelegate sendMonitorEvent, string path ) : System
sendMonitorEvent SIPMonitorLogDelegate
path string
return System

UpdateAppServerPriority() public method

public UpdateAppServerPriority ( SIPEndPoint appServerEndPoint, int priority ) : void
appServerEndPoint SIPSorcery.SIP.SIPEndPoint
priority int
return void