Jump to content

Basic question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Mindkind

Mindkind

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,

I'm starting a project and I need to get some information.
This kind of project is regarding receiving phones call from a regular phone line via a program-script.

Actually, I found a device that I can attache to an USB port and a rj-11, the manufacturer provide the driver but not the SDK. They suggest me to use visual c++, so was able to downlaod C++ version.6

My question is how can I make a simple script to answer a phone call and play let say beep, beep ? What will be the first steps and tools to start ? , How can my script can speak to the hardware ?
(overview)... I'm using windows XP pro.

Brgds/MindKind

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
This is a really complicated question, actually. I take it that the USB device plugs into a phone cord, am I correct? You say you have the device driver for the USB thing, so look at the documentation for that for starters. Create your own device driver that'll interface with the USB and do what you want it to.