Date: 2025-02-06 04:33:34
Score: 1
Natty:
Thanks, it worked.
Flow:
- Set Webhook to Twilio console(Voice).
- Create a index page creating call.
- In that index page mention from, to, and URL(Redirect it to answer_call.php).
- In answer_call.php page create establish a voice saying press 1 or press
2 using gather attribute. Method: post, action: process_key.php
- In process_key.php, use $_POST['Digits'] and use if else condition and dial attribute to call the agent.
Reasons:
- Blacklisted phrase (0.5): Thanks
- Whitelisted phrase (-1): it worked
- No code block (0.5):
- Low reputation (1):
Posted by: Dhruv Gupta