[Asterisk-Users] Automon / wW options ?

Kenneth Shaw ken at expitrans.com
Wed Nov 16 10:46:20 MST 2005


On Wed, 2005-11-16 at 08:50 -0800, Kenneth Shaw wrote:
> On Tue, 2005-11-15 at 19:37 -0600, Kevin P. Fleming wrote:
> > Kenneth Shaw wrote:
> > > Currently I have automon enabled, but I have absolutely no idea how to
> > > get it to work. I have the latest CVS HEAD release.
> > 
> > This was just talked about in Mantis... set DYNAMIC_FEATURES in the
> > dialplan to include the features that you want enabled.
> > 
> 
> Ok, fair enough. But I have a couple more questions. What would the
> Set(DYNAMIC_FEATURES= ... ) look like?
> 
> Also, where do the files get recorded to? I've looked in Mantis,
> however, I couldn't find the information that I needed.
> 

Ok -- 

I worked it out. In features.conf put:

[featuremap]
automon => *1                   ; *1 to activate One-touch record

And then in your extensions.conf, before a Dial() or Queue() command, do
this:

exten => 123,1,SetVar(DYNAMIC_FEATURES=automon) ; enable One-touch 
exten => 123,2,Dial(SIP/phone100,,wW) ; wW allow one-touch recording

IN and OUT audio will be split into two files, and will be available on
your asterisk server in the following directory:

/var/spool/asterisk/monitor

And now it's cost effective to comply with wire-tapping laws! Go
Asterisk!

-- 
Kenneth Shaw
Director of Technology
ExpiTrans, Inc.
129 W. Wilson St., Suite 204
Costa Mesa, CA 92627
tel: 949 278 7288
fax: 866 494 5043
ken at expitrans.com




More information about the asterisk-users mailing list