Class NumberReplacement
- Namespace
- SWConfigDataSharedLib.Profiles
- Assembly
- IpPbxCDSSharedLib.dll
Decibes a number replacement
public class NumberReplacement
- Inheritance
-
NumberReplacement
Constructors
NumberReplacement()
public NumberReplacement()
Properties
AreaCode
Gets or sets the area code. The country code must match with the area of the calling device. Can be mpty string.
public string AreaCode { get; set; }
Property Value
CountryCode
Gets or sets the country code. The country code must match with the contry code of the calling device. Can be mpty string.
public string CountryCode { get; set; }
Property Value
IsEmergencyCall
Gets or sets the emergency call flag. This increases the call prioritie.
public bool IsEmergencyCall { get; set; }
Property Value
Prefix
Gets or sets the prefix
public string Prefix { get; set; }
Property Value
ReplacementString
Gets or sets the replacement
public string ReplacementString { get; set; }