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: 10.3.199.0
Syntax
public static OzTuple<string, string> GetUserAgentNameVersion(
	SIPMessage msg
)

Parameters

msg
Type: Ozeki.VoIPSIPMessage

Return Value

Type: OzTupleString, String
Name, Version
See Also