You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !!
I'm using plivo RestXML to implement a basic ivr. But the tag GetDigits and outboundserver are not working as expected.
outboundserver always uses DEFAULT_HTTP_METHOD (in default.conf) to fetch content from action url.
let's say DEFAULT_HTTP_METHOD = GET and my ivr server sends
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<GetDigits action="http://localhost/process_gather.php" method="POST">
<Speak>
Please enter your 6-digit account number,
followed by the hash key
</Speak>
</GetDigits>
<Speak>Input not received. Bye bye!</Speak>
</Response>
The outboundserver will fetch content from action url with GET method, and not with POST method as specify in tag parameters
help !!!
The text was updated successfully, but these errors were encountered:
Hi !!
I'm using plivo RestXML to implement a basic ivr. But the tag GetDigits and outboundserver are not working as expected.
outboundserver always uses DEFAULT_HTTP_METHOD (in default.conf) to fetch content from action url.
let's say DEFAULT_HTTP_METHOD = GET and my ivr server sends
The outboundserver will fetch content from action url with GET method, and not with POST method as specify in tag parameters
help !!!
The text was updated successfully, but these errors were encountered: