dialing phone numbers

dialing phone numbers

am 09.04.2009 10:14:24 von pol

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Fw: Re: dialing phone numbers

am 09.04.2009 14:29:23 von James Goodwin

--- On Thu, 4/9/09, Pol wrote:
>Any hints about dialing numbers by your laptop keyboard to a phone
> connected through modem? 
=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






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