Click or drag to resize

SIPUserAgentDetailsContact Property

Gets the contact address of the SIP client.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SIPAddress Contact { get; }

Property Value

SIPAddress
Remarks
Optional property. Always have value on the client side, but not always present at server side. For example, a SIP user-agent did not register to the Ozeki PBX, but sends a MESSAGE request without Contact header.
See Also