Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-28 Thread Javier Gallart
Hi Henning yes, it does. We want to build the logic for acting upon a tree reload failure -like sending an alarm or something of the kind-. We were deciding whether to do it at the external java application that actually sends the xmlrpc request and that will receive the response, or at the kamail

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-28 Thread Henning Westerholt
On Friday 25 February 2011, Javier Gallart wrote: > we are currently doing it looking for error messages in the logs, and it´s > ok, but since the request is processed by the kamailio routing script via > the xmlrpc module with the dispatch_rpc() command , I was wondering if > there could be a way

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-25 Thread Javier Gallart
Thanks Henning, we are currently doing it looking for error messages in the logs, and it´s ok, but since the request is processed by the kamailio routing script via the xmlrpc module with the dispatch_rpc() command , I was wondering if there could be a way to check the command output inside the s

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-24 Thread Henning Westerholt
On Wednesday 23 February 2011, Javier Gallart wrote: > I've upgraded to 3.1.2 and compiled with the DEFS+= -DMI_SYSTEM_MALLOC > option. Looking good so far. Any thoughts about my second question, that > is, how to be aware from the scripts if the any problems has arisen in the > mi command? Hi Ja

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-23 Thread Javier Gallart
Hello I've upgraded to 3.1.2 and compiled with the DEFS+= -DMI_SYSTEM_MALLOC option. Looking good so far. Any thoughts about my second question, that is, how to be aware from the scripts if the any problems has arisen in the mi command? Thanks Javi On Mon, Feb 21, 2011 at 5:21 PM, Javier Galla

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-21 Thread Javier Gallart
Thanks Henning, I'll go with to recompile option and post the results... Regards Javier 2011/2/21 Henning Westerholt > On Monday 21 February 2011, Javier Gallart wrote: > > we are running kamailio 3.1.1. Basically for every call it has to query a > > mtree that is reloaded every 15 minutes. T

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-21 Thread Henning Westerholt
On Monday 21 February 2011, Javier Gallart wrote: > we are running kamailio 3.1.1. Basically for every call it has to query a > mtree that is reloaded every 15 minutes. The mtree table is about 4M > records and is stored in a Pgostgres database. For the reload we use the > command mi mt_reload emb

[SR-Users] no private memory left after mi mt_reload command

2011-02-21 Thread Javier Gallart
Hi all we are running kamailio 3.1.1. Basically for every call it has to query a mtree that is reloaded every 15 minutes. The mtree table is about 4M records and is stored in a Pgostgres database. For the reload we use the command mi mt_reload embedded in a xmlrpc request. The code for this is: r