Open D41138761 opened 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]
This is a problem in your subdialogue implementation (Spring). The cause is not Rivr.
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]