C# Class SIPSorcery.SIP.App.SIPPresenceEventSubscription

Inheritance: SIPSorcery.SIP.App.SIPEventSubscription
Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool

Checks and where required adds a presence related monitor event to the list of pending notifications.

GetFullState ( ) : void
GetNotifyBody ( ) : string
NotificationSent ( ) : void
SIPPresenceEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getSipAccountsExternal, SIPAssetGetPropertyByIdDelegate getSipAccountPropertyExternal, SIPAssetCountDelegate getBindingsCount, bool switchboardSIPAccountsOnly ) : System

Method Details

AddMonitorEvent() public method

Checks and where required adds a presence related monitor event to the list of pending notifications.
public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent The monitor event that has been received.
return bool

GetFullState() public method

public GetFullState ( ) : void
return void

GetNotifyBody() public method

public GetNotifyBody ( ) : string
return string

NotificationSent() public method

public NotificationSent ( ) : void
return void

SIPPresenceEventSubscription() public method

public SIPPresenceEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getSipAccountsExternal, SIPAssetGetPropertyByIdDelegate getSipAccountPropertyExternal, SIPAssetCountDelegate getBindingsCount, bool switchboardSIPAccountsOnly ) : System
log SIPMonitorLogDelegate
sessionID string
resourceURI SIPURI
canonincalResourceURI SIPURI
filter string
subscriptionDialogue SIPDialogue
expiry int
getSipAccountsExternal SIPAssetGetListDelegate
getSipAccountPropertyExternal SIPAssetGetPropertyByIdDelegate
getBindingsCount SIPAssetCountDelegate
switchboardSIPAccountsOnly bool
return System