Page 1 of 1

Recording Alias

PostPosted: Tue Feb 17, 2009 1:34 pm
by kolucoms6
I want to create an alias for Recording folder.

So, I edited http.conf file.

But I don't see recording under recording folder :-(

Any help ?

PostPosted: Tue Feb 17, 2009 3:48 pm
by Op3r
All you need to do is

go to /etc/httpd/conf.d

you will see vicidial_recordings.conf

edit it.

And also next time please read the stickies located at the support section. It will really help you.

PostPosted: Tue Feb 17, 2009 3:52 pm
by kolucoms6
README
auth_mysql.conf
php.conf
proxy_ajp.conf
ssl.conf
welcome.conf

There is NO file by name vicidial_recordings.conf

PostPosted: Tue Feb 17, 2009 6:05 pm
by Op3r
are you using vicidialnow?

Because that comes by default.

If you don't then please post on approriate forum.

PostPosted: Tue Feb 17, 2009 6:07 pm
by kolucoms6
Yes, I am using VicidialNow.

VERSION: 2.0.4-121 BUILD: 80424-0442

Used rc 1.1 to install Vicidialnow.

PostPosted: Tue Feb 17, 2009 6:25 pm
by Op3r
[root@vici conf.d]# ls
auth_mysql.conf proxy_ajp.conf ssl.conf welcome.conf
php.conf README vicidial_recordings.conf
[root@vici conf.d]#


that's what I have on mine.

PostPosted: Tue Feb 17, 2009 6:26 pm
by kolucoms6
vicidial_recordings.conf

Can U send me this file ?

Let me try to upload it.. but logically it shd be there . .

PostPosted: Wed Feb 18, 2009 12:43 pm
by kolucoms6
[root@vicidialnow conf.d]# ls
auth_mysql.conf php.conf proxy_ajp.conf README ssl.conf welcome.conf
[root@vicidialnow conf.d]#

PostPosted: Wed Feb 18, 2009 5:25 pm
by kolucoms6
Recording Alias:
File Name to be modified : etc/astguiclient.conf

# Paths used by astGUIclient
PATHhome => /usr/share/astguiclient
PATHlogs => /var/log/astguiclient
PATHagi => /var/lib/asterisk/agi-bin
PATHweb => /var/www/html
PATHsounds => /var/lib/asterisk/sounds
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/www/html/recordings

Type yourserverip/recordings and it wroks.

:-)

You can try by this also.....

PostPosted: Wed Feb 25, 2009 1:37 pm
by kddacraker
Hi,

Thanks for your reply but sound simple solution for it... symlink Smile

what you have to id as follows....

Go to the home dir for vicidial for me its... /usr/local/apache2/htdocs/

ln -s /var/spool/asterisk/monitor recordings

chmod 777 /var/spool/asterisk/monitor

Make sure after this if the DONE directory is having 777 permissions...

now you can access the recordings form....

yourserverip/recordings/

Thanks,

KD
----------------------------------

Open source is really Great :)