Sorting of extensions

  1. 14 years ago

    We are currently using 2 digit extensions, but are gradually working to a 3 digit system. The sort order of extensions is somewhat odd. It looks like:

    10
    11
    110
    111
    ...
    119
    12
    13

    It looks like they are sorted alphabetically rather than numerically.

  2. admin

    14 Aug 2010 Administrator

    A quick fix would be to edit autoconfig-buttons-freepbx.sh and replace all the instances of:

    "order by extension"

    with

    "order by extension+0"

    Best regards,

or Sign Up to reply!