Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: cavagnaro on June 14, 2007, 08:46:13 PM
-
Hi guys,
Does anybody has a solution for this scenario:
1. Customer calls
2. GVP answers
3. GVP does a DB consult of some sort (balance, product shipment, consult, etc)
4. Customer press an option to send this info to a fax
5. GVP asks for the Fax number
6. GVP sends the fax
6 is my problem, i guess that has to be a Fax server that can read XML code generated by GVP. Does anybody has a solution or has done something like this?
Thanks
-
Hi cavagnaro,
I don't have experience with such scenario but I would use standard email instead of XML code. As I have the experience fax servers do support conversion of emails to faxes usually. So GVP has to generate a new email in step 6 and send it to fax server. There the email will be converted to fax and send out.
What do you think about that?
R.
-
Generate an email?
How? the application will execute smtp commands? You mean that? Or use CDO or similar?
It sounds more easily but still thinking how GVP can do that
-
I assume you're generating VoiceXML pages dynamically using ASP, JSP or something else. In that case you can develop a dynamic page that processes collected data (fax number), generates an email using some component suitable for your environment e.g. CDO for ASP, JavaMail for JSP etc. and returns VXML code to GVP - typically confirmation to the caller that the fax was sent.
R.
-
It's seem as same my problem. Customer would like to send fax in the same call but I don't know how to send data from GVP to fax and then send an appropriate document to customer.
Can we send via email and fax can be sent in the same call?
-
If customer has MCR email solution email may be generated using one of IRD object, even from the voice strategy.
YP
-
I don't understand. Could you please explain more detail?
-
[quote author=sitto link=topic=2312.msg22760#msg22760 date=1265392488]
It's seem as same my problem. Customer would like to send fax in the same call but I don't know how to send data from GVP to fax and then send an appropriate document to customer.
Can we send via email and fax can be sent in the same call?
[/quote]
We will use a faxserver, send the fax as an email and the faxserver will send the email as fax.
-
[quote author=cavagnaro link=topic=2312.msg22764#msg22764 date=1265411089]
We will use a faxserver, send the fax as an email and the faxserver will send the email as fax.
[/quote]
cavagnaro, could you tell which faxserver you will plan to use?
-
To send email from the voice strategy you need to have:
- MCR (eServices) installed, email part.
- use IRD object Autoresponse or NewEmail in the strategy. You need to know email address, phone number and use particular standard response. I assume fax server will require specially formatted email with phone number in the subject for example.
YP
-
[quote author=smile link=topic=2312.msg22765#msg22765 date=1265450128]
[quote author=cavagnaro link=topic=2312.msg22764#msg22764 date=1265411089]
We will use a faxserver, send the fax as an email and the faxserver will send the email as fax.
[/quote]
cavagnaro, could you tell which faxserver you will plan to use?
[/quote]
We will use RightFax, but we have also tested the Alcatel FaxServer. Just be sure that your faxserver can receive emails and that is basically it
-
RightFax is a good option, I deploy one similar solution using Xmedius Fax (very recommended)
1. From GVP we use a WebService to build the "fax document" (we build a html document) and publish in the document on a web server, the WS returns the URL to document.
2. We build the email on GVP Code using CDO and attaching the http document url (from ws)
3. Done.
-
Thanks. Just confirm you all do this with fax in the same call, right? no fax back?
-
Will depend on your faxserver load and capabilities