1

I need to write a program to make automatic phone calls to given numbers. How to do that. What libraries do I need.

Would prefer Unix-like, c++/java/python way.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Adam
  • 105
  • 3
  • what type (make/model) of phone? Does the app need to run on the/a (mobile) phone? – Matt Lacey Jan 20 '11 at 10:18
  • You've taggedd this `tapi` which is a Microsoft library but you're asking for a *nix solution? What gives? and what have you tried? – Matt Lacey Jan 20 '11 at 10:19
  • i misunderstood tapi as something else. Basically, i need a solution to make calls through a connected phone/mobile. The app can be on the mobile or on pc. – Adam Jan 20 '11 at 11:08

1 Answers1

0

You might try looking at the open source Asterix solution http://www.asterisk.org/

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Daniel Elliott
  • 22,647
  • 10
  • 64
  • 82
  • That requires specialized hardware. I just have a mobile phone or a normal telephone set. How about these? – Adam Jan 20 '11 at 08:56