Skip to content
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

outboundserver not fetching the action url with the given method parameter in GetDigits tag #133

Open
aristide opened this issue Feb 19, 2016 · 0 comments

Comments

@aristide
Copy link

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 !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant