Where did I make mistake ?<br><br><div class="gmail_quote">On Thu, Jan 29, 2009 at 1:07 AM, David @ULC <span dir="ltr">&lt;<a href="mailto:ucoms2001@gmail.com">ucoms2001@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><br></div><a href="http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt" target="_blank">http://download.vicidial-group.com/svn/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt</a><div><br></div><div><span style="font-family:&#39;times new roman&#39;;font-size:16px"><pre style="word-wrap:break-word;white-space:pre-wrap">
 vi /usr/local/apache2/conf/httpd.conf
                add the following lines:
                        &quot;AddType application/x-httpd-php .php .phtml&quot;
                        &quot;LoadModule php4_module libexec/libphp5.so&quot;
                           or
                        &quot;LoadModule php4_module modules/libphp5.so&quot;
                modify the index.html line and add index.php to the list

                to disable logging, change:
                        &quot;CustomLog logs/access_log common&quot;
                to this:
                        &quot;CustomLog /dev/null common&quot;

                to enable web browsing of Recordings on Asterisk server, add this:
                        Alias /RECORDINGS/ &quot;/var/spool/asterisk/monitorDONE/&quot;

                        &lt;Directory &quot;/var/spool/asterisk/monitorDONE&quot;&gt;
                            Options Indexes MultiViews
                            AllowOverride None
                            Order allow,deny
                            Allow from all
                                &lt;files *.mp3&gt;
                                        Forcetype application/forcedownload
                                &lt;/files&gt;
                        &lt;/Directory&gt;

        - /usr/local/apache2/bin/apachectl start
   - go to <a href="http://your-new-asterisk-server-ipaddress/" target="_blank">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 style="font-family:-webkit-monospace;white-space:pre-wrap"><br></span></div></span><div><br></div><div><br></div><br><div class="gmail_quote"><div class="Ih2E3d">On Thu, Jan 29, 2009 at 12:13 AM, David @ULC <span dir="ltr">&lt;<a href="mailto:ucoms2001@gmail.com" target="_blank">ucoms2001@gmail.com</a>&gt;</span> wrote:<br>

</div><div><div></div><div class="Wj3C7c"><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 :&nbsp;<br>
------------------------------------------------------<br><br>Alias /recordings/ &quot;/var/spool/asterisk/monitorDONE/&quot;&nbsp;<br>
<br>&lt;Directory &quot;/var/spool/asterisk/monitorDONE&quot;&gt;&nbsp;<br>Options Indexes MultiViews&nbsp;<br>AllowOverride None&nbsp;<br>Order allow,deny&nbsp;<br>Allow from all&nbsp;<br>&lt;/Directory&gt;&nbsp;<br><br>Created a folder under vicidial as recordings.&nbsp;<br>


<br>FULL_RECORDING is also enabled.&nbsp;<br><br>But I don&#39;t see recordings under recording folder.&nbsp;<br><br>Any guidance ?</span><br><div><span style="font-family:Verdana;font-size:12px;line-height:18px"><br>
</span></div>
</blockquote></div></div></div><br></div>
</blockquote></div><br>