C# Class SIPSorcery.SIP.App.AppServerDispatcher

Inheritance: SIPDispatcherJob
Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

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

Private Methods

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

Method Details

AppServerDispatcher() public méthode

public AppServerDispatcher ( SIPTransport sipTransport, XmlNode configNode ) : System
sipTransport SIPSorcery.SIP.SIPTransport
configNode System.Xml.XmlNode
Résultat System

GetSIPEndPoint() public méthode

public GetSIPEndPoint ( ) : SIPEndPoint
Résultat SIPSorcery.SIP.SIPEndPoint

IsSIPEndPointMonitored() public méthode

public IsSIPEndPointMonitored ( SIPEndPoint sipEndPoint ) : bool
sipEndPoint SIPSorcery.SIP.SIPEndPoint
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void