C# Class SIPSorcery.SIP.App.AppServerDispatcher

Inheritance: SIPDispatcherJob
Show file Open project: sipsorcery/sipsorcery

Public Methods

Method Description
AppServerDispatcher ( SIPTransport sipTransport, XmlNode configNode ) : System
GetSIPEndPoint ( ) : SIPEndPoint
IsSIPEndPointMonitored ( SIPEndPoint sipEndPoint ) : bool
Start ( ) : void

Private Methods

Method Description
CallAnswered ( ISIPClientUserAgent uac, SIPResponse sipResponse ) : void
CallFailed ( ISIPClientUserAgent uac, string errorMessage ) : void
GetActiveAppServer ( ) : AppServerEntry
LogMonitorEvent ( SIPMonitorEvent monitorEvent ) : void

Method Details

AppServerDispatcher() public method

public AppServerDispatcher ( SIPTransport sipTransport, XmlNode configNode ) : System
sipTransport SIPSorcery.SIP.SIPTransport
configNode System.Xml.XmlNode
return System

GetSIPEndPoint() public method

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

IsSIPEndPointMonitored() public method

public IsSIPEndPointMonitored ( SIPEndPoint sipEndPoint ) : bool
sipEndPoint SIPSorcery.SIP.SIPEndPoint
return bool

Start() public method

public Start ( ) : void
return void