-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avaya throws error #17
Comments
The "Number of visited documents exceeded the maximum limit of 500" message suggests that there is some sort of infinite loop going on. The second message "HTTP Error for url.." indicates a server-side error. Would you be able to share the Rivr logs? |
PFA |
Two problems here.
For item 1, see #18 For item 2, a possible problem could be that you are using multiple servlet containers in parallel (many instances of Tomcat) and the requests of a given session are not always sent to the same instance. Rivr requires that all the requests of a given session are handled by a unique server. Maybe you should take a look at #7. |
Rivr based application is up and running , below is sample url
http://22.242.112.99:7777/xyz/vxml?intent=welcome, when we call it from Brower its generating vxml (only prompt) as in the attachment vxml-test.txt, our actual requirement is to execute it (by calling the url) from Avaya Experience Portal. but its not working. see the below one of errors in the logs. not sure what is exact issue ?
The text was updated successfully, but these errors were encountered: