Module: kamailio
Branch: master
Commit: 5d7afd226bd4834643e78c611a64c346c98cd2ec
URL: https://github.com/kamailio/kamailio/commit/5d7afd226bd4834643e78c611a64c34…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-12-16T10:02:09+01:00
modules: readme files regenerated - acc ... [skip ci]
---
Modified: src/modules/acc/README
---
Diff: https://github.com/kamailio/kamailio/commit/5d7afd226bd4834643e78c611a64c34…
Patch: https://github.com/kamailio/kamailio/commit/5d7afd226bd4834643e78c611a64c34…
---
diff --git a/src/modules/acc/README b/src/modules/acc/README
index b707806d6d..fbe9d08014 100644
--- a/src/modules/acc/README
+++ b/src/modules/acc/README
@@ -1246,9 +1246,9 @@ modparam("acc", "cdrs_table", "acc_cdrs")
* 1 - save seconds in time_attr and microseconds in time_exten.
* 2 - save seconds.milliseconds in time_attr.
* 3 - save formatted time according to time_format parameter, using
- the output of localtime().
+ the output of localtime(). Used for cdr entries too.
* 4 - save formatted time according to time_format parameter, using
- the output of gmtime().
+ the output of gmtime(). Used for cdr entries too.
Example 1.44. time_mode example
...
fixes #1372
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1374
-- Commit Summary --
* app_sqlang: remove embedded squirrel code
* Makefile.groups: move app_sqlang to its own group
* pkg/kamailio/deb: add kamailio-sqlang-modules package [skip ci]
-- File Changes --
M pkg/kamailio/deb/buster/control (18)
M pkg/kamailio/deb/buster/rules (2)
M pkg/kamailio/deb/debian/backports/jessie (8)
M pkg/kamailio/deb/debian/backports/precise (8)
M pkg/kamailio/deb/debian/backports/trusty (8)
M pkg/kamailio/deb/debian/backports/wheezy (8)
M pkg/kamailio/deb/debian/backports/xenial (6)
M pkg/kamailio/deb/debian/control (26)
M pkg/kamailio/deb/debian/rules (2)
M pkg/kamailio/deb/jessie/rules (4)
M pkg/kamailio/deb/precise/rules (2)
M pkg/kamailio/deb/sid/control (18)
M pkg/kamailio/deb/sid/rules (2)
M pkg/kamailio/deb/stretch/control (18)
M pkg/kamailio/deb/stretch/rules (2)
M pkg/kamailio/deb/trusty/rules (4)
M pkg/kamailio/deb/wheezy/rules (2)
M pkg/kamailio/deb/xenial/rules (4)
M src/Makefile.groups (10)
M src/modules/app_sqlang/Makefile (27)
M src/modules/app_sqlang/doc/app_sqlang_admin.xml (3)
D src/modules/app_sqlang/squirrel/include/sqconfig.h (146)
D src/modules/app_sqlang/squirrel/include/sqstdaux.h (16)
D src/modules/app_sqlang/squirrel/include/sqstdblob.h (20)
D src/modules/app_sqlang/squirrel/include/sqstdio.h (54)
D src/modules/app_sqlang/squirrel/include/sqstdmath.h (15)
D src/modules/app_sqlang/squirrel/include/sqstdstring.h (33)
D src/modules/app_sqlang/squirrel/include/sqstdsystem.h (15)
D src/modules/app_sqlang/squirrel/include/squirrel.h (410)
D src/modules/app_sqlang/squirrel/sqstdlib/Makefile (43)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdaux.cpp (130)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdblob.cpp (277)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdblobimpl.h (108)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdio.cpp (489)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdlib.dsp (131)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdmath.cpp (107)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdrex.cpp (666)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdstream.cpp (336)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdstream.h (18)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdstring.cpp (518)
D src/modules/app_sqlang/squirrel/sqstdlib/sqstdsystem.cpp (146)
D src/modules/app_sqlang/squirrel/squirrel/Makefile (52)
D src/modules/app_sqlang/squirrel/squirrel/sqapi.cpp (1614)
D src/modules/app_sqlang/squirrel/squirrel/sqarray.h (94)
D src/modules/app_sqlang/squirrel/squirrel/sqbaselib.cpp (1266)
D src/modules/app_sqlang/squirrel/squirrel/sqclass.cpp (210)
D src/modules/app_sqlang/squirrel/squirrel/sqclass.h (162)
D src/modules/app_sqlang/squirrel/squirrel/sqclosure.h (201)
D src/modules/app_sqlang/squirrel/squirrel/sqcompiler.cpp (1586)
D src/modules/app_sqlang/squirrel/squirrel/sqcompiler.h (79)
D src/modules/app_sqlang/squirrel/squirrel/sqdebug.cpp (118)
D src/modules/app_sqlang/squirrel/squirrel/sqfuncproto.h (154)
D src/modules/app_sqlang/squirrel/squirrel/sqfuncstate.cpp (653)
D src/modules/app_sqlang/squirrel/squirrel/sqfuncstate.h (91)
D src/modules/app_sqlang/squirrel/squirrel/sqlexer.cpp (563)
D src/modules/app_sqlang/squirrel/squirrel/sqlexer.h (55)
D src/modules/app_sqlang/squirrel/squirrel/sqmem.cpp (11)
D src/modules/app_sqlang/squirrel/squirrel/sqobject.cpp (677)
D src/modules/app_sqlang/squirrel/squirrel/sqobject.h (353)
D src/modules/app_sqlang/squirrel/squirrel/sqopcodes.h (132)
D src/modules/app_sqlang/squirrel/squirrel/sqpcheader.h (20)
D src/modules/app_sqlang/squirrel/squirrel/sqstate.cpp (647)
D src/modules/app_sqlang/squirrel/squirrel/sqstate.h (136)
D src/modules/app_sqlang/squirrel/squirrel/sqstring.h (31)
D src/modules/app_sqlang/squirrel/squirrel/sqtable.cpp (221)
D src/modules/app_sqlang/squirrel/squirrel/sqtable.h (110)
D src/modules/app_sqlang/squirrel/squirrel/squirrel.dsp (302)
D src/modules/app_sqlang/squirrel/squirrel/squserdata.h (40)
D src/modules/app_sqlang/squirrel/squirrel/squtils.h (116)
D src/modules/app_sqlang/squirrel/squirrel/sqvm.cpp (1754)
D src/modules/app_sqlang/squirrel/squirrel/sqvm.h (211)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1374.patchhttps://github.com/kamailio/kamailio/pull/1374.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1374
Module: kamailio
Branch: master
Commit: 49dd734c241be1531bf11bb5d1b3f4a658b35031
URL: https://github.com/kamailio/kamailio/commit/49dd734c241be1531bf11bb5d1b3f4a…
Author: Carlos Cruz <carlos(a)irontec.com>
Committer: Carlos Cruz <carlos(a)irontec.com>
Date: 2017-12-15T12:24:15+01:00
doc: time_mode param used for cdrs too
---
Modified: src/modules/acc/doc/acc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/49dd734c241be1531bf11bb5d1b3f4a…
Patch: https://github.com/kamailio/kamailio/commit/49dd734c241be1531bf11bb5d1b3f4a…
---
diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml
index 1e174705ec..e9efa8f5ea 100644
--- a/src/modules/acc/doc/acc_admin.xml
+++ b/src/modules/acc/doc/acc_admin.xml
@@ -1306,12 +1306,12 @@ modparam("acc", "cdrs_table", "acc_cdrs")
</listitem>
<listitem>
<para><emphasis>3</emphasis> - save formatted time according
- to time_format parameter, using the output of localtime().
+ to time_format parameter, using the output of localtime(). Used for cdr entries too.
</para>
</listitem>
<listitem>
<para><emphasis>4</emphasis> - save formatted time according
- to time_format parameter, using the output of gmtime().
+ to time_format parameter, using the output of gmtime(). Used for cdr entries too.
</para>
</listitem>
</itemizedlist>
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [x] Related to issue #1358
#### Description
<!-- Describe your changes in detail -->
acc.time_mode modparam allows storing acc transactions time field using the output of gmtime() when it is set to 4.
This commit aims to reuse this modparam for cdr entries (start_time, end_time). This way, if time_mode is 4, both acc and cdr entries will be stored in gmtime.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1368
-- Commit Summary --
* acc: use acc.time_mode to save cdrs in gmtime
* doc: time_mode param used for cdrs too
-- File Changes --
M src/modules/acc/acc_cdr.c (18)
M src/modules/acc/doc/acc_admin.xml (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1368.patchhttps://github.com/kamailio/kamailio/pull/1368.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1368