java -telephone-voice communication

hi !

*****************-**********-************-****************-************

one of the my friend doing a project for "Customer support service through telephone" for corporation

in that there will be one dedicated telephone & server for her-system

they are going to connect telephone to the pc through modem.

now main processing is like

1>user will call (from any telephone)to mygiven number (like in telephone exchange free service

number)

2> After some rings (Suppose 2||3)trough my pc(i.e. my s\w) going to answer that incoming call

starting with playing wave file in a form

"Welcome to Corporations Customer support services

please choose your language by pressing the number on your dial pad

press 1 to select Marathi

press 2 to select Hindi

press 3 to select English

then After getting the number pressed by the user conversession going to start in that

particular language.

next of that we r providing some options depending on users query

like playing wave file giving options

press 1 for water supply

press 2 for street light

press 3 for property tax and so on,

this willgo up to users selections menus under sub-menus

*************-**********-***********-******************-**********

I think this is enough to understand what i want to do.

I need to know how to detect that telephone ring through java pro. do you know anything

about "telephony API" And how to send Wave file to the input stream of telephone or say modem.

and one more thing I forgott to tell you that

When user will select the option say e.g. total Amout of property tax

for that her s\w is going to answer as per data in database whatever amount stored in my database

there is in table so I need something that will convert that string or say text into wave file

I need text to voice conv.

all this I want to do in java.

*****************_*************_************************

Actually after searching on i-net

she found one API in java named "jtapi"

but there is problem in that she isnot getting how to run that or either that example

they have given need some parameters if you can

will you please explain her how to run that I will tell you how to get that.

************-************-*********************-************

go for google search with"jtapi" the result will give you

to download related jtapi document,jtapi class files, jtapi java files

in document there is html file named overview.html there is Application code example.

in that they had given ready program for call outgoing and for incoming call

but when i was going to run that through jdk1.2 it was compiled but after running that

it is giving error"no provider foundno provider object created"

to do the instance object provider there is process below that with tiltle

JtapiPeer Factory- in that there is func. given getjtapipeer()

and jtapipeer.getservices() method

and sum argument need to pass over that is no done in the given example

can you get how to get that service name and make that program to run.

give me some new IDEA About this if you have.

and also will you guide me how to and what to study in JAVA for all this.

mail me @dgdhumal@yahoo.com

[3474 byte] By [dgdhumal] at [2007-9-30 4:28:02]
# 1
On the Beverly Hillbillies they used to call Perl ... but alas I've never heard of anyone calling Java on the tele. Sorry, could not help it, it's Friday. Anyway you got a free bump out of it.
abillconsl at 2007-7-1 13:20:01 > top of Java-index,Archived Forums,Java Programming...
# 2
The correct answer is: Use C++
Java_Gnome at 2007-7-1 13:20:01 > top of Java-index,Archived Forums,Java Programming...
# 3
Look here: http://java.sun.com/features/2001/12/flite.html hope that helps
fjsfjsfjs at 2007-7-1 13:20:01 > top of Java-index,Archived Forums,Java Programming...
# 4

>

> I need to know how to detect that telephone ring

> through java pro. do you know anything

> about "telephony API" And how to send Wave file to the

> input stream of telephone or say modem.

> and one more thing I forgott to tell you that

> When user will select the option say e.g. total Amout

> of property tax

> for that her s\w is going to answer as per data in

> database whatever amount stored in my database

> there is in table so I need something that will

> convert that string or say text into wave file

> I need text to voice conv.

> all this I want to do in java.

>

You do realize that this has been done for 20 years at least?

And there are products out there that do all of this, plus provide a easy to use user interface? There are even small ones for personal PCs. (Keep in mind that any telephone switching like a PBX is not a small solution.)

And a "corporation" should be able to afford that.

jschell at 2007-7-1 13:20:01 > top of Java-index,Archived Forums,Java Programming...