Click or drag to resize
ISIPSubscriptionManager Interface
Manages SIP event subscriptions.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ISIPSubscriptionManager

The ISIPSubscriptionManager type exposes the following members.

Methods
  NameDescription
Public methodCreate(String, String)
Creates a SIP subscription with the given event type.
Public methodCreate(SIPEventType, String)
Creates a SIP subscription with the given event-type.
Public methodGet(String)
Retrieves a previously created subscription.
Public methodGet(SIPEventType)
Retrieves a previously created subscription.
Public methodSubscribe
Sends a SUBSCRIBE request for the given subscription.
Public methodUnsubscribe
Terminates the given subscription.
Top
See Also