Author Message
RajeshBairagoni
Joined: Dec 16, 2013
Messages: 98
Offline
HI,

Can you please let me know how can i pass call info header with transfer ?

If you provide any sample application , it would be greatful.


Thanks,
Rajesh
SamareshKowshik
Joined: Nov 6, 2013
Messages: 351
Offline
There are a few resources you can checkout for sending data along with a transfer. First, try the Developer's Guide:

http://www.devconnectprogram.com/site/global/products_resources/avaya_aura_orchestration_designer/releases/6_0/index.gsp

Click the Downloads link, then Speech & Call Control to get the PDF. Appendix G: AES and IC connectors is what you're looking for. Page 595 of the PDF has a couple of screenshots of what the Data node might look like.

As for sample apps, there are a few that deal with the AES connector. Apps can be found:

[url]http://www.devconnectprogram.com/site/global/products_resources/avaya_aura_orchestration_designer/educational_resources/sample_applications/index.gsp
[/url]

As well, there are some tutorials and the like regarding AES:

http://www.devconnectprogram.com/site/global/products_resources/avaya_aura_orchestration_designer/educational_resources/sample_applications/developing_telephony_web_service_applications/index.gsp
RajeshBairagoni
Joined: Dec 16, 2013
Messages: 98
Offline
Hi SamareshKowshik,

Thanks for your reply.

I need to pass call info header with the consultation transfer tag and want to rad this call info header in other voice portal application.

Please let me know how to set this call info header with transfer number in Avaya OD(VXML application) .

Thanks,
Rajesh
RajeshBairagoni
Joined: Dec 16, 2013
Messages: 98
Offline
Hi

Can anyone help me here ?

Thanks,
Rajesh
SamareshKowshik
Joined: Nov 6, 2013
Messages: 351
Offline
The callinfo variable will be available once you've enabled the AES connector and the information will be stored in that OD variable once the incoming information for another call is received. You can use the data from that variable in your consultation transfer by setting the UUI Variable/Field to use the callinfo variable's information. You can only send a single field of the callinfo variable, so I suggest serializing the contents of the complex variable into a simple var using some Java.
Go to:   
Mobile view