nuecho / rivr

Rivr is a lightweight open-source dialogue engine enabling Java developers to easily create enterprise-grade VoiceXML applications.
http://rivr.nuecho.com
Other
61 stars 23 forks source link

Subdialogue - Request method 'POST' not supported #23

Open D41138761 opened 3 years ago

D41138761 commented 3 years ago

VoiceXmlInputTurn inputTurn = DialogueUtils.doTurn(subdialogueCall, context);

while we are calling the subdialogue (sample you gave in the examples) - getting the below exception [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]

gawi commented 3 years ago

This is a problem in your subdialogue implementation (Spring). The cause is not Rivr.