SIPUserAgentDetailsContact Property |
Gets the contact address of the SIP client.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPAddress Contact { get; }
Public ReadOnly Property Contact As SIPAddress
Get
public:
property SIPAddress^ Contact {
SIPAddress^ get ();
}
member Contact : SIPAddress with get
Property Value
Type:
SIPAddressRemarks
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