I have multiple dynamic files to be played as IVR. In that we want to ask for DTMF input. Below is not working. Will u pls guide us what is wrong here ?
Provided file1,file2,file3,file4 are in Asterisk sounds path and in proper format supported by Asterisk, following should work. Read can take and play mutliple files with &
The sox command was a mix of the audio (i.e. all three played at the same time), not a consecutive playing of the sounds. That may have been a mistake, of course.
We are having asterisk - 1.4. In Asterisk 1.4: the “filename” field does not accept concatenation (file1&file2&file…). It does work in 1.8.4 and possibly earlier versions.
Ok, I understand that the sox wont be useful here, So, is there any other way to concatenate multiple files and then play them ?