Re: [Kamailio-Users] LCR Private Memory

2009-05-01 Thread Henning Westerholt
On Thu, April 30, 2009 5:21 pm, Stagg Shelton wrote: > I'm using the lcr module in the 1.4.4 source tar.gz. I have just > gotten kamailio to successfully start by increasing the shared memory > using the command parameter -m 1024. Hi Stagg, good that its work for you now. > I had initially thou

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Juha Heinanen
Iñaki Baz Castillo writes: > I read there: > > load_gws()/next_gw() functions can now be called also from FAILURE_ROUTE. > > Does it mean that prior to 1.5 netx_gw() coudln't be used in > FAILURE_ROUTE ??? > How to use it then? description is not accurate. before 1.5 it was not possi

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Iñaki Baz Castillo
2009/4/30 Ovidiu Sas : >>  load_gws()/next_gw() functions can now be called also from FAILURE_ROUTE. >> >> Does it mean that prior to 1.5 netx_gw() coudln't be used in FAILURE_ROUTE >> ??? >> How to use it then? > > next_gw was available in the failure_route in previous releases. > Take a look her

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Ovidiu Sas
On Thu, Apr 30, 2009 at 12:39 PM, Iñaki Baz Castillo wrote: > 2009/4/30 Juha Heinanen : > >> please upgrade to kamailio 1.5. it has greatly improved lcr >> implementation. see >> >> http://www.kamailio.org/dokuwiki/doku.php/features:new-in-1.5.x > > I read there: > > load_gws()/next_gw() functi

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Iñaki Baz Castillo
2009/4/30 Juha Heinanen : > please upgrade to kamailio 1.5.  it has greatly improved lcr > implementation.  see > > http://www.kamailio.org/dokuwiki/doku.php/features:new-in-1.5.x I read there: load_gws()/next_gw() functions can now be called also from FAILURE_ROUTE. Does it mean that prior t

[Kamailio-Users] LCR Private Memory

2009-04-30 Thread Juha Heinanen
Stagg Shelton writes: > I am working to get LCR implemented on my migration system, and when I > try to start kamailio i find the below information in the log file, > and kamailio fails to start. My lcr table has 30667 rows in it. I > have read about changing the config.h file to increa

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Stagg Shelton
I'm using the lcr module in the 1.4.4 source tar.gz. I have just gotten kamailio to successfully start by increasing the shared memory using the command parameter -m 1024. I had initially thought about using carrierroute instead of LCR just because we currently use use carrierroute to sen

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Henning Westerholt
On Donnerstag, 30. April 2009, Stagg Shelton wrote: > I should also note that I also changed this line in the lcr_mod.c to > account for the amount of rows that I have in the lcr database table. > > Original > #define MAX_NO_OF_LCRS 256 > > Changed to > #define MAX_NO_OF_LCRS 32000 Hi Stagg, do y

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Stagg Shelton
I should also note that I also changed this line in the lcr_mod.c to account for the amount of rows that I have in the lcr database table. Original #define MAX_NO_OF_LCRS 256 Changed to #define MAX_NO_OF_LCRS 32000 Stagg On Apr 30, 2009, at 9:46 AM, Henning Westerholt wrote: > On Donnerstag,

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Stagg Shelton
I have rebuilt kamailio 1.4.4 with an increased private memory size of 32M. The private memory error seems to be resolved, but I am now seeing the following in the log when trying to start kamailio. Apr 30 09:46:06 n01-sip-c61-56-atl /sbin/kamailio[19021]: ERROR:lcr:mod_init: No memory for

Re: [Kamailio-Users] LCR Private Memory

2009-04-30 Thread Henning Westerholt
On Donnerstag, 30. April 2009, Stagg Shelton wrote: > I am working to get LCR implemented on my migration system, and when I > try to start kamailio i find the below information in the log file, > and kamailio fails to start. My lcr table has 30667 rows in it. Hi Stagg, in cr we had the same issu

[Kamailio-Users] LCR Private Memory

2009-04-30 Thread Stagg Shelton
I am working to get LCR implemented on my migration system, and when I try to start kamailio i find the below information in the log file, and kamailio fails to start. My lcr table has 30667 rows in it. I have read about changing the config.h file to increase the private memory, but my que