Hello Folks,
I need to play a sound in caller channel and in outgoing channel after a feature code is pressed.
The feature code works, but I only have success to play in the caller channel the “de-activated”.
What changes I need do listen the “de-activated” in both channels
[macro-pauseRecording]
exten => s,1,Verbose(Stopping Recording)
exten => s,n,Set(DYNAMIC_FEATURES=StopMixMonitor)
exten => s,n,StopMixMonitor()
exten => s,n,Playback(de-activated)
exten => s,n,MacroExit()
Thank you