Can someone explain the call by name directory order when there are multiple extensions which match the first three letters? And you can change it? It doesn't appear to be alphabetical.
CallByName.aspx.cs is the file that does the name lookup, I edited ours so when someone calls in they can choose first or last name.
Looks like the extensions are dropped into an array and then looped through, could try and sort the array I guess.