THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
Sven Knoblich has taken ownership of the following task:
FS#166 - CDR generation from acc module doesn't show label
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=166
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#165 - crash/segfault on shutdown since commit 7b3a6ec
User who did this - Daniel-Constantin Mierla (miconda)
----------
In a syslog manual I found that it should be avoided using syslog() (function behind LOG define) in signal handlers. So I moved the exit message before killing the children that may jump context in another signal handler. Here is snippet from man page.
syslog_r() and the other reentrant functions should only be used where
reentrancy is required (for instance, in a signal handler). syslog()
being not reentrant, only syslog_r() should be used here. For more
information about reentrancy and signal handlers, see signal(3).
See if it works now.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=165#comment302
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.
Module: sip-router
Branch: master
Commit: a67ba5f07b433e677b65a329e22c97fbef957dc4
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a67ba5f…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Mon Oct 10 11:43:46 2011 +0200
kamutil: Improve README.
- Remark that <tablename> and database table name must match.
- Brand evilness of dashes as opposed to underscores.
---
utils/kamctl/README | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/utils/kamctl/README b/utils/kamctl/README
index 5fb4605..e10d3fc 100644
--- a/utils/kamctl/README
+++ b/utils/kamctl/README
@@ -2,5 +2,6 @@ SQL creation *must* follow the naming pattern
<tablename>-create.sql
-Note that dashes ("-") in <tablename> must be replaced by underscores
-("_").
+where <tablename> corresponds to the name of the database table. Please use
+underscores ("_") instead of dashes ("-") in database table names to ensure
+compatibility with all types of databases.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Timo Reimann (tr)
Attached to Project - sip-router
Summary - CDR generation from acc module doesn't show label
Task Type - Bug Report
Category - Module
Status - New
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - If you use the acc module to generate CDRs but do not configure anything except for setting the modparam "cdr_enable" to 1, the resulting CDR lines lack labels. That is, they look like this:
=<start-time>, =<end-time>, =<duration-time>
Instead, they should be looking something like this:
st=<start-time>, et=<end-time>, d=<duration-time>
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=166
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.