Thread: making a modem a telephone device

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    30

    making a modem a telephone device

    Hello,

    I am developing a multimedia application with which i want to make a telephone application via a infokiosk. So, i want from the multimedia application to call a program(propably in c) which will make a call to a telephone.

    I thougth that i could use a modem to make the call and have a telephone device cooperating with the modem. So i want to create a program which will accept a number, to dial the number and then not to send data as the modem usually does but to pass the voice to the telephone device.

    Is it possible?
    Can i do it with c?

    Do you know from where i could start?


    PS. Have u ever seen something similar?

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    You should research voice modems, and how to program for them in windows.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Modem Driver Strangeness.
    By civix in forum Tech Board
    Replies: 1
    Last Post: 03-26-2006, 08:02 PM
  2. Identify dynamic IP address of network device
    By BobS0327 in forum Tech Board
    Replies: 2
    Last Post: 02-21-2006, 01:49 PM
  3. serial port, modem not responding pls help...
    By Unregistered in forum C++ Programming
    Replies: 0
    Last Post: 07-08-2002, 05:08 AM
  4. XP with modem problems
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-04-2002, 04:40 PM
  5. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM