Hi,
Just wondering if anyone is using Siptrace with Kamailio 3.0.0. The module fails to load and I have no idea why (or how to get more information than from debug = 99).
0(13453) DEBUG: <core> [sr_module.c:871]: DEBUG: init_mod: siptrace 0(13453) ERROR: <core> [sr_module.c:874]: init_mod(): Error while initializing module siptrace ERROR: error while initializing modules
Cheers, Kris
Hello,
if you need sip trace, install kamailio from git: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git
There was an issue discovered since 3.0. Your error might not be related, but to be sure you run latest fixes. The fix will be in 3.0.1 packages.
Let me know if latest git works fine.
Cheers, Daniel
On 2/11/10 4:23 AM, Kris Amy wrote:
Hello,
On 2/11/10 11:03 AM, Kris Amy wrote:
Hi Daniel,
Already tried latest git and that doesn't work either.
ok, then the only point in mod_init of siptrace that causes initialization error without printing a log message is when you haven't set the trace_flag parameter: http://kamailio.org/docs/modules/3.0.x/modules_k/siptrace.html#id2520001
Cheers, Daniel