Avaya Workplace Client NoUser Source Numbers

Last Updated : Jun 24, 2022 |

The values in the auto-generated 46xxsettings.txt settings file are based on settings taken from the IP Office system configuration. However, it may occasionally be necessary to add additional values to the auto-generated file. You can do this by entering the values into the IP Office configuration as NoUser source numbers.

  • Since these changes are applied to the values in the auto-generated 46xxsettings.txt file, they are overridden by any setting entered in the 46xxspecials.txt file if present.

  • There are a number of NoUser source number settings used for remote extensions. They operate differently in that they change existing values in the auto-generated settings file given to a phone when the system detects that the phone requesting the file is a remote extension. See the Deploying Remote IP Office SIP Phones with an ASBCE manual.

Example NoUser source numbers for Avaya Workplace Client are:

  • EQNX_CONTACT_MATCHING_MIN_DIGITS=N

    By default the Avaya Workplace Client performs contact matching on calls using 10-digits. For some locations national numbering is shorter, for example 8 digits in Bahrain. This NoUser source numbers adds the command SET CONTACT_MATCHING_MIN_DIGITS N to the auto-generated 46xxsettings.txt, where N is the number of digits to use for contact matching.

  • SET_CDNL=DISABLED

    This adds the following string to the auto-generated 46xxsettings.txt file. This disables cellular direct number operation.

    • SET CELLULAR_DIRECT_NUMBER_LIST DISABLED
  • SET_CDNL="911","9911"

    This adds the following strings to the auto-generated 46xxsettings.txt file. These enable cellular direct number operation and specify the numbers that will trigger the feature. Enclose each number in " " quotation marks. Separate multiple numbers with commas.

    • SET CELLULAR_DIRECT_ENABLED 1 
      SET CELLULAR_DIRECT_NUMBER_LIST "911","9911"
    • You can use multiple SET_CDNL= source numbers.

    • The maximum length of any individual SET_CDNL= entry is 63 characters.

    • The maximum length of the SET CELLULAR_DIRECT_NUMBER_LIST string is 127 characters.