I have a context in my dialplan which passes control (temporarily) to a bash
script. This script does some processing which takes about 5 seconds. During this time, there is total silence on the telephone line. For telephony based applications, such long periods of silence is a strict no-no.
How can I get music (or some other file) to play in the background while the program is executing?
I took a look at Background
and that does not seem to be the answer. Any help is most welcome.