dialing phone numbers
Any hints about dialing numbers by your laptop keyboard to a phone connected
through modem?
Thank you
---P
--
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Fw: Re: dialing phone numbers
--- On Thu, 4/9/09, Pol <xtekhne [at] gmail.com> wrote:
>Any hints about dialing numbers by your laptop keyboard to a phone
> connected through modem?=A0
=A0
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 t=
he names)
=A0
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
=A0
ATDT is AT (Attention) D(Dial) T(Tone) - Use tone signals to dial (as o=
pposed to pulse)
=A0
+++ is modem escape
=A0
ATH is hangup the modem
--
JimFive
--
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html