Click or drag to resize

SipClientConfigurationUseExactSIPDomainComparison Property

Used for SIP domain comparison.

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

Property Value

Type: Boolean
Remarks
In case Avaya Aura servers have deployed a non split horizon DNS, the small difference in domain names of caller and user can be observed: Ex.: 123456@sbc.avaya.com and 654321@avaya.com. To support cases where split-horizon DNS is not being used and cases when SM hosted at other domains than SBC, this new setting is used to control how SIP domain names will be compared. When this property is set to false, the comparison of different domains is considered to be a match when one of the domains is the root domain of the other. For example, userid@domain.com and userid@sbc.domain.com are considered to be matching domains even though the exact string comparison is not a match.
Remarks
The default value is true (the exact SIP domain comparison is used)
See Also