Click or drag to resize

ISubscriptionManagerCreateActiveSubscription Method

Creates a new active subscription and adds to the subscriptions.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
Subscription CreateActiveSubscription(
	IUserAgentInstance owner,
	SIPAddress account,
	SIPAddress contact,
	TransportInfo transportInfo,
	string eventType,
	SIPDialogSide side,
	DialogID dialogID = null,
	int expires = 30,
	int eventId = 0,
	bool refresh = true
)

Parameters

owner  IUserAgentInstance
 
account  SIPAddress
 
contact  SIPAddress
 
transportInfo  TransportInfo
 
eventType  String
 
side  SIPDialogSide
 
dialogID  DialogID  (Optional)
 
expires  Int32  (Optional)
 
eventId  Int32  (Optional)
 
refresh  Boolean  (Optional)
 

Return Value

Subscription
See Also