Click or drag to resize

SipUserConfigurationEnableMacAddressInfoInSIPRegistration Property

Controls whether the local MAC address information is passed in the SIP registration message.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool EnableMacAddressInfoInSIPRegistration { get; set; }

Property Value

Type: Boolean
Remarks
Controls whether the local MAC address information is provided in the "+av.mac-address" field of the SIP registration contact address or not. By default, this property is set to false, indicating that no local MAC address information is provided in the SIP registration message. When this property is set to true and the local operating system allows reading of the MAC address based on the local IP address used for connection to the SIP server, then the local MAC address is provided in the "+av.mac-address" field. The MAC address provided in the "+av.mac-address" field is used by Avaya development partners to determine the location of the machine for E.911 calling.
See Also