177 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
70
views
Avaya OD Property Refer-To in Blind Transfer Node
I have Avaya Orchestration Designer 8.1.2 and we made an app to Transfer call to external Genesys Infrastructure. But we need to send a SIP REFER TO with User-to-User hex some information, like this:
...
1
vote
1
answer
69
views
Using socket in Vxml and Voice browsers
I'm trying to link my backend with my vxml code and and frontend application (web-browser based). I want the backend to send out data to both my vxml application and web based one in sync.
So i came ...
0
votes
1
answer
63
views
Authorization problem when transferring a call to an external number in an IVR module using VXML
I'd like to ask for your help today because I'm experiencing an authorization problem when transferring a call to an external number in an IVR (Interactive Voice Response) module.
Context:
I recently ...
0
votes
1
answer
47
views
Ant command 'war' fails with error 'jvxml.xml.lib doesn't denote a zipfileset or a fileset'
I'm trying to run JVoiceXML demo but I'm new to all theses new technologies. I succeed to run the demo except the servlet one (in which one you have to work with tomcat. The problem is: when I try to &...
1
vote
1
answer
66
views
Conditional blocks are executing after executing all the prompts inside a field in vxml
sample_vxml
<if cond="00==1">
<prompt><audio src="http://127.0.0.1/ivr/audio/en/cent.wav"/></prompt>
<else/>
...
0
votes
1
answer
82
views
I need to use the VXML disconnect element to disconnect from a call
I need to be able to simulate a call disconnect using vxml.
I have attempted to implement this following along with the development guide here:
https://help.voxeo.com/go/vxml/elements.disconnect
<...
2
votes
1
answer
98
views
VXML check which audio is playing
Is there anyway in javascript for checking which vxml audio element is currently playing similar to HTML audio element ? or whether audio playing has ended or started ?
2
votes
1
answer
234
views
VXML audio file playing status
I have a VXML (say vxml-1) which contains simple audio file for announcement followed by a goto element pointing to next vxml doc(say vxml-2) containing another audio file for announcement. Once the ...
1
vote
1
answer
131
views
Communicate two IVR application
I'm trying to communicate two IVR application with each other . One of them is caller , the other is called. This idea for the test autimation on ivr flows . But there is an issue on when receiver IVR ...
1
vote
0
answers
92
views
Using grxml instead of inline grammar in my VXML
I have written a VXML which for the most part works. I would like to use a grxml now instead of inline grammar.
I created icecream.grxml in the same exact directory AS MY vxml APP and i call it ...
1
vote
1
answer
139
views
nodeValue attribute in XML not returning the node's value
I am trying to process XML data received from an API in VXML. The request is made using element. I am able to retrieve nodeNames from the XML object, but nodeValues are empty.
Function used to ...
0
votes
0
answers
53
views
VXML Grammar recognize & send every user sentence
How can I program the VXML application so that I can recognize everything the user says and then what he says to send to another system?
At this point, I'm trying to use the tags but it doesn't give ...
1
vote
1
answer
135
views
Why do TTS (Text-To-Speech) prompts play normally while testing in one environment but not in others?
I am a software engineer working at a company that uses TTS for telephony projects. When I place calls to test that our VUI and it's corresponding functions and TTS prompts are working correctly, I ...
0
votes
1
answer
649
views
Passing/exposing VXML Application root document variables to JSP
I need to have variables that are defined in my VXML application root document, which other documents modify, available to the JSP/EL pages. The idea here is that based on the value of these variable ...
0
votes
1
answer
512
views
Voximal: Unable to connect to UniMRCP compiled with custom ASR plugin
I have written a custom UniMRCP ASR plugin and wanted it to work with Voximal on Asterisk.
I followed the doc here: https://wiki.voximal.com/doku.php?id=asrproviders:unimrcp.
The VXML works fine but, ...