Talking on the Telephone in Linux

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Talking on the Telephone in Linux

Post by Alboin »

There was an application in Windows 95 where one could answer and dial out telephone calls using their normal land line connection. (Using a headset and a modem.)

Is there any application like this for Linux? I've been unable to find anything.

Thanks!
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Unfortunately, Most modems these days are "PCI Winmodems" which have very little (if non existent..) support for non-Windows OS's.

Most newer systems also lack an ISA slot for classic "hardware modems" as well..

You might be able to use a USB modem, IIRC most follow a standard supporting the regular AT command set.. So they appear as serial ports.

Here is what I found via SourceForge..
http://qtphone.sourceforge.net/
http://tuxcall.sourceforge.net/
http://wxdialer.sourceforge.net/ (Uses python.. posted here because you're an evil python user..)

I also found this, which might be helpful for you :)
http://www.tldp.org/HOWTO/Modem-HOWTO.html

Have fun... :wink:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Thanks. I always forget Sourceforge...
Brynet-Inc wrote:http://wxdialer.sourceforge.net/ (Uses python.. posted here because you're an evil python user..)
I'm not a Python user. Perl is more my style. :wink: (Although, if you mean that I don't mind using Python applications, I'm guilty as charged.)
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Yeah I'm quite aware... like SCons for instance :( - lol..
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Brynet-Inc wrote:Yeah I'm quite aware... like SCons for instance :( - lol..
IMHO, Scons is a lot more clean and clearer than using the whole GNU build system. Moreover, it doesn't require a UNIX environment. It's also just one file. :wink:
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

(I don't see how a large dependency like Python and this SCons utility are "ligh/cleaner" then a Makefile solution..)

A Makefile would suffice.. and one doesn't even have to use GNU make ;)

As for the "not requiring a UNIX environment" tidbit... You're kidding right? such noteworthy alternative environment exists?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Brynet-Inc wrote:(I don't see how a large dependency like Python and this SCons utility are "ligh/cleaner" then a Makefile solution..)

A Makefile would suffice.. and one doesn't even have to use GNU make ;)
If one's program needs different options and libraries on different systems, how else can you cleanly achieve such results without autotools?
Brynet-Inc wrote: As for the "not requiring a UNIX environment" tidbit... You're kidding right? such noteworthy alternative environment exists?
If one assumes their platform is the only platform, one is no better than Microsoft. :wink:
C8H10N4O2 | #446691 | Trust the nodes.
Post Reply