cti java,用于Avaya IVR和CTI集成的Java客户端

I am looking to develop a Java client for integrating the Avaya IVR to CTI. I have two questions.

What is the format of the IVR output? How can this be read using JAVA?

I want to develop a java program that is able to the read the input caller feeds to the IVR and take some action based on that.

Are there some APIs or Webservices from Avaya that can be used for this purpose? If someone could provide me some links to websites where i can find API details for the said functionality, i would be grateful.

How do we configure the IVR to perform certain actions based on different inputs fed in by the caller?

解决方案

If the Avaya IVR in question is the experience portal suite, interaction with the IVR is based on VXML and CCXML. Avaya provides the Orchestration Designer (OD) IDE (which is basically a set op Eclipse plugins), with a Java framework (called SCE, for Service Creation Environment) used for developing and interacting with the IVR applications.

The IVR applications developed using OD are installed as servlets on application servers like Tomcat. The application then "outputs" the VXML which are interpreted by the IVR system and rendered into voice, and accepts the feedback from the telephony system and feeds it as input into the IVR application. Since the application is written in Java, you can do practically anything you want using Java.

A typical workflow would be something like this:

Call comes into the IVR system

The IVR requests the start page of the IVR application

The IVR application is typically a Java servlet, doing some processing depending on the input parameters, and generates a VXML page

The IVR system renders this VXML into what the caller hears. The caller makes some input (account nr for example)

The IVR Application (servlet on Tomcat), takes the callers response as input. The Avaya Orchestration Designer Java framework provides you with all the classes required to extract the input from the caller.

The IVR Application can now verify the response received from the caller against backend systems.

Depending on the results, a new VXML page is generated.

It is important to note that the IVR system is just a "renderer". The IVR scripting is not done in the IVR system. The IVR "Application" performs this functionality. You can, in the one way or the other, compare it to a web browser requesting a page, and then renders the HTML into a nicely formatted web page.

You do not need to make use of Orchestration Designer specifically, but that is the official environment supported by Avaya. The VXML can be crafted by hand (or any other framework) and might work just as well.

You asked for a link with details, here it is: https://www.devconnectprogram.com/site/global/products_resources/avaya_aura_orchestration_designer/overview/index.gsp

You can register on Avaya DevConnect for free and download the SDK's and documentation from there.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值