[SR-Users] some issues with database initialization (berkeley/txt)

2010-12-26 Thread Noa Resare
Hello Friends, I thought I'd set up a SIP server during the holidays and kamailio seemed like a good choice. Since my setup won't be handling large amounts of users, a file based backend seemed like a good choice. Since I didn't find any "new users, please start with these steps" instruction on th

Re: [SR-Users] some issues with database initialization (berkeley/txt)

2010-12-27 Thread Noa Resare
On Mon, Dec 27, 2010 at 11:26 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > > On 12/26/10 1:46 PM, Noa Resare wrote: > >> Hello Friends, >> >> I thought I'd set up a SIP server during the holidays and kamailio seemed >> li

Re: [SR-Users] some issues with database initialization (berkeley/txt)

2010-12-27 Thread Noa Resare
On Mon, Dec 27, 2010 at 1:40 PM, Daniel-Constantin Mierla wrote: > > I tried with dbtext and the lcr tables are created ok. > > Noa, what specific version are you using? Seems to be installed from > packages, right? Which distro? Then the problem might be in the packaging > specs. I did it from so

Re: [SR-Users] some issues with database initialization (berkeley/txt)

2010-12-29 Thread Noa Resare
On Tue, Dec 28, 2010 at 11:05 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > > > On 12/27/10 2:09 PM, Juha Heinanen wrote: > >> Daniel-Constantin Mierla writes: >> >> Juha, can the files for former lcr module tables 'gw' and 'lcr' be >>> removed? >>> >> yes, in 3.1 lcr module uses the

Re: [SR-Users] some issues with database initialization (berkeley/txt)

2010-12-31 Thread Noa Resare
I've now verified that berkeley db creation works in the 3.1 branch. Good work! /noa On Wed, Dec 29, 2010 at 7:07 PM, Daniel-Constantin Mierla wrote: > > > On 12/29/10 6:48 PM, Daniel-Constantin Mierla wrote: > > > > On 12/29/10 6:44 PM, Noa Resare wrote: > >

[SR-Users] PATCH: parallel debian build support

2010-12-31 Thread Noa Resare
Friends, The attached patch implements parallel building of the debian packages using the -j parameter to make. Predictably this gives package building a serious speed boost on an 8 way xeon with solid state drives :) To make things even simpler, I've pushed a branch debian-packaging to git:// gi

[SR-Users] kamailio logging

2011-01-02 Thread Noa Resare
Is there a way to get a sensible amount of logging done from kamailio? Being new to the VoIP space (but with plenty of experience with i.e. web and email servers) I tried to get a running system by installing the kamailio package and starting up, trying to get it to behave by looking at log output

Re: [SR-Users] PATCH: parallel debian build support

2011-01-03 Thread Noa Resare
On Mon, Jan 3, 2011 at 11:33 AM, Klaus Darilion < klaus.mailingli...@pernau.at> wrote: > Cool. > > Will the numbers for CPUs autodetected or do I have to provide them at the > command line (how)? > > You indicate the optimal parallelism level by setting the environment variable DEB_BUILD_OPTIONS

Re: [SR-Users] PATCH: parallel debian build support

2011-01-04 Thread Noa Resare
CPUs autodetected or do I have to provide them at the >> command line (how)? >> >> regards >> klaus >> >> Am 31.12.2010 16:05, schrieb Noa Resare: >> >>> Friends, >>> >>> The attached patch implements parallel building of the debian pack