C# Class SIPSorcery.SIP.App.SIPManagerWebService

Show file Open project: TilmannBach/sipsorcery-fork

Public Properties

Property Type Description
AuthenticateToken_External AuthenticateTokenDelegate
AuthenticateWebService_External AuthenticateCustomerDelegate
SIPMonitorLogEvent SIPMonitorLogDelegate
SIPRegistrarBindingPersistor SIPAssetPersistor

Private Methods

Method Description
FireSIPMonitorLogEvent ( SIPMonitorEvent monitorEvent ) : void
GetActiveCalls ( string username ) : XMLServiceResultStruct
GetRegistrarRecords ( string owner, int offset, int count ) : List
InviteFinalResponseReceived ( IPEndPoint localEndPoint, IPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void

Send a Message Waiting Indicator request to the specified user agent URI. If setMWI is true the number of messages indicated will be one otherwise 0.

IsAlive ( ) : bool

Property Details

AuthenticateToken_External public property

public AuthenticateTokenDelegate AuthenticateToken_External
return AuthenticateTokenDelegate

AuthenticateWebService_External public property

public AuthenticateCustomerDelegate AuthenticateWebService_External
return AuthenticateCustomerDelegate

SIPMonitorLogEvent public property

public SIPMonitorLogDelegate SIPMonitorLogEvent
return SIPMonitorLogDelegate

SIPRegistrarBindingPersistor public property

public SIPAssetPersistor SIPRegistrarBindingPersistor
return SIPAssetPersistor