<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>&gt; Boot it off flash and have it load an initrd.gz into RAM. Everything will<br>&gt;&gt; run entirely from RAM - no writes to the flash at all! I can get
<br>&gt;&gt; everything inside a 48MB flash drive, but I use 64MB ones which gives me<br>&gt;&gt; space to store configs, etc.. (of-course, I make it sound so simple ;-)<br>&gt;&gt; but I&#39;d already worked this out some years back for a diskless router
<br>&gt;&gt; project)<br>&gt;<br>&gt; I&#39;m guessing you don&#39;t have any sort of graphical UI? I was hoping to run<br>&gt; freepbx in<br>&gt; some way - probably have the mysql database stuff stored somewhere else..
<br>
<br>In the 64MB flash devices I use, I can squeeze in a fairly full featured<br>Linux system (and I&#39;ve not even bothered with uClib or busybox yet)<br>including apache and php. I don&#39;t use mysql, and I removed PERL. My web
<br>based GUI stores everything in flat text files, and generates the relevant<br>/etc/asterisk files from these text files. It&#39;s very fast and without<br>MySQL is one less thing to go wrong. (And I suspect my aplication is
<br>actually lot faster than going through a MySQL layer too!) I did test the<br>speed of this by generating config files with 1000 users and there wasn&#39;t<br>an issue handling it. (other than having a list of 1000 names on screen
<br>which wasn&#39;t helpful!)<br></blockquote></div><br><br>Is your GUI something you wrote yourself or something that&#39;s commercially available?<br>I&#39;m using freePBX on all of my installs and while it lets you do almost everything from the interface I&#39;ve come to find it&#39;s not very user-friendly for novices not to mention having to have mysql as a back-end. I&#39;ve been looking for a leaner - more simplistic GUI but haven&#39;t really come across anything. Maybe Digiums own GUI will meet the needs for this at some point.. 
<br><br><br><br><br><br>