[Asterisk-Users] Help need to reset Adit 600 for Asterisk install

Adam Goryachev mailinglists at websitemanagers.com.au
Thu Nov 24 03:38:49 MST 2005


On Wed, 2005-11-23 at 08:30 -0700, jim at addaweb.net wrote:
> Does anyone know of a brute force that will work on a serial interface like
> hyperterminal?

Look at expect... you should be able to throw something simple together
using a shell + expect script...

ie, connect and
expect "login:" 
send 1111 
expect Incorrect
send 1112
etc....
Log each attempt to a file, the last number in the file is the right
number ( +/- 1 depending on your logging and logic....).

Regards,
Adam




More information about the asterisk-users mailing list