THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Marc Cardinal (mcardinal)
Attached to Project - sip-router Summary - SipTrace causing Kamailio not to start Task Type - Bug Report Category - Core Status - Assigned Assigned To - Andrei Pelinescu-Onciul Operating System - Linux Severity - Medium Priority - Normal Reported Version - 3.1 Due in Version - Undecided Due Date - Undecided Details - I have installed Kamailio 3.1.0 from repository on a fresh install of Ubuntu 10.04 LTS (Linux test 2.6.32-21-generic-pae #32-Ubuntu SMP Fri Apr 16 09:39:35 UTC 2010 i686 GNU/Linux).
I added the following lines to the stock /etc/kamailio/kamailio.cfg file:
#!define WITH_SIPTRACE
#!ifdef WITH_SIPTRACE loadmodule "siptrace.so" #!endif
#!ifdef WITH_SIPTRACE # ----- siptrace params ----- modparam("siptrace", "db_url", DBURL) modparam("siptrace", "table", "sip_trace") modparam("siptrace", "trace_flag", 22) modparam("siptrace", "traced_user_avp", "$avp(s:traced_user)") #!endif
Then when I try starting kamailio using: /etc/init.d/kamailio debug
I get the following: [...] 0(24712) DEBUG: <core> [sr_module.c:871]: DEBUG: init_mod: rtpproxy 0(24712) DEBUG: rtpproxy [rtpproxy.c:531]: url is udp:127.0.0.1:7722, len is 18 0(24712) DEBUG: <core> [sr_module.c:871]: DEBUG: init_mod: siptrace 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <db_bind_api> in module db_mysql [/usr/lib/kamailio/modules/db_mysql.so] 0(24712) DEBUG: <core> [db.c:202]: using db bind api for db_mysql 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <load_tm> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <t_newtran> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <t_relay_to_tcp> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <t_relay_to_udp> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <t_relay> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <t_forward_nonack> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <t_release> in module tm [/usr/lib/kamailio/modules/tm.so] 0(24712) DEBUG: <core> [sr_module.c:625]: find_export_record: found <bind_sl> in module sl [/usr/lib/kamailio/modules/sl.so] 0(24710) ERROR: <core> [daemonize.c:269]: Main process exited before writing to pipe already running. root@test:/#
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=95
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.