By default, this unit based on a 400MHz Blackfin 532 chip only has
64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and
1GB, respectively.
Do you think I can install Linux + Asterisk + LAMP (replacing MySQL
with Firebird, to avoid license costs) on the default specs, or will
it be a bit short?
Thank you.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
By default, this unit based on a 400MHz Blackfin 532 chip only has
64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and
1GB, respectively.
Do you think I can install Linux + Asterisk + LAMP (replacing MySQL
with Firebird, to avoid license costs) on the default specs, or will
it be a bit short?
Depends what the LAMP bit is used for. If its just for config, and you
tune it carefully it will probably work...
Steve
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
By default, this unit based on a 400MHz Blackfin 532 chip only has
64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and
1GB, respectively.
Do you think I can install Linux + Asterisk + LAMP (replacing MySQL
with Firebird, to avoid license costs) on the default specs, or will
it be a bit short?
Check out the Astfin project (http://blog.astfin.org/?page_id=2). I'm
guessing they have already done what you need...
Al
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
Posted: Mon Jun 01, 2009 11:02 am Post subject: [asterisk-users] [Atcom] Asterisk + LAMP on 128MB RAM?
On Mon, 01 Jun 2009 10:40:56 +0100, "Alan Lord (News)"
<alanslists@gmail.com> wrote:
Quote:
Check out the Astfin project (http://blog.astfin.org/?page_id=2). I'm
guessing they have already done what you need...
Thanks guys. The LAMP is only used to let the user see the call logs,
so I just need PHP + DBMS (preferably Firebird, but SQLite can do too)
for small use.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
Posted: Mon Jun 01, 2009 11:27 am Post subject: [asterisk-users] [Atcom] Asterisk + LAMP on 128MB RAM?
On Mon, 1 Jun 2009, Vincent wrote:
Quote:
On Mon, 01 Jun 2009 10:40:56 +0100, "Alan Lord (News)"
<alanslists@gmail.com> wrote:
> Check out the Astfin project (http://blog.astfin.org/?page_id=2). I'm
> guessing they have already done what you need...
Thanks guys. The LAMP is only used to let the user see the call logs,
so I just need PHP + DBMS (preferably Firebird, but SQLite can do too)
for small use.
You may save yourself a lot of hassle just storing the CDRs in a plain
text CSV file (which asterisk does for you), then parsing it with PHP
directly. That's trivially easy to do and avoids a whole lot of overheard.
Don't forget to truncate the file every now and then.
Well, it's what I do, anyway in my little embedded systems. Putting an SQL
database in one is probably the last thing I'd do.
And if you can't live without SQL, the SQLite is probably OK, but remember
to do a vacuum operation on the file when you delete records from it to
free up "disk" space.
And remember that billing is approximate on analogue systems - asterisk
considers the call "answered" as soon as the last digit is dialled, so you
will see calls flagged as "answered" and "billable" even when they
weren't.
Gordon
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum