<div>Ok, that explains it :). I guess I need to brush up on my Linux administration skills, I guess I've been doing programming for too long. I have noticed though that the app is much more stable if I create a swap file of 16MB on the MMC card, like this
</div>
<div>&nbsp;</div>
<div>dd if=/dev/zero of=/media/mmc1/extraswap bs=1024 count=16384</div>
<div>mkswap /media/mmc1/extraswap 16384</div>
<div>swapon /media/mmc1/extraswap</div>
<div>&nbsp;</div>
<div>(all of the above obviously run as root)</div>
<div>&nbsp;</div>
<div>For some reason, doing the same with a file located in the internal flash memory won't work (swapon exits with &quot;Invalid argument&quot;).</div>
<div>&nbsp;</div>
<div>Was I correct in assuming that in a memory low situation, the system might kill my Asterisk process? I haven't done much to optimize its memory footprint, I've just taken out the modules that were preventing it from starting. Everything else is still in there, I'm working on cleaning it up a bit before I package it for the world.
</div>
<div>&nbsp;</div>
<div>Thanks again,</div>
<div>Razvan</div>
<div>&nbsp;</div>
<div><br clear="all"><br>-- <br>Razvan Dragomirescu<br>Chief Technology Officer<br>Cayenne Graphics SRL <br><br>&nbsp;</div>
<div><span class="gmail_quote">On 11/30/05, <b class="gmail_sendername">Adam Laurie</b> &lt;<a href="mailto:adam.laurie@thebunker.net">adam.laurie@thebunker.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Razvan Dragomirescu wrote:<br>&gt; Hello everyone,<br>&gt;<br>&gt; This device is amazing! I have managed to compile and run the latest
<br>&gt; version of Asterisk (1.2.0) on the Nokia 770. Some codecs had to be<br>&gt; taken out (ilbc and lpc10) and also some of the apps (SMS, SQLite), but<br>&gt; the rest of it works great. I have connected a WiFi SIP phone (Zyxel
<br>&gt; P2000W) and placed a call to Digium's test servers. All worked like a<br>&gt; charm, voice quality is quite good. I haven't had time to package this<br>&gt; (literally tested it a few minutes ago), but I will try to find time for
<br>&gt; it during the next few days (I have to learn how that's done, never done<br>&gt; this before).<br>&gt;<br>&gt; If anyone's interested in giving me a hand with this &quot;PBX in your<br>&gt; pocket&quot; thing :) , feel free to drop me an email.
<br><br>Very cool!<br><br>I have some Cisco VOIP kit so I'd be happy to beta test if you want to<br>send me the makefile patches etc.<br><br>cheers,<br>Adam<br>--<br>Adam Laurie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel: +44 (0) 20 7605 7000
<br>The Bunker Secure Hosting Ltd.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fax: +44 (0) 20 7605 7099<br>Shepherds Building&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.thebunker.net">http://www.thebunker.net</a><br>Rockley Road<br>London W14 0DA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mailto:
<a href="mailto:adam@thebunker.net">adam@thebunker.net</a><br>UNITED KINGDOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PGP key on keyservers<br><br></blockquote></div><br>