THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has been changed. The changes are listed below. For full information about what has changed, visit the URL and click the History tab.
FS#126 - 3.x dialog module: dialogs stay in database when in "shutdown only" mode
User who did this: Timo Reimann (tr)
Task details edited:
-------
[[ issue #36]] reported the dialog module's incapability to delete dialogs from the database table on startup when in "shutdown only" mode. As verified by Nathan Angelacos, the bug still persists in the master branch as of 17.4.2011 (last commit 5cd5348).
-------
Category: Module -> dialog
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=126
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.
A new Flyspray task has been opened. Details are below.
User who did this - Timo Reimann (tr)
Attached to Project - sip-router
Summary - 3.x dialog module: dialogs stay in database when in "shutdown only" mode
Task Type - Bug Report
Category - Module
Status - Assigned
Assigned To - Timo Reimann
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - [[http://sip-router.org/tracker/index.php?do=details&task_id=36|FS issue #36]] reported the dialog module's incapability to delete dialogs from the database table on startup when in "shutdown only" mode. As verified by Nathan Angelacos, the bug still persists in the master branch as of 17.4.2011 (last commit 5cd5348).
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=126
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.
Maybe this should go to dev list.
Sorry for cross posting.
---------- Forwarded message ----------
From: Roman Yeryomin <leroi.lists(a)gmail.com>
Date: 18 April 2011 12:28
Subject: perlvdb error
To: sr-users(a)lists.sip-router.org
Hi!
I'm trying to use perlvdb module but seems that it's not working.
Seems that needed functions are not exported correctly:
kamailio[11525]: ERROR: <core> [db.c:79]: module db_perlvdb does not
export db_use_table function
Looking at perlvdb.c one can see that module exports it's functions as
"perlvdb", not "db_perlvdb". But changing "perlvdb" to "db_perlvdb"
results in segfault when running:
kamailio[31336]: segfault at 1 ip b7365e3a sp bfa82fb0 error 4 in
perlvdb.so[b7362000+6000]
Do I misunderstand something completely or there is a bug?
Anyone actually tried using this module or it just sits there forgotten?
Regards,
Roman