Click or drag to resize
SubscriptionManagerCreateActiveSubscription Method

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

Parameters

owner
Type: Ozeki.VoIPIUserAgentInstance
account
Type: Ozeki.VoIPSIPAddress
contact
Type: Ozeki.VoIPSIPAddress
transportInfo
Type: Ozeki.NetworkTransportInfo
eventType
Type: SystemString
side
Type: Ozeki.VoIPSIPDialogSide
dialogID
Type: Ozeki.VoIPDialogID
expires (Optional)
Type: SystemInt32
eventId (Optional)
Type: SystemInt32
refresh (Optional)
Type: SystemBoolean

Return Value

Type: Subscription

Implements

ISubscriptionManagerCreateActiveSubscription(IUserAgentInstance, SIPAddress, SIPAddress, TransportInfo, String, SIPDialogSide, DialogID, Int32, Int32, Boolean)
See Also