Re: [Astlinux-users] Automon question

2010-04-20 Thread Michael
O.K. I could verify that now. Asterisk 1.4.30 calls "sox -m" to mix the two files. That is o.k. with sox >= v13.x . Astlinux still uses a very old sox version (v12.17). Here "sox -m" does not exist. Instead soxmix needs to be called. As a workaround "ln -sf /usr/bin/soxmix /usr/bin/sox" works.

Re: [Astlinux-users] Automon question

2010-04-20 Thread Michael
Hi Darrick You are right: There is something borked here. If I stop asterisk from mixing (by setting MONITOR_EXEC to /bin/true), I get the two files. If I then manually start soxmix, I get a correctly mixed file. Next I tried to write my own wrapper as soxmix-wrapper to be called via MONITOR_

Re: [Astlinux-users] Automon question

2010-04-20 Thread Darrick Hartman
On 04/20/2010 09:33 AM, Michael wrote: > Hello > > Thanks for the answer. > > However, I am not totally sure, how to do that correctly. (I'm still new to > Asterisk.) > > As there is no automixmon feature in 1.4 it seems I would need to setup a > self defined feature in feature.conf, calling a macr

Re: [Astlinux-users] Automon question

2010-04-20 Thread Michael
Hello Thanks for the answer. However, I am not totally sure, how to do that correctly. (I'm still new to Asterisk.) As there is no automixmon feature in 1.4 it seems I would need to setup a self defined feature in feature.conf, calling a macro when a special dtmf key combo is recognized (e.g.

Re: [Astlinux-users] Automon question

2010-04-20 Thread Darrick Hartman
Use mixmon instead. That records as one file. Monitor records both call legs then mixes them together after the call has completed. Sent from my BlackBerry® wireless device from U.S. Cellular -Original Message- From: Michael Date: Tue, 20 Apr 2010 12:47:54 To: Subject: [Astlinux-users

[Astlinux-users] Automon question

2010-04-20 Thread Michael
Hi I'm using astlinux 0.7.1, and so far it is working great. I think that isn't perfect at the moment, is that automon generates two files (in and out) while recording and then just concatenates these two files instead of mixing them. I have searched the internet but found nearly nothing about

Re: [Astlinux-users] where to set ip_forward?

2010-04-20 Thread Michael
Thanks, done that and it works. Cheers Michael Philip A. Prindeville wrote: > Put it in /mnt/kd/rc.elocal > > > > On 04/14/2010 01:34 AM, Michael wrote: >> Hello >> >> I use Astlinux on an Alix2 box within my home LAN. Eth0 is connected to >> my ADSL router and eth1 to my Sapura 3000. Both a

Re: [Astlinux-users] wifi on 0.7.1

2010-04-20 Thread Michael Keuter
> >> I use the same string as you, except "hidden", and it works fine for me. >>> Do you have WIFI_ENABLE="yes", WIFIMODS and the BRIDGE0 in your users.conf? >>> >>> Does lspci recognize your card? >>> >>> -- >>> Michael >> >> This is what I have set: >> >> BRIDGE0="eth1 ap0" >> WIFI_ENABLE