I made a program in PHP that generates some text output.
I plan to convert this to audio using a text to voice routine, and I think I have that angle taken care of.
Once I have the audio data my challenge is to:
- dial a phone number
- play some tones (i.e DTMF) to navigate a phone tree (will always be the same sequence of tones)
- play the audio to leave a message.
Any thoughts on how to do this?