Macro Playback in both channels (caller and callee)

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

When using applicawito map you have the following options “self” and “peer”. “self” means run the application on the same channel that activated the feature. “peer” means run the application on the opposite channel from the one that has activated the feature,I suggest you try chanspy and local channel

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.