We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to get: https://github.com/team-telnyx/demo-python-telnyx/tree/master/flask-guess-number-call-control to work, I had to change the dial webhook to: @app.route('/webhooks/dial', methods=['GET']) and I had to change the invocation URL (given in the README) from: http://localhost:5000/dial to http://localhost:5000/webhooks/dial
@app.route('/webhooks/dial', methods=['GET'])
http://localhost:5000/dial
http://localhost:5000/webhooks/dial
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to get:
https://github.com/team-telnyx/demo-python-telnyx/tree/master/flask-guess-number-call-control
to work, I had to change the dial webhook to:
@app.route('/webhooks/dial', methods=['GET'])
and I had to change the invocation URL (given in the README) from:
http://localhost:5000/dial
to
http://localhost:5000/webhooks/dial
The text was updated successfully, but these errors were encountered: