I have one issue with Twilio. Sometimes when you call the center it requires a press number and upon this will continue the call. How can I achieve that using PHP or JavaScript with PHP?
I searched and I found Play DTMF tones in outgoing call using Twilio, but that didn't match my case. I need to click buttons through the call, not on dialing.
And I think this is not achievable with PHP itself. I mean it's a required Ajax request or JavaScript SDK.