[asterisk-users] Call Recording Alias
Danny Nicholas
danny at debsinc.com
Wed Jan 28 13:38:27 CST 2009
Asterisk is not Apache. This being said, you can get to where you are going
by "hook and crook". Asterisk HTTP files live in
/var/lib/asterisk/static-http, so if you do a ln -ns
/var/spool/asterisk/monitorDONE /var/lib/asterisk/static-http/monitorDONE,
you can access the directory with this command:
http://1.2.3.4:8088/asterisk/static/monitordone
<http://1.2.3.4:8088/asterisk/static/monitordone%20where%201.2.3.4> where
1.2.3.4 is your * IP.
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of David @ULC
Sent: Wednesday, January 28, 2009 1:30 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Call Recording Alias
Thanks for your advice , but I asked for expert guidance as I read the doc
and it says like that. but somehow It didn't work out.
On Thu, Jan 29, 2009 at 12:13 AM, David @ULC <ucoms2001 at gmail.com> wrote:
Modified httf.conf file and added :
------------------------------------------------------
Alias /recordings/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Created a folder under vicidial as recordings.
FULL_RECORDING is also enabled.
But I don't see recordings under recording folder.
Any guidance ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090128/c1866337/attachment.htm
More information about the asterisk-users
mailing list