Hi,
Have you checked that it is installed?
Log into your Asterisk box type soxmix and press enter
# soxmix
Main Topics
Browse All TopicsGood day guys,
I have a problem with soxmix and asterisk, when ever i end a call and monitoring is enabled on the channel am getting this error message (nice: soxmix: No such file or directory)
any idea how-to over come this problem?
Thank you all,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Another solution might bee to use a bash script, since sox 1.4.x or later has the same functionality like soxmix using the m parameter. So you can use it to emulate soxmix like this:
So create a simple text file named "soxmix", put it in "/usr/bin", chmod it to executable with the following content:
#!/bin/bash
sox -m %1 %2 %3
Business Accounts
Answer for Membership
by: tkfastPosted on 2007-12-07 at 09:49:15ID: 20429355
What are you running as a command for monitor you need to make sure you have the callfilename as the path and the name.
/123891237 89 NAME},m)
iki/index. php?page=M onitor+set up+ sample
exten => 1,1,CALLFILENAME=/usr/wavs
exten => 1,2,Monitor(wav,${CALLFILE
Also here is another example http://www.voip-info.org/w
some of the commands on this page have been deprecated.
Try this our or please let me know what you have as you extention.conf line you are running.
Thanks,