Hello,
I’m trying to implement MixMonitor to my IAX users, but when I try to make a call in order to start the MixMonitor application, I get the following message in CLI: No application ‘MixMonitor’ for extension (Iaxfuctions,…). Also, this error appear when I try to use MixMonitor for PJSIP endpoints.
exten => 200,1,Answer()
same => n,MixMonitor(/var/lib/asterisk/sounds/test.wav|av(0)V(0))
same => n,WaitExten(10)
same => n,StopMixMonitor()
same => n,Hangup()