Feature request: Can three (3) "Auto-config Order" buttons be added in the UI Options->General->Devices pane; one for "Headset", one for "Speakerphone", and one for "Ring Device"; which would bring up an ordered list for the user to choose which devices are allowed to auto-config, and drag them to the desired order. For a great example of this, see OS X Tiger's System Preferences->Network->Network Port Configurations list.
I'm thinking this would not be hard to do -- from a sofware engineering perspective I see three things to be addressed:
1) Each item needs a separate list of available devices. This is already in place, so no problem there.
2) The auto-config code would need to traverse the list of devices for each item in a given order (not randomly), selecting the first available device. I can't tell if the code is written this way or not.
3) There would need to be a way in the UI for the user to specify the order of each device list, possibly as described above.
Failing that, can the internal devices be hard-coded to be checked last for the "Headset" and first for the "Speakerphone" and "Ring Device"? (The lists must get checked in some order, to get the assignments backwards every time.)
I know there are many other features requested; but it seems that Counterpath has identified zero-touch configuration as a key marketing item, and implementing this would be a big leap forward in that area.
