No application 'MixMonitor' for extension

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()

The relevant module hasn’t been loaded, or failed to load because of a configuration error.

The relevant module is likely to be app_mixmonitor.so

Thank you! Its working now.
Best Regards.

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