Fixed. The provided Makefile excludes the b2b_logic module, so it's not compiled nor available later.
On Wed, Oct 6, 2010 at 6:10 PM, David Santiago < [email protected]> wrote: > Hello, > > I'm trying to test the "top hiding" scenario but I get the following > error at opensips startup: > > ... > Oct 6 18:03:49 ip-10-122-54-163 opensips: DBG:core:find_cmd_export_t: > <b2b_init_request> not found > Oct 6 18:03:49 ip-10-122-54-163 opensips: DBG:core:find_cmd_export_t: > <b2b_init_request> not found > Oct 6 18:03:49 ip-10-122-54-163 opensips: CRITICAL:core:yyerror: > parse error in config file, line 247, column 22-23: unknown command > <b2b_init_request>, missing loadmodule? > ... > > > line 247 is this: > b2b_init_request("top hiding"); > > > and the list of modules I have declared is: > > #loadmodule "db_mysql.so" > loadmodule "signaling.so" > loadmodule "sl.so" > loadmodule "tm.so" > loadmodule "rr.so" > loadmodule "maxfwd.so" > loadmodule "usrloc.so" > loadmodule "registrar.so" > loadmodule "textops.so" > loadmodule "mi_fifo.so" > loadmodule "uri.so" > loadmodule "acc.so" > /* uncomment next lines for MySQL based authentication support > NOTE: a DB (like db_mysql) module must be also loaded */ > #loadmodule "auth.so" > #loadmodule "auth_db.so" > /* uncomment next line for aliases support > NOTE: a DB (like db_mysql) module must be also loaded */ > #loadmodule "alias_db.so" > /* uncomment next line for multi-domain support > NOTE: a DB (like db_mysql) module must be also loaded > NOTE: be sure and enable multi-domain support in all used modules > (see "multi-module params" section ) */ > #loadmodule "domain.so" > /* uncomment the next two lines for presence server support > NOTE: a DB (like db_mysql) module must be also loaded */ > #loadmodule "presence.so" > #loadmodule "presence_xml.so" > loadmodule "dispatcher.so" > > > Do not see which module I'm missing :L > > Regards >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
