ring

I use this on a regular basis: its a perl script that picks entries from the file phonebook.txt, expands numbers out to whatever-one-dials (adds long-distance '1', international '011', or whatever), invokes the "cu" utility and dials the number over the attached modem. Even if the last bit doesn't work (no modem nearby etc.), the searching-on-someone's-name and expanding-her-phone-number is useful enough.

Setting up the script: (need linux or some other unix for "cu")

If you take the trouble to install the TermReadKey perl module:

then you get to use the nicer script, else you are stuck with this press-enter-after-everything script (which you download and rename to "ring", btw). both function similarly.

In either case, you might want to edit the script and change the second line to reflect the location of $phonebook = "phonebook.txt";

Usage: