Sorry :)
Yes I have loaded dmq.so as well,
#----- DMQ params -----
modparam("dmq", "server_address", "sip:
209.95.52.97:15060")
modparam("dmq", "notification_address", "sip:
209.95.52.97:15060")
#----- htable params -----
modparam("htable", "db_url", DBURL)
While Passing RPC command I do get the below Error:
# kamcmd htable.listTables
6(13168) DEBUG: ctl [../../core/io_wait.h:380]: io_watch_add(): DBG: io_watch_add(0x7f266f4d23e0, 10, 3, 0x231ac60), fd_no=1
6(13168) DEBUG: ctl [io_listener.c:442]: handle_new_connect(): handle_stream read: new connection (1) on /var/run/kamailio//kamailio_ctl
error: 500 - No htables
6(13168) DEBUG: ctl [io_listener.c:495]: handle_stream_read(): handle_stream read: eof on /var/run/kamailio//kamailio_ctl
6(13168) DEBUG: ctl [../../core/io_wait.h:602]: io_watch_del(): DBG: io_watch_del (0x7f266f4d23e0, 10, -1, 0x10) fd_no=2 called
# kamcmd htable.get key_name 91
6(13168) DEBUG: ctl [../../core/io_wait.h:380]: io_watch_add(): DBG: io_watch_add(0x7f266f4d23e0, 10, 3, 0x231ac60), fd_no=1
6(13168) DEBUG: ctl [io_listener.c:442]: handle_new_connect(): handle_stream read: new connection (1) on /var/run/kamailio//kamailio_ctl
error: 500 - Not enough parameters (htable name and key name)
6(13168) DEBUG: ctl [io_listener.c:495]: handle_stream_read(): handle_stream read: eof on /var/run/kamailio//kamailio_ctl
6(13168) DEBUG: ctl [../../core/io_wait.h:602]: io_watch_del(): DBG: io_watch_del (0x7f266f4d23e0, 10, -1, 0x10) fd_no=2 called
#