Craig Waddington
2004-Dec-01 07:56 UTC
[Asterisk-Users] Asterisk Call Monitor and soxmix error
Asterisk Monitor seems to be working fine. Though the problem I am having is the two files (in & out) muxing. I added ,m to the string, yet the call records two files still, and I get the resulting error, at the bottom. monitor executing ( nice -n 19 soxmix /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-in.gsm /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-out.gsm /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23.wav && rm -f /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-* ) & nice: soxmix: No such file or directory soxmix exists exten => _8.,2,Monitor(gsm,${CALLFILENAME},m) Path to soxmix = /usr/bin/soxmix Asterisk seems to be looking in the wrong place for it? Is there a command line for soxmix to test muxing two .gsm files ? -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20041201/9d54ff89/attachment.htm
E. Versaevel
2004-Dec-01 08:18 UTC
[Asterisk-Users] Asterisk Call Monitor and soxmix error
Have you checked if 'nice' allso exists? It tries to move the soxmix to the background _____ Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Namens Craig Waddington Verzonden: woensdag 1 december 2004 15:56 Aan: asterisk-users@lists.digium.com Onderwerp: [Asterisk-Users] Asterisk Call Monitor and soxmix error Asterisk Monitor seems to be working fine. Though the problem I am having is the two files (in & out) muxing. I added ,m to the string, yet the call records two files still, and I get the resulting error, at the bottom. monitor executing ( nice -n 19 soxmix /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:48:23 -in.gsm /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:48:23 -out.gsm /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:48:23 .wav && rm -f /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:48:23 -* ) & nice: soxmix: No such file or directory soxmix exists exten => _8.,2,Monitor(gsm,${CALLFILENAME},m) Path to soxmix = /usr/bin/soxmix Asterisk seems to be looking in the wrong place for it? Is there a command line for soxmix to test muxing two .gsm files ? -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20041201/bd2f1d12/attachment.htm
Craig Waddington
2004-Dec-01 10:59 UTC
[Asterisk-Users] Asterisk Call Monitor and soxmix error
Hi I am pretty sure it exists [root@Barpbx asterisk]# whereis nice nice: /bin/nice /usr/share/man/man1/nice.1.gz /usr/share/man/man2/nice.2.gz It seems asterisk cant find soxmix to me, maybe my config is wrong? ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of E. Versaevel Sent: 01 December 2004 15:18 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Asterisk Call Monitor and soxmix error Have you checked if 'nice' allso exists? It tries to move the soxmix to the background ________________________________ Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Namens Craig Waddington Verzonden: woensdag 1 december 2004 15:56 Aan: asterisk-users@lists.digium.com Onderwerp: [Asterisk-Users] Asterisk Call Monitor and soxmix error Asterisk Monitor seems to be working fine. Though the problem I am having is the two files (in & out) muxing. I added ,m to the string, yet the call records two files still, and I get the resulting error, at the bottom. monitor executing ( nice -n 19 soxmix /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-in.gsm /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-out.gsm /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23.wav && rm -f /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-* ) & nice: soxmix: No such file or directory soxmix exists exten => _8.,2,Monitor(gsm,${CALLFILENAME},m) Path to soxmix = /usr/bin/soxmix Asterisk seems to be looking in the wrong place for it? Is there a command line for soxmix to test muxing two .gsm files ? -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20041201/6ced086a/attachment.htm