<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4">
</HEAD>
<BODY>
dear all<BR>
<BR>
i'm using kamailio 4.4.1 and i'm not seeing nh_reload_rtpp as a fifo exported function<BR>
i'm trying to setup the dburl for the rtpengine sets using db_text but when i do kamctl fifo which i see all the commands of the module except the reload_rtpp<BR>
<BR>
nh_enable_rtpp<BR>
nh_show_rtpp<BR>
nh_ping_rtpp<BR>
nh_show_hash_total<BR>
<BR>
/usr/local/kamailio/sbin/kamctl fifo nh_reload_rtpp  <BR>
500 command 'nh_reload_rtpp' not available<BR>
<BR>
these are the config lines i have for that<BR>
<BR>
#!define DBURLRTP "text:///var/log/rtpengine_conf"<BR>
loadmodule "db_text.so"<BR>
modparam("rtpengine", "db_url", DBURLRTP)<BR>
modparam("rtpengine", "table_name", "rtpproxy")<BR>
<BR>
and the database is like<BR>
<A HREF="mailto:root@theseus-test">root@test</A>:/var/log/rtpengine_conf# ls<BR>
rtpproxy  version<BR>
<A HREF="mailto:root@theseus-test">root@test</A>:/var/log/rtpengine_conf# cat version <BR>
table_name(str) table_version(int)<BR>
rtpproxy:1<BR>
<A HREF="mailto:root@theseus-test">root@test</A>:/var/log/rtpengine_conf# cat rtpproxy <BR>
set_id(int) url(str) weight(int) disable(int)<BR>
1:udp\:x.x.x.x\:x:100:0<BR>
2:udp\:x.x.x.x\:x:100:0<BR>
<BR>
<BR>
is there something i missed here? do i must use mysql or postgres drivers for this? (i use a test machine to old to install a driver of those with kam 4.4 maybe?)<BR>
<BR>
best regards<BR>
david
</BODY>
</HTML>