cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
452
Views
2
Helpful
2
Replies

VXML Java API: How to return to VXML app after prompt was played

elias.eggel
Level 1
Level 1

Hello all

I'm building a VXML application using VCF classes.
The VXML app creates a VForm which includes a VBLock which itself holds a prompt file (VAudio). The prompt is played but after it's finished playing the prompt I'm not re-entering the VXML app (where I would actually like to return the "done" exit to continue in call studio callflow).

I have also registered a listener for a hangup event and if the caller hangs up, it's catched without issues and returned to VXML app.

From what I learned so far is that I need to pass a "filled" item within the VXML Form, but I don't see how I could add it using Cisco VXML Java API. There's e.g. no class like "VFilled" that I could use. I only see a helper class "UsedInFilled" but I don't know how to use it.

Any help is appreciated!

Thanks
Elias

2 Replies 2

janinegraves
Spotlight
Spotlight

Hi,
I'm uploading a pdf that shows each VXML tag with the associated VFC class to use.
It looks like 'filled' tag is created as a method with the VField class.

 

Thanks for that, this will probably help me a lot!