Page 1 of 1
httpd.conf
Posted:
Fri Jan 23, 2009 6:44 pm
by kolucoms6
I cant find /usr/local/apache2/conf/httpd.conf
I have used Vicidialnow.
Posted:
Fri Jan 23, 2009 7:22 pm
by Op3r
You should have known that VicidialNOW is a Centos/Redhat Based Distro. So you can access the httpd.conf at /etc/httpd/
Posted:
Sat Jan 24, 2009 1:12 am
by kolucoms6
I found it but I don't find alias thing where I can specify recording alias.
Posted:
Sat Jan 24, 2009 3:13 pm
by kolucoms6
I need to specify Alias so that I can browse recording thorugh web.
How to do that ?
Posted:
Sat Jan 24, 2009 7:41 pm
by mflorell
That is in the SCRATCH_INSTALL doc. By now you should have read that several times judging by the number of posts you have put up.
Posted:
Mon Jan 26, 2009 9:17 am
by kolucoms6
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 ?
Posted:
Tue Jan 27, 2009 7:15 pm
by kolucoms6
I read the scratch and I guess I followed it as it is.. .