in reply to Device::Modem Help
Update: Sigh. You'd think I would actually read your question. Sorry.
Have you tried using answer() or passing a timeout with your dial?
If you're using Device::Modem then I think that a simple hangup() method call will do:
hangup()
Does what it is supposed to do. Hang up the phone thus terminating any active call. Usage:
$ok = $modem->hangup();
Welcome to the Monastery. You'll probably want to read up on a few of the tips for formatting questions, etc. It probably wouldn't hurt me to re-read those tips. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Device::Modem Help
by strange1 (Initiate) on Apr 18, 2006 at 20:38 UTC | |
by strange1 (Initiate) on Apr 18, 2006 at 20:41 UTC |