Click or drag to resize
SIPMessageExGetUserAgentNameVersion Method
Gets the name and the version of the user-agent from the SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static OzTuple<string, string> GetUserAgentNameVersion(
	SIPMessage msg
)

Parameters

msg
Type: Ozeki.VoIPSIPMessage

Return Value

Type: OzTupleString, String
Name, Version
See Also