Does anyone know what the best way to manage NV 7100 after Flash Player went EOL? Is there an administration manual for using only telnet or another option?
any luck getting help on this? looking for a solution or instructions on how to update a user account.
We're in the same boat. We need to re-name existing extensions.
I have figured out the following:
SSH to the Netvanta 7060 using the freeware PuTTY terminal emulator.
To change a single extension #### the commands are:
enable
config term
voice user ####
first-name "John"
last-name "Smith"
description "John Smith"
email "jsmith@company.com"
exit
Then do other extensions with the above commands starting at voice user ####.
At the very end, do this to write the changes:
exit
write memory
Now, the above works, but I am stuck at the last two steps:
1) How do we force the re-generation of the file /ADTRAN/adtran_phonebook.csv using only the command line? This step can still be done without Flash Player in the web UI, but we want to do it in the command line. Our hope is to write a script that does all the steps above plus these final two steps.
2) How do we force the sync of the configs to all the phones? The web UI can do this under the IP Phone Configs page and can schedule the restart of phones in batches. I have no idea how to accomplish this using the command line and am stuck at this point. We can of course go and unplug/replug all the phones and/or reset the phones manually so that they are forced to pull down the new adtran_phonebook.csv file, but that's a lot of walking from office to office.
Thanks in advance for any help!!!!