C# Class SIPSorcery.SIP.App.SIPDialogEventSubscription

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

Public Methods

Method Description
AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
GetFullState ( ) : void
GetNotifyBody ( ) : string
NotificationSent ( ) : void
SIPDialogEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue ) : System

Private Methods

Method Description
GetStateForEventType ( SIPMonitorMachineEventTypesEnum machineEventType ) : string

Method Details

AddMonitorEvent() public method

public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent
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

SIPDialogEventSubscription() public method

public SIPDialogEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue ) : System
log SIPMonitorLogDelegate
sessionID string
resourceURI SIPURI
canonincalResourceURI SIPURI
filter string
subscriptionDialogue SIPDialogue
expiry int
getDialogues SIPAssetGetListDelegate
getDialogue SIPAssetGetByIdDelegate
return System