is their a difference between * 1.4 and * 1.6.1 by monitoring through the AMI interface?
I have installed sox on debian and have written a shellscript for soxmix and put it in /usr/bin.
The Script have the permission 755.
#!/bin/bash
sox -m $1 $2 $3
A manualy run of this script is mixing the in and out files but it seems that asterisk don’t run the soxmix script.
The path /var/records/ is set from my AMI Script but /var/spool/asterisk/monitor/ ist set from asterisk.
But how I read Asterisk should not take the default path if an absolute path ist set, or have I a wrong configuration?