Click or drag to resize

DialingRulesConfigurationPBXPrefix Property

The prefix used for internal extensions.

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

Property Value

Type: String
Remarks
For example, if the area code is set to "303", the prefix is set to "538", and the extension length is 5 then the number "+1 303-538-12345" will be dialed as "12345". The combination of area code and prefix allows the dialing rules to recognize an internal number from local, national or international numbering format.
See Also