" /> Implementation of VXML-related Events and Dialogs - Genesys CTI User Forum

Author Topic: Implementation of VXML-related Events and Dialogs  (Read 1339 times)

Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Implementation of VXML-related Events and Dialogs
« on: December 28, 2020, 01:09:27 AM »
Advertisement
Hi,

Our document server generates VXML output, which can be interpreted by Convergys IVR. What we want to do is put Convergys away, and have MCP interpret these VXMLs.

When we give a try to fetch and process a VXML file from this document server, MCP throws exceptions since it could not recognize what described in catch blocks.

So, could you please tell us how can we implement all these Convergys-related parts in MCP? Any documentation or best-practice sample?

Since I am a newbie to this topic, your help will be greatly appreciated.

Thank you in advance.

Best regards,


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Implementation of VXML-related Events and Dialogs
« Reply #1 on: December 28, 2020, 02:57:24 AM »
You need to adapt your VXML to be supported by MCP, not the other way.
If it is not complaiant will not work.


Doc? Check the VXML reference guide

Marked as best answer by Ali on December 28, 2020, 09:55:36 PM

Offline gen_rtfm

  • Full Member
  • ***
  • Posts: 114
  • Karma: 4
Re: Implementation of VXML-related Events and Dialogs
« Reply #2 on: December 28, 2020, 07:41:12 AM »
I would generate a vxml application with one block that has catch-elements using composer, just to get a vxml you know is compatible with MCP/GVP and compare the catch-tags between that document and the one you are having problems with.

If you could post the vxml code for a form throwing the error during interpretation (or one of them if you are having problems in more than one place) here the reason might be obvious to one of us.

Br

Skickat från min Mi MIX 3 5G via Tapatalk


Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Re: Implementation of VXML-related Events and Dialogs
« Reply #3 on: December 28, 2020, 07:56:14 AM »
Thank you, guys.

We will try to implement and inform you all regarding the steps.