Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: AndreK on April 23, 2013, 03:46:27 AM
-
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
-
Similar to what you would do in IRD:
SendEvent[EventUserEvent,'userdata.ANDRE :: 990909090909']
-
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.
-
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
-
afaik to do so you'll need using cti connector (ivr server). probably it may not supported using cti over sip.