Click or drag to resize
SIPUserAgentDetailsContact Property
Gets the contact address of the SIP client.

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

Property Value

Type: 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