Questions tagged [rivr]

Used for questions about the Rivr open-source Java library for development of VoiceXML applications.

The Rivr open-source Java library for development of VoiceXML applications.

7 questions
1
vote
2 answers

CallerID in Dialogue

In my Rivr application I was using firstTurn.getParameter("nexmo_caller_id"); to get caller ID as I saw that parameter passed by Nexmo, but I've changed to Voxeo and obviously that is not working anymore. Does Rivr has any standard method to get…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

How to use just one DialogueFactory for different Dialogs in Rivr VoiceXML

I am using VoiceXmlDialogueFactory to create some Dialogue's. I wonder how I can check which is the class name configured in the Dialog (in web.xml) so I don't have to create a DialogueFactory class for every Dialog and I can just if/then in the…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

Timeout logs in Rivr Dialogues

I am having timeout log entries for every Dialogue request in my Rivr VoiceXML application. I have watched the com.nuecho.rivr.core.channel.Timeout's in the doTurn methods and that's ok but I keep getting these logs, which are out of my code and so…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

How to specify language in addPrompt() in Rivr Java VoiceXML library

My VoiceXML provider, Nexmo, seems not to handle the xml:lang="es-ES" attribute in the root vxml (This is generated by Rivr with a context.setLanguage("es-ES") in my Dialog) I want Nexmo to use a spanish TTS engine but as I am using Rivr, I can't…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
2 answers

"Wait a second" message in Rivr VoiceXML for Java

I need to play a “Wait a second…” message right after an interaction. I need this as I have to perform some time consuming tasks before going back to the user. The app flow is: 1) Play Welcome message (TTS) 2) Collect voice from user (Rivr voice…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

EJB or CDI in Nu Echo Rivr (VoiceXML Java library)

I’ve tried CDI injection and @EJB injection of Stateless EJBs in a Rivr dialog. They don’t work. I’ve also tried JNDI lookup of the EJBs through the Global JNDI name but I get following error (note I am using java:global but I get this message): A…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
0 answers

Exception logged in Rivr VoiceXML but no malfunction

I am getting the exception logged in my Rivr apps when Dialog ends (user hang-up for example) I am not really getting any problems but the log gets a lot of them. Is there any way to handle/address/stop them? (Using WAS Liberty Profile…
icordoba
  • 1,834
  • 2
  • 33
  • 60