<div><br></div><a href="http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt">http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt</a><div><br></div><div><span class="Apple-style-span" style="font-family: 'times new roman'; font-size: 16px; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">
vi /usr/local/apache2/conf/httpd.conf
                add the following lines:
                        "AddType application/x-httpd-php .php .phtml"
                        "LoadModule php4_module libexec/libphp5.so"
                         or
                        "LoadModule php4_module modules/libphp5.so"
                modify the index.html line and add index.php to the list
                to disable logging, change:
                        "CustomLog logs/access_log common"
                to this:
                        "CustomLog /dev/null common"
                to enable web browsing of Recordings on Asterisk server, add this:
                        Alias /RECORDINGS/ "/var/spool/asterisk/monitorDONE/"
                        <Directory "/var/spool/asterisk/monitorDONE">
                         Options Indexes MultiViews
                         AllowOverride None
                         Order allow,deny
                         Allow from all
                                <files *.mp3>
                                        Forcetype application/forcedownload
                                </files>
                        </Directory>
        - /usr/local/apache2/bin/apachectl start
- go to <a href="http://your-new-asterisk-server-ipaddress/">http://your-new-asterisk-server-ipaddress/</a> to see if it worked
- you are done
NOTE: If using PHP5 you may need to add the following line to php.ini:
short_open_tag = On
</pre><div><span class="Apple-style-span" style="font-family: -webkit-monospace; white-space: pre-wrap;"><br></span></div></span><div><br></div><div><br></div><br><div class="gmail_quote">On Thu, Jan 29, 2009 at 12:13 AM, David @ULC <span dir="ltr"><<a href="mailto:ucoms2001@gmail.com">ucoms2001@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><span style="font-family:Verdana;font-size:12px;line-height:18px"><div><br></div>Modified httf.conf file and added : <br>
------------------------------------------------------<br><br>Alias /recordings/ "/var/spool/asterisk/monitorDONE/" <br>
<br><Directory "/var/spool/asterisk/monitorDONE"> <br>Options Indexes MultiViews <br>AllowOverride None <br>Order allow,deny <br>Allow from all <br></Directory> <br><br>Created a folder under vicidial as recordings. <br>
<br>FULL_RECORDING is also enabled. <br><br>But I don't see recordings under recording folder. <br><br>Any guidance ?</span><br><div><span style="font-family:Verdana;font-size:12px;line-height:18px"><br>
</span></div>
</blockquote></div><br></div>