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 but still no luck.
Basically, i just want to reload a hash remotely Locally I can do this with:
kamcmd htable.dump freeswitch_ips
Do I need to compile/install kamailio from source in order to use an RPC package?
Thanks. /V
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 vipkilla@gmail.com wrote:
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 but still no luck.
Basically, i just want to reload a hash remotely Locally I can do this with:
kamcmd htable.dump freeswitch_ips
Do I need to compile/install kamailio from source in order to use an RPC package?
Thanks. /V
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 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 <vipkilla@gmail.com mailto:vipkilla@gmail.com> wrote:
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 but still no luck. Basically, i just want to reload a hash remotely Locally I can do this with: kamcmd htable.dump freeswitch_ips Do I need to compile/install kamailio from source in order to use an RPC package? Thanks. /V
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
"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.so
<snip>