I not trying to be too harsh, but your question sounds a little like
walking into a forum
on construction tools and asking "how do I build a skyscraper with these?"

the short answer is that technically, what you ask IS possible, but it isn't a
simple undertaking

<jsp:makePhoneCall number="555-555-5555" voice="happy">
         <%= customerOrder.toString() %>
</jsp:makePhoneCall>

It would require a number of backend systems (most likely hardware specific
and
not necessarily in the 'realm of competence' for java) that communicate
with each
other to end at the final step of placing the call.

Are there canned pieces, probably, but it really seems to me that it is your
responsibility to find those pieces and then use this group as the resource
when
trying to fit them together - as opposed to just asking "how do I do this
enormous job."

I'm not trying to pick, its just that it seems there have been a lot of
questions
lately where it people are coming in asking how to do these large jobs without
any apparent background research of their own. When you enter with specific
questions (i.e. "what mechanisms exist for driving modems?") you are more
likely
to be taken seriously and answered accordingly.


- vin





At 02:29 PM 5/15/00 -0400, you wrote:
>Does anyone know of any way using java/jsp or any 3rd party program, to
>place a phone call to a phone # (lets say a number of customer) and call him
>and generate the audio of there order?
>
>For example, after the user orders 2 chairs, it would use the phone # they
>entered call it (using a voice modem i guess) and say " You have ordered 2
>chairs " ???
>
>Any info would be great!!
>
>- Frank

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to