Sorting of extensions
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.
10
11
110
111
...
119
12
13
It looks like they are sorted alphabetically rather than numerically.
Comments
"order by extension"
with
"order by extension+0"
Best regards,