Click or drag to resize

SubscriptionManagerCreateNewSubscription Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public Subscription CreateNewSubscription(
	IUserAgentInstance owner,
	SIPAddress account,
	SIPAddress contact,
	TransportInfo transportInfo,
	string eventType,
	SIPDialogSide side,
	string phoneNumber = "",
	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
 
phoneNumber  String  (Optional)
 
dialogID  DialogID  (Optional)
 
expires  Int32  (Optional)
 
eventId  Int32  (Optional)
 
refresh  Boolean  (Optional)
 

Return Value

Subscription

Implements

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