" /> how to create a vxml application? - Genesys CTI User Forum

Author Topic: how to create a vxml application?  (Read 1990 times)

Offline mic

  • Newbie
  • *
  • Posts: 44
  • Karma: -1
how to create a vxml application?
« on: February 26, 2017, 11:37:01 AM »
Advertisement
i need to know what i shall be familiar with and do to create a VXML application ?
i already installed the Genesys Composer, but i have never wrote any application in XML.....so from where shall i start?
thanks in advance.
« Last Edit: February 26, 2017, 11:49:34 AM by mic »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: how to create a vxml application?
« Reply #1 on: February 26, 2017, 05:21:29 PM »
Study VXML and its capabilities. Also CCXML

Enviado de meu E6633 usando Tapatalk


Offline mic

  • Newbie
  • *
  • Posts: 44
  • Karma: -1
Re: how to create a vxml application?
« Reply #2 on: February 27, 2017, 12:09:27 PM »
thanks so much
i already made a test callflow diagram, the application is a simple prompt that pronounce "Helloworld".
note: ididn't deploy any TTS software on my system, so i don't know if the composer dosen't need one or it does?!

but when i try to run it the composer shows this message "Could not start the debug target
INVITE to media platform failed with response 404 Not Found"
note: i made sure that the resource manager sees the LRG through checking its logs:
" Read config kv pair (gvp.lrg.load-balance-scheme=round-robin).
2017-02-27 13:33:04.342 DBUG 00000000-00000000 3208 08500000 CCIMFGenericObject.cpp:859 utilAddTKVSection >> Read config kv pair (gvp.lrg.monitor-method=option).
2017-02-27 13:33:04.342 DBUG 00000000-00000000 3208 08500000 CCIMFGenericObject.cpp:859 utilAddTKVSection >> Read config kv pair (gvp.lrg.port-usage-type=in-and-out).
2017-02-27 13:33:04.342 DBUG 00000000-00000000 3208 08500000 CCIMFGenericObject.cpp:859 utilAddTKVSection >> Read config kv pair (gvp.lrg.resource-confmaxsize=-1).
2017-02-27 13:33:04.342 DBUG 00000000-00000000 3208 08500000 CCIMFGenericObject.cpp:859 utilAddTKVSection >> Read config kv pair (gvp.lrg.service-types=voicexml; conference; announcement; cpd; media; msml).
gvp.rm.aor=sip:192.168.75.132:5060,sips:192.168.75.132:0).
2017-02-27 13:33:04.342 DBUG 00000000-00000000 3208 08500000 CCIMFGenericObject.cpp:859 utilAddTKVSection >> Read config kv pair (gvp.rm.port-capacity=10).
2017-02-27 13:33:04.342 DBUG 00000000-00000000 3208 08500000 CCIMFGenericObject.cpp:859 utilAddTKVSection >> Read config kv pair (gvp.rm.redundancy-type=active)."

and the tenant of the RM is "Environment">>>>>>so how can i fix this issue.
« Last Edit: February 27, 2017, 12:19:33 PM by mic »

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: how to create a vxml application?
« Reply #3 on: February 27, 2017, 01:06:53 PM »
Follow the Composer doc where the debugging is described..

Offline mic

  • Newbie
  • *
  • Posts: 44
  • Karma: -1
Re: how to create a vxml application?
« Reply #4 on: February 28, 2017, 01:36:04 PM »
thanks Kubig

i made a simple call flow in composer Entry>>prompt>>exit
the prompt attributes are:
Type=Reource
interpret-as=audio
value=.wav file
Alternate text= empty
whenever i run the call flow, the mcp plays "no asr resources found good bye" instead of the value file.
i didn't deploy any ASR or TTS engines because the work flow i am trying to do does'nt need any of them.
what shall i do to make the composer run my file?