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:
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
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Hi Daniel,
Already tried latest git and that doesn't work either.
Cheers, Kris
On Thu, Feb 11, 2010 at 7:24 PM, Daniel-Constantin Mierla <miconda@gmail.com
wrote:
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:
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
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.orghttp://lists.kamailio.org/cgi-bin/mailman/listinfo/usershttp://lists.openser...
-- Daniel-Constantin Mierla eLearning class for Kamailio 3.0.0
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
Cheers, Kris
On Thu, Feb 11, 2010 at 7:24 PM, Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com> wrote:
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:
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 _______________________________________________ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org <mailto:Users@lists.kamailio.org> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
-- Daniel-Constantin Mierla eLearning class for Kamailio 3.0.0 *http://www.asipto.com/
On Thu, Feb 11, 2010 at 8:09 PM, Daniel-Constantin Mierla <miconda@gmail.com
wrote:
Hello,
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
Hi Daniel,
That fixed it.
Perhaps there is a bug in that it's not picking up the default of 0?
Cheers, Kris