I have used Linux on a computer with modem included. How to use this
modem to make phone call. Is there a software like Phone Dialer on Windows?
Regards,
Thang Kieu
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
> Hi everyone,
>
> I have used Linux on a computer with modem included. How to use this
> modem to make phone call. Is there a software like Phone Dialer on
> Windows?
>
> Regards,
>
> Thang Kieu
dtmfdial accepts a numeric string command line and sends it as dtmf
tones via the modem. I use it with kaddressbook to dial out.
> Thank you Roby,
>
> I have install dtmfdial, but it seems my Debian doesn't have driver for
> modem. But I see that dtmfdial is very simple program, just a binary file,
> no config file. How does this know what device used to dial, where can I
> config modem device for it ?
>
> Thang Kieu
you might want to check out wvdial, I've used it before with good results.
-+-
8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.
Minicom is useful to manually control a modem, also cu and probably
others, by typing commands to the modem. The serial interface, or
"driver", to the modem is well built into the Linux system
An automated "phone dialer" probably exists as a package or project;
I'd try googling for those terms, use 'apt-cache search ...', look on
sourceforge and other software development sites.
I wrote a simple and not very flexible "phone dialer" as an exercise
to learn Perl/Tk one time, using the perl Expect module to handle
the interactive nature of the problem, and cu as the backend to talk
to the modem. It presents a few buttons in a window to connect to a
phone voice message system, listen and delete messages, and disconnect,
and optionally puts up a keypad. I suspect you might be looking for
something like this, and you're welcome to it, but there are also likely
more fully featured and configurable gizmos out there.
You described what you wanted by saying it was "like" some other program;
without being familiar with that program, it's hard to know what you want.
(Hmm, reminds me of the Microsoft approach to "office" software
standards...)
Ken
--
Ken Irving, fn...@uaf.edu
I'm not really sure what you're trying to do, but I guess you want to have
the computer dial and then use the voice phone, maybe over the computer
speaker. I sometimes use this for checking voice mailbox messages,
but you can also use a regular telephone handset after the computer dials.
You'll probably need to search/google for the appropriate AT commands for
your modem and/or telephone host system if you want to do anything fancy.
I sometimes need to dial in spite of a "pulsing" dial-tone due to pending
messages, suspend call-waiting interruptions, etc., and there are code
sequences to do those kinds of things.
The main "trick" in using the computer as a dialer is to end the AT command
sequence with a semicolon (I think) in order to return the modem to "command
mode". Otherwise, the default behavior of the modem is to progress to
negotiating with a modem on the other end, with all the funny-sounding tones
and beeps.
In general, I find it's best to first figure out how to do something manually,
as you're doing with wvdial or minicom, before trying to automate it.
Ken
--
Ken Irving, fnkci+de...@uaf.edu