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
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
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
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
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
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
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
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