C# Class SIPSorcery.SIP.App.SIPDialogEventSubscription

Inheritance: SIPSorcery.SIP.App.SIPEventSubscription
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetStateForEventType ( SIPMonitorMachineEventTypesEnum machineEventType ) : string

Method Details

AddMonitorEvent() public méthode

public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent
Résultat bool

GetFullState() public méthode

public GetFullState ( ) : void
Résultat void

GetNotifyBody() public méthode

public GetNotifyBody ( ) : string
Résultat string

NotificationSent() public méthode

public NotificationSent ( ) : void
Résultat void

SIPDialogEventSubscription() public méthode

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
Résultat System