[sr-dev] git:master:9a7c4025: modules: readme files regenerated - htable ... [skip ci]

2023-02-28 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 9a7c4025b6a4b90125c1c30dfd1d994100ae965e URL: https://github.com/kamailio/kamailio/commit/9a7c4025b6a4b90125c1c30dfd1d994100ae965e Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-03-01T08:46:34+01:00 modules: readme files regenerated - htable

[sr-dev] git:master:714c9eb9: rtpengine: small spelling fix related to codec-mask example, related to e8c294f33f8b

2023-02-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 714c9eb99e6ba73e05a98df2bc6f4b339e9a97c9 URL: https://github.com/kamailio/kamailio/commit/714c9eb99e6ba73e05a98df2bc6f4b339e9a97c9 Author: Henning Westerholt Committer: Henning Westerholt Date: 2023-03-01T07:37:53Z rtpengine: small spelling fix related

[sr-dev] git:master:70d8308b: htable: fix XML syntax errors introduced in 23c67322c244fc4bf

2023-02-28 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 70d8308bbf849b00be69d5c3091b57dfe214b81b URL: https://github.com/kamailio/kamailio/commit/70d8308bbf849b00be69d5c3091b57dfe214b81b Author: Henning Westerholt Committer: Henning Westerholt Date: 2023-03-01T07:34:43Z htable: fix XML syntax errors

[sr-dev] [kamailio/kamailio] RPC command sl.stats does not work correctly with large values (exceeding 4 bytes) (Issue #3386)

2023-02-28 Thread Nicolas C
### Description Using kamcmd to obtain statistics of SIP replies, for large values (exceeding 4 bytes) : Example : ``` kamcmd> sl.stats { (...) 302: -1294967293 } ``` The variable is an unsigned long, it can store values up to 2^64-1. But RPC command **sl.stats** does not support this.

[sr-dev] Re: [kamailio/kamailio] TLS module rpc commands not found (Issue #3385)

2023-02-28 Thread Daniel-Constantin Mierla
Closed #3385 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3385#event-8626744563 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] TLS module rpc commands not found (Issue #3385)

2023-02-28 Thread Daniel-Constantin Mierla
Questions about use of Kamailio and its configuration file have to be posted to sr-us...@lists.kamailio.org mailing list. The tracker here is for reporting bugs in the C code of Kamailio. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] rtpengine: doc add codec-accept with an example (e8c294f)

2023-02-28 Thread Ihor Olkhovskyi
Small typo here `codec-accept=opus` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/e8c294f33f8b867b0f67d78c14b7327dc22dd726#r102410069 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] [kamailio/kamailio] TLS module rpc commands not found (Issue #3385)

2023-02-28 Thread HimaBinduGrg
We have loaded the tls.so module in the kamailio.cfg file and the kamailio process is up and running, however we are not sure whether the TLS module is loaded properly or not. Here are a few configuration details. #!ifdef WITH_TLS loadmodule "tls.so" #!endif #!ifdef WITH_TLS enable_tls=yes

[sr-dev] [kamailio/kamailio] tls: build does not apply TLS_PTHREAD_MUTEX_SHARED on systems with libssl 1.1+ and without pkg-config (Issue #3384)

2023-02-28 Thread shaneqld
### Description On systems running libssl 1.1+, the compile flag `TLS_PTHREAD_MUTEX_SHARED` is set to avoid an issue with deadlocks. However, if the system does not have `pkg-config` installed, the build completes successfully without setting this compile flag. As such, users with this

[sr-dev] git:master:05b4fdeb: modules: readme files regenerated - htable ... [skip ci]

2023-02-28 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 05b4fdebcf2eb9c82739a643ff48b799b8046bbd URL: https://github.com/kamailio/kamailio/commit/05b4fdebcf2eb9c82739a643ff48b799b8046bbd Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-02-28T11:01:24+01:00 modules: readme files regenerated - htable

[sr-dev] git:master:23c67322: doc/htable: adding examples in a case of key value is an integer

2023-02-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 23c67322c244fc4bf6e990379d2fd876b55b2cbe URL: https://github.com/kamailio/kamailio/commit/23c67322c244fc4bf6e990379d2fd876b55b2cbe Author: Ihor Olkhovskyi Committer: Daniel-Constantin Mierla Date: 2023-02-28T10:51:37+01:00 doc/htable: adding examples in

[sr-dev] Re: [kamailio/kamailio] doc/htable: adding examples in a case of key value is an integer (PR #3383)

2023-02-28 Thread Daniel-Constantin Mierla
Merged #3383 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3383#event-8624824671 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] doc/htable: adding examples in a case of key value is an integer (PR #3383)

2023-02-28 Thread Daniel-Constantin Mierla
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3383#issuecomment-1447801126 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] [kamailio/kamailio] doc/htable: adding examples in a case of key value is an integer (PR #3383)

2023-02-28 Thread Ihor Olkhovskyi
!-- 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