On May 8, 2010, at 11:09 AM, <[email protected]> <[email protected]>  
wrote:

> after a reply from Darrick hartman to ask my question on this email  
> list i copy pasted the message to this email
> hope someone can give some information
> ---
> best astlinux dev,
>
> i got a nice alix board with 265mb of ramm and a cf card slot.
> but then i found out that cf is not that good for lots or writes and  
> reads.
> so i found astlinux when googling
>
> but i have to have call recording and have no clue how to set this  
> up nor can
> i find any info about that online.
> its al about the web interface of asterisk and not cli file edit.
>
> is it possible to have all recodring in astlinux?
> and will there be a version with a webinterface with more config  
> options?
> like in askoziapbx? ( that is not loading in memory ;-(  )
>
> i still have more then 100mb off ramm left when running astlinux zo  
> there is
> space. ;-)

Google on "asterisk call recording" turns up this sequence to put into  
your extension handling in extensions.conf for what ever extension you  
want to have all calls recorded on:

exten => 1017,n,SetVar(CALLFILENAME=${TIMESTAMP}_${CALLERID(num)})
exten => 1017,n,Monitor(wav,${CALLFILENAME},m)

Where 1017 happens to be the extension in this case. Insert these two  
lines before the "Dial" operation.

I have never used this but there were a couple of variations of this  
on different sites so I guess it might work.

If you want to have the end user press a key combination to start  
recording, that would be a different matter.

-Tod

------------------------------------------------------------------------------

_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].

Reply via email to