Thread: How can I make software answer the phone?

  1. #1
    Registered User
    Join Date
    Apr 2006
    Posts
    5

    How can I make my software answer the phone?

    Hi,
    Im currently planning on writing an application that will answer the phone when someone will call.

    I assume that I must use sockets for this project, but I really have no idea how this is done.

    Anyone knows and could guide me in the right direction?

    P.S: I cannot use the WIN32 API, since the project will work on a linux machine.

    Thanks all for your help,
    Logan
    Last edited by Logan; 04-22-2006 at 03:58 PM.

  2. #2
    uninteresting
    Join Date
    Jun 2002
    Posts
    66
    You would typically want to do this with a modem for actual phone line calls. In fact, there isn't any other way to do it (and I'm not entirely sure it can be done with a modem, but I think so). Sockets have nothing to do with it; that's for an actual internet connection.

    To do this in linux, you'll probably have to write a kernel module, or perhaps you can find an existing one on Google. You have to interface ALSA/OSS and stuff as well. It gets quite complicated here, so if you're aren't very experienced, then I wouldn't suggest trying to do this. Nonetheless, if you decide to try, good luck.

    Sorry, but I can't really offer any more help than to point you in the general direction.
    *** TITANIC has quit (Excess Flood)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Software Design/Test - Redmond, WA
    By IRVolt in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 06-11-2008, 10:26 AM
  2. a phone book program
    By mackieinva in forum C Programming
    Replies: 2
    Last Post: 09-19-2007, 06:31 AM
  3. trying to make a KenGen ( for a game tool )
    By lonewolfy in forum C# Programming
    Replies: 4
    Last Post: 03-28-2007, 08:23 AM
  4. Win32 Common Controls in C++, how do i make and use them?
    By C+noob in forum Windows Programming
    Replies: 6
    Last Post: 01-09-2006, 11:53 AM
  5. strtok() a phone number
    By Sure in forum C Programming
    Replies: 3
    Last Post: 06-27-2005, 06:46 PM