Actually it works quite well on embedded systems, even with mysql enabled. I have tested openser a while ago on ARM embedded platforms with 32M of RAM (no swap). If you don't want to use mysql, you can try dbtext. If you want to use a real database, then you can run unixodbc and connect to a db on a separate machine.
Regards, Ovidiu Sas On Wed, Aug 26, 2009 at 4:21 PM, Aryanto Rachmad<[email protected]> wrote: > Hello Bogdan, > > My question is actually related to one of the points listed on the > feature list, which said: > > "OpenSIPS can run on embedded systems, with limited resources - the > performances can be up to hundreds of call setups per second" > > As that is actually what I intended to do, which is running OpenSIPS on > my WLAN router for my own personal use. I planned that years ago since > OpenSER was still around, but I could never realised that :( > > For this purpose, I don't think MySQL would run acceptably well. So I > think I will just give the unixodbc interface a try, as I don't think it > is worth for my purpose to sponsor development and I am not a good coder. :) > > Kind regards, > > Anto > > Bogdan-Andrei Iancu wrote: >> Hi Aryanto, >> >> indeed, the only way to have SQLite3 is via unixodbc. Right now only the >> most used DBs backends got a direct implementation in OpenSIPS. On the >> other hand if somebody is willing to do the job or sponsor the >> development, there is no reason for adding it. >> >> Regards, >> Bogdan >> >> >> Aryanto Rachmad wrote: >> >>> Hello Everybody, >>> >>> This is my first post to this list, so greeting to all of you. >>> >>> I would like to know if anybody has successfully use OpenSIPS with >>> SQLite3 database. I suppose we could use it through unixodbc, but is >>> there any plan to support native interface like for MySQL? >>> >>> Thanks a lot in advance for your response. >>> >>> Kind regards, >>> >>> Anto >>> >>> >>> >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >>> >>> >>> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
