On Friday 05 December 2008, Dhaval Shah wrote:
Hi, I am new to SIP - Kamailio. I am trying to run Kamailion (version 1.4.2 Latest) SIP server with authantication using dbtext module. I have compiled and installed Kamalio and required modules sucessfully. When I run the Kamalio after configuration I received error from "find_mod_export". [..] module db_dbtext not found Dec 5 19:33:42 [24301] DBG:core:find_mod_export: <db_init> in module db_dbtext not found [..] modparam("usrloc", "db_url", "dbtext:///usr/local/etc/kamailio/dbtext")
Hi Dhaval,
your db_url is wrong, the 'db' is superflous since some time. Just use 'text://..' as URL. The the module should be found.
Cheers,
Henning