| Anonymous | Sure,
Basically, we have account lists read back (
each type can have 2 to 9+ audio format structures
The way this was done was to hold each structure in each audio.
Audio1
----- item 1 item 2 item 3
Audio2
----- item 1 item 2 item 3 item 4 item 5 item 6
Audio3
----- item 1 item 2 item 3 item 4 item 5 item 6 item 7 item 8 item 9
Rather than multiple audio formats and decision looping we could potentially use just one audio
Audio_New item1 (cond count>1) item2 (cond count>1) item3 (cond count<1>2) item5 (cond count>2) item6 (cond count>2) item7 (cond count>3) item8 (cond count>3) item9 (cond count>3)
I think it would be a useful feature. I know there's often 2-3 ways to do these things but often they require more components, more java, more something. If you add this feature it also simulates VXML prompt conditions much more closely and a welcome addition too.
Cheers |
| Please sign in to flag this as inappropriate. |