Module: kamailio
Branch: master
Commit: 1dabcc6c863a3f2da5834b0a9773ffb744c6d62e
URL: https://github.com/kamailio/kamailio/commit/1dabcc6c863a3f2da5834b0a9773ffb…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2025-01-28T18:11:49+01:00
modules: readme files regenerated - file_out ... [skip ci]
---
Modified: src/modules/file_out/README
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]1dabcc6c863a3f2da5834b0a9773ffb…
Patch: https://github.com/kamailio/kamailio/commit/1dabcc6c863a3f2da5834b0a9773ffb…
---
diff --git a/src/modules/file_out/README b/src/modules/file_out/README
index 88a49eed0c2..89ca58147c1 100644
--- a/src/modules/file_out/README
+++ b/src/modules/file_out/README
@@ -103,18 +103,19 @@ Chapter 1. Admin Guide
Absolute path to the folder where log files should be saved.
- Default value is ���/var/log/kamailio/file_out/���.
+ Default value is ���/var/log/kamailio/file_out���.
Example 1.1. Set base_folder parameter
...
-modparam("file_out", "base_folder", "/tmp/file_out/")
+modparam("file_out", "base_folder", "/tmp/file_out") # trailing slash will be ad
+ded.
...
3.2. file (string)
The definition of a file and its properties. The value of the parameter
may have the following format:
- * "name=accounting;extension=.out;interval=20"
+ * "name=accounting;extension=.out;interval=20;prefix=accounting:"
The parameter can be set multiple times to define more files in same
configuration file.
@@ -124,6 +125,8 @@ modparam("file_out", "base_folder", "/tmp/file_out/")
Default value is ���.out���.
* interval (Optional) - the interval in seconds of the file rotation
Default value is ���600��� (10min).
+ * prefix (Optional) - the prefix for log messages
+ Default value is ���""��� (empty string).
Example 1.2. Set file parameter
...
[View Less]
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for bug reports.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio…
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* https://lists.kamailio.org/mailman3/postorius/…
[View More]lists/sr-dev.lists.kamailio.o…
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
Note that an issue report may be closed automatically after about 2 months
if there is no interest from developers or community users on pursuing it, being
considered expired. In such case, it can be reopened by writing a comment that includes
the token `/notexpired`. About two weeks before considered expired, the issue is
marked with the label `stale`, trying to notify the submitter and everyone else
that might be interested in it. To remove the label `stale`, write a comment that
includes the token `/notstale`. Also, any comment postpone the `expire` timeline,
being considered that there is interest in pursuing the issue.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
Installing Kamailio 5.8.5 on Debian 12, running kamdbctl create kamailio continually fails with error "ERROR: Creating extra tables failed at ims_icscf!"
### Troubleshooting
#### Reproduction
Create a brand new VM with Debian 12, clone Kamailio from git tag 5.8.5, and follow the steps:
make include_modules="db_mysql crypto http_async_client http_client jansson janssonrpcc json jsonrpcc lcr presence presence_dialoginfo presence_mwi presence_reginfo presence_xml tls utils uuid xmlops" cfg
make all
make install # Installs Kamailio in /usr/local/sbin
make install-systemd-debian
sed -i 's/^# DBENGINE/DBENGINE/' /usr/local/etc/kamailio/kamctlrc
kamdbctl create kamailio
Will result in the error occurring.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4124
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4124(a)github.com>
[View Less]