I looked through the support community and saw inquiries for detailed reports, but nothing simple like a phone list. We have a manually updated copy of our phone list on our intranet, but a large amount of our staff moves around frequently. It would be nice if we could just schedule a job that runs every friday and generates a report that lists each extension with the user on the extension, and dumps to the folder on our internal web server. Even if we had to purchase a 3rd party software solution, it would still be less than the man hours spent updating the list. Thank you in advance!
You could run this from the CLI
run sql select firstname,lastname,telephonenumber from enduser
You would have to capture the output and then try and sort it out.
The only other way is to write an application that interfaces into the AXL interface.
Graham