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.
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.
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,