Re: [SR-Users] send remote command to kamailio

2014-10-20 Thread Vik Killa
"xmlrpc modules are packaged separately -- you have to install the package kamailio-xml-modules. No need to re-install from sources." I tried this with apt-get, but mi_xmlrpc could not load, also doing a locate mi_xmlrpc.so failed Apparently, there is a difference between xmlrpc.so and mi_xmlrpc.s

Re: [SR-Users] send remote command to kamailio

2014-10-20 Thread Daniel-Constantin Mierla
Hello, xmlrpc modules are packaged separately -- you have to install the package kamailio-xml-modules. No need to re-install from sources. Cheers, Daniel On 20/10/14 15:47, Vik Killa wrote: > If any one is interested, I found I had to compile kamailio in order > to use the module "mi_xmlrpc" > A

Re: [SR-Users] send remote command to kamailio

2014-10-20 Thread Vik Killa
If any one is interested, I found I had to compile kamailio in order to use the module "mi_xmlrpc" A follow-up question, why doesn't the htable use separate chaining to avoid collisions? Thanks. /V On Fri, Oct 17, 2014 at 11:18 AM, Vik Killa wrote: > Hello, > I've installed kamailio from debian

[SR-Users] send remote command to kamailio

2014-10-17 Thread Vik Killa
Hello, I've installed kamailio from debian repo: deb http://deb.kamailio.org/kamailio wheezy main deb-src http://deb.kamailio.org/kamailio wheezy main I am unable to use any RPC related module though... apt-cache search doesn't show them...I installed every kamailio-* package just to make sure