BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
phait
New Contributor

Managing NV 7100 after Flash Player EOL

Jump to solution

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? 

0 Kudos
1 Solution

Accepted Solutions
ms-losangeles
New Contributor II

Re: Managing NV 7100 after Flash Player EOL

Jump to solution

any luck getting help on this? looking for a solution or instructions on how to update a user account.

View solution in original post

0 Kudos
2 Replies
ms-losangeles
New Contributor II

Re: Managing NV 7100 after Flash Player EOL

Jump to solution

any luck getting help on this? looking for a solution or instructions on how to update a user account.

0 Kudos
dc0
New Contributor

Re: Managing NV 7100 after Flash Player EOL

Jump to solution

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!!!!