" /> VXML - UserEvent from GVP 8.1.4 - Genesys CTI User Forum

Author Topic: VXML - UserEvent from GVP 8.1.4  (Read 2929 times)

Offline AndreK

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
VXML - UserEvent from GVP 8.1.4
« on: April 23, 2013, 03:46:27 AM »
Advertisement
Is it possible to send a UserEvent from GVP 8.1.4 using Composer 8.1.201.52.

I use a VXML form to attached data example below:
<block>
      <script>
        var ANDRE = AppState.ANDRE;
      </script>
        <gvp:send namelist="ANDRE "/>
</block>

All so tried below:

<block>
        <script>
        var ANDRE = AppState.ANDRE;
        </script>
  <gvp:send event="ANDRE "/>
</block>

I would like to send a userevent where applications like statserver could get the event.
Any help!
Thanks   

Offline AndreK

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: VXML - UserEvent from GVP 8.1.4
« Reply #1 on: April 23, 2013, 03:49:21 AM »
Similar to what you would do in IRD:

SendEvent[EventUserEvent,'userdata.ANDRE :: 990909090909']

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: VXML - UserEvent from GVP 8.1.4
« Reply #2 on: April 23, 2013, 04:58:47 PM »
Hi,

It is not possible to send UserEvent from GVP application IMHO.

Why do you need to send out UserEvent from GVP app? I'm asking as there may be a different how to achieve required...

R.

Offline AndreK

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: VXML - UserEvent from GVP 8.1.4
« Reply #3 on: April 23, 2013, 09:15:58 PM »
Hello René
I wanted to move away from VAR reporting.
Do you think sending user event in vxml was something which was missed?
Thanks
Andre

Offline smile

  • Sr. Member
  • ****
  • Posts: 286
  • Karma: 6
Re: VXML - UserEvent from GVP 8.1.4
« Reply #4 on: April 24, 2013, 07:19:57 AM »
afaik to do so you'll need using cti connector (ivr server). probably it may not supported using cti over sip.