Hello, the script to update them runs on cron.d, but there was a problem with the file name inside docs/Makefile for ims_qos_npn, causing the build of readmes to fail, which has just been fixed.
However the readme for file_out has not been refreshed afterwards, like being up to date, so something didn't work further and I had to remove it locally on server to be regenerated -- needs to be investigated, probably because the failure was at ims* module, after the file_out was generated during the past executions. Cheers, Daniel On 28.01.25 17:48, Henning Westerholt via sr-dev wrote: > > Hello, > > > > the file_out module README is not up to date. > > > > Should I just fix it manually, or could somebody trigger the automatic > auto-build job for it? Maybe it was not included so far? > > > > Thanks, > > > > Henning > > > > > > henning@app01:~/repositories/kamailio$ git diff > > diff --git a/src/modules/file_out/README b/src/modules/file_out/README > > index 88a49eed0c..89ca58147c 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 > > ... > > > _______________________________________________ > Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org > To unsubscribe send an email to sr-dev-le...@lists.kamailio.org > Important: keep the mailing list in the recipients, do not reply only to the > sender! -- Daniel-Constantin Mierla (@ asipto.com) twitter.com/miconda -- linkedin.com/in/miconda Kamailio Consultancy, Training and Development Services -- asipto.com Kamailio World Conference, May 12-13, 2025, Berlin -- kamailioworld.com
_______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!