I have dialplan that makes a call to php script to lookup data and return info to caller. I would like to play audio while this php executes.
In other words, I need to call that php file and start audio at the same time, then end audio when the result is returned.
I am having trouble understanding how this can be done. Any ideas