| View previous topic :: View next topic |
| Author |
Message |
davout Guest
|
Posted: Tue Nov 22, 2005 4:22 am Post subject: any open source Java products that handle automated telecom |
|
|
Does anybody know of any open source Java products that offer server driven
automated telecom calling?
Basically I'm looking for a telecom service product that can make telecom
calls and relay a message to a human receipient who is then prompted for a
response. |
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Tue Nov 22, 2005 5:21 am Post subject: Re: any open source Java products that handle automated tele |
|
|
On Mon, 21 Nov 2005 23:22:29 -0000, "davout"
<davoutXXXYYYWWWZZZ (AT) dsl (DOT) pipex.com> wrote, quoted or indirectly quoted
someone who said :
| Quote: | Basically I'm looking for a telecom service product that can make telecom
calls and relay a message to a human receipient who is then prompted for a
response.
see http://mindprod.com/jgloss/jtapi.html |
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching. |
|
| Back to top |
|
 |
Abhijat Vatsyayan Guest
|
Posted: Wed Nov 23, 2005 3:45 am Post subject: Re: any open source Java products that handle automated tele |
|
|
How do you intend to make the call ? Are you using a simple(voice) modem
connected to a computer ? Will you be running your java program on a server
with telephony capabilities?
Look at XTAPI on sourceforge. It is a JTAPI provider implementation. I have
tried it and it does not work most of the times on most of the modems ( .
I have tried looking for good JTAPI provider implementations to run on top of
a (voice) modem (open source or something cheap - $100 or so) and have not been
able to find it. Dialogic (probably Intel now) had some cards with JTAPI
provider implementations I believe.
You might want to use TAPI and JNI . What about some APIs from Net2Phone or
whatever it is that people use these days to make phone calls from a computer
(yahoo IM ?).
JavaPhone API and JTAPI Mobile might also be worth looking into. There are
relatively cheap COM components out there that might do your job though.
Abhijat
davout wrote:
| Quote: | Does anybody know of any open source Java products that offer server driven
automated telecom calling?
Basically I'm looking for a telecom service product that can make telecom
calls and relay a message to a human receipient who is then prompted for a
response. |
|
|
| Back to top |
|
 |
davout Guest
|
Posted: Wed Nov 23, 2005 10:41 pm Post subject: Re: any open source Java products that handle automated tele |
|
|
| Quote: | How do you intend to make the call ? Are you using a simple(voice) modem
connected to a computer ? Will you be running your java program on a
server
with telephony capabilities?
|
No idea - I'm a complete beginner to this area. Initially something cheap
and easy - a modem or something I can hook up to my local home test server. |
|
| Back to top |
|
 |
|