Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Daniel-Constantin Mierla
On 13.08.2009 15:54 Uhr, Olle E. Johansson wrote: 13 aug 2009 kl. 15.45 skrev Alex Balashov: Ratheendran R wrote: I want to port openSER on an embedded board,I need configure the openser without MySQL due to space constraint. So can you let me know whether this is possible also can you giv

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Ovidiu Sas
Also, for small embedded systems, dbtext works like a charm. OpenSER works fine on ARM and small embedded systems. Check out http://svn.nslu2-linux.org/svnroot/optware/trunk/make/openser.mk More info on the project, here: http://www.nslu2-linux.org/ This is a generic make file that I created to cro

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Klaus Darilion
Alex Balashov schrieb: Ratheendran R wrote: I want to port openSER on an embedded board,I need configure the openser without MySQL due to space constraint. So can you let me know whether this is possible also can you give any reference document on how to port on ARM 9 based boad. I don't k

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Alex Balashov
Henning Westerholt wrote: actually there is some assembly code which is used for fast locking: https://openser.svn.sourceforge.net/svnroot/openser/branches/1.5/fastlock.h SCNR. :-) Oh. Well - ausgezeichnet! I stand corrected! :) Now, onto the matter of specification for the ARM9... #

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Henning Westerholt
On Donnerstag, 13. August 2009, Alex Balashov wrote: > [...] > There's nothing in OpenSER/Kamailio that is overly > architecture-specific. It's mostly standard C with a bunch of POSIX and > BSD and System V-derived system calls. > > Are you imagining there is inline assembly in the code, or what?

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Alex Balashov
Olle E. Johansson wrote: In some cases, it's a really good idea ;-) Some of the WRTG distros already use one version of SER in their systems as an ALG, application level gateway. A bizarre, but understandable application of it, I suppose. And yes, MySQL is not a requirement at all. It's jus

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Olle E. Johansson
13 aug 2009 kl. 15.45 skrev Alex Balashov: Ratheendran R wrote: I want to port openSER on an embedded board,I need configure the openser without MySQL due to space constraint. So can you let me know whether this is possible also can you give any reference document on how to port on ARM 9 b

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Alex Balashov
Ratheendran R wrote: So can you let me know whether this is possible also can you give any reference document on how to port on ARM 9 based boad. Also, what makes you think such a reference document exists? There's nothing in OpenSER/Kamailio that is overly architecture-specific. It's mostl

Re: [Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Alex Balashov
Ratheendran R wrote: I want to port openSER on an embedded board,I need configure the openser without MySQL due to space constraint. So can you let me know whether this is possible also can you give any reference document on how to port on ARM 9 based boad. I don't know that this is really a

[Kamailio-Users] OpenSER without MYSQL

2009-08-13 Thread Ratheendran R
Hello everyone, I want to port openSER on an embedded board,I need configure the openser without MySQL due to space constraint. So can you let me know whether this is possible also can you give any reference document on how to port on ARM 9 based boad. Regards, Rathndran __