I am currently using asterisk and trying to play an audio file to both sides of a call after a DTMF sequence. This sequence is activated by a macro. I would like the caller to input the DTMF and have the audio be played to both sides of the caller using Playback.
This is my current dialplan, there is a dynamic feature that activates the macro in features.conf: apps=> *9,self/caller,Macro,apprecord
The audio file will be the same on both sides, one to announce that the call recording has started and one saying that it has stopped. Once the audio has been played it will move on to the next stage of the dialplan / the call will continue.
I want the audio to play to both sides of the call and have tried several different solutions in both features.conf and the dialplan.
You really should be moving from Monitor to MixMonitor and Marco to Gosub because both Monitor and Macro are deprecated and have been removed as of v21.