Fw: Re: dialing phone numbers

James Goodwin <[email protected]> Thu, 9 Apr 2009 05:29:23 -0700 (PDT)
Newsgroups org.kernel.vger.linux-admin
Message-ID <[email protected]>
--- On Thu, 4/9/09, Pol <[email protected]> wrote:
>Any hints about dialing numbers by your laptop keyboard to a phone
> connected through modem?  
 
It's been a long time, but If you want to connect to another modem you need to use a terminal program like...minicom (maybe I don't remember the names)
 
If you just want to dial with the modem you can do something like:
echo "ATDTphonenumber" > /dev/modem
pick up the actual phone
echo "+++ATH" > /dev/modem
 
ATDT is AT (Attention) D(Dial) T(Tone) - Use tone signals to dial (as opposed to pulse)
 
+++ is modem escape
 
ATH is hangup the modem

--
JimFive






      
--
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html