Click or drag to resize

MessageFactoryGenerateResponse(Request, Int32, String, Boolean, String, SIPAddress) Method

8.2.6 UAS Behavior / Generating the Response

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public Response GenerateResponse(
	Request req,
	int code,
	string reasonPhrase,
	bool newToTag = true,
	string toTag = null,
	SIPAddress contact = null
)

Parameters

req  Request
 
code  Int32
 
reasonPhrase  String
 
newToTag  Boolean  (Optional)
 
toTag  String  (Optional)
 
contact  SIPAddress  (Optional)
 

Return Value

Response
See Also