Click or drag to resize

MessageFactoryGenerateRegisterRequest Method

10.2 Constructing the REGISTER Request Except as noted, the construction of the REGISTER request and the behavior of clients sending a REGISTER request is identical to the general UAC behavior described in Section 8.1 (UACGenerateRequest)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public Request GenerateRegisterRequest(
	SIPAddress sipAddress,
	string requestURI,
	string callID,
	string branch,
	int expires,
	int cSeq,
	string fromTag,
	SIPAddress contact,
	TransportInfo transportInfo,
	bool thirdPartyRegistration = false
)

Parameters

sipAddress  SIPAddress
 
requestURI  String
 
callID  String
 
branch  String
 
expires  Int32
 
cSeq  Int32
 
fromTag  String
 
contact  SIPAddress
 
transportInfo  TransportInfo
 
thirdPartyRegistration  Boolean  (Optional)
 

Return Value

Request
See Also