[sr-dev] Re: [kamailio/kamailio] For Response to In-Dialog Invite the PVs $Ri $Rn etc are not getting updated. (Issue #3481)

2023-06-12 Thread Harish S
Can close this -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3481#issuecomment-1588578865 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] For Response to In-Dialog Invite the PVs $Ri $Rn etc are not getting updated. (Issue #3481)

2023-06-12 Thread Harish S
Closed #3481 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3481#event-9511226621 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] For Response to In-Dialog Invite the PVs $Ri $Rn etc are not getting updated. (Issue #3481)

2023-06-12 Thread Harish S
The variables are getting updated. The request was sent through the worng socket. Thankyou -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3481#issuecomment-1588578198 You are receiving this because you are subscribed to this thread. Message

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo pushed 1 commit. 3df99a84a33d1dcdb064f96e6edd36b75f9e7166 rtpengine: fix build failed on specific distribution -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3473/files/2ddab46263db2ae94038e672c79faaa769d9c306..3df99a84a33d1dcdb064f96e6edd36b75f9e7166 You are

[sr-dev] Re: [kamailio/kamailio] fixed rabbitmq-c deprecation warning (PR #3465)

2023-06-12 Thread sergey-safarov
Closed #3465. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3465#event-9506840856 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] fixed rabbitmq-c deprecation warning (PR #3465)

2023-06-12 Thread sergey-safarov
Closing for now and will reopen when requested changes will be ready. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3465#issuecomment-1587944006 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] [kamailio/kamailio] For Response to In-Dialog Invite the PVs $Ri $Rn etc are not getting updated. (Issue #3481)

2023-06-12 Thread Harish S
For Response to In-Dialog Invite the PVs $Ri $Rn $Ri etc are not getting updated. But in case of initial invite and its responses these PVs are getting updated in the reply_route[manage_reply] xlogs were taken and found the values of $Ri $Rn is same as the invite Reproduction

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo pushed 1 commit. 2ddab46263db2ae94038e672c79faaa769d9c306 rtpengine: Fix rfuchs's PR comments -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3473/files/7c2d64ffa57bb8ebe6ce46311ca98a100b09a997..2ddab46263db2ae94038e672c79faaa769d9c306 You are receiving this because you

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Daniel-Constantin Mierla
@miconda commented on this pull request. > + } + + if(rank == PROC_MAIN) { + if(rtpengine_dtmf_event_sock.len > 0) { + LM_DBG("Register RTPENGINE DTMF WORKER %d\n", mypid); + /* fork worker process */ +

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > + } + + if(rank == PROC_MAIN) { + if(rtpengine_dtmf_event_sock.len > 0) { + LM_DBG("Register RTPENGINE DTMF WORKER %d\n", mypid); + /* fork worker process */ +

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > @@ -261,7 +262,7 @@ static int add_rtpp_node_info( void *ptrs, struct rtpp_node *crt_rtpp, struct rtpp_set *rtpp_list); static int rtpp_test_ping(struct rtpp_node *node); -static void rtpengine_dtmf_events_loop(int rank); +static

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > + +end: + close(rtpengine_dtmf_event_fd); +} + +static int rtpengine_raise_dtmf_event(char *buffer, int len) { + srjson_doc_t jdoc; + srjson_t *it = NULL; + struct sip_msg *fmsg = NULL; + struct run_act_ctx ctx; +

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > + } + + if (dtmf_event_rt == -1) { + LM_NOTICE("nothing to do - nobody is listening!\n"); + goto end; + } + + p = shm_malloc(ret + 1); + if

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-12 Thread Henning Westerholt
Or maybe just as other modules are doing (like ndb_redis), assume a few default paths if there is no pkg-config available. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3477#issuecomment-1587716165 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-12 Thread Daniel-Constantin Mierla
I see that the Makefile does a `ls` on a path that is taken from the output of `pkg-config hiredis --libs-only-L`, but in my Ubuntu 22.04 the output is empty (the libhiredis-dev is installed from package, thus the libs are in the standard location). Therefore I assume that your PR is going to

[sr-dev] git:master:6a19434d: modules: readme files regenerated - mqueue ... [skip ci]

2023-06-12 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 6a19434d4b93a8ec6e345b55ff1b83ff6bd38596 URL: https://github.com/kamailio/kamailio/commit/6a19434d4b93a8ec6e345b55ff1b83ff6bd38596 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-06-12T18:16:32+02:00 modules: readme files regenerated - mqueue

[sr-dev] git:master:23d43645: mqueue: fix documentation to match the code

2023-06-12 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 23d43645332451ec1ec6dab11da777f9c3bfe304 URL: https://github.com/kamailio/kamailio/commit/23d43645332451ec1ec6dab11da777f9c3bfe304 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2023-06-12T12:00:13-04:00 mqueue: fix documentation to match the code ---

[sr-dev] git:master:39f09877: cdp: check setsockopt() return code

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 39f09877e650d66e820ca7eb0d61416818d174fc URL: https://github.com/kamailio/kamailio/commit/39f09877e650d66e820ca7eb0d61416818d174fc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T17:16:53+02:00 cdp: check

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > + s_port.len = rtpengine_dtmf_event_sock.s + > rtpengine_dtmf_event_sock.len - s_port.s; + + if (s_port.len <= 0 || str2int(_port, ) < 0 || port > 65535) { + LM_ERR("failed to initialize dtmf event listener because port is

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Richard Fuchs
@rfuchs commented on this pull request. > + s_port.len = rtpengine_dtmf_event_sock.s + > rtpengine_dtmf_event_sock.len - s_port.s; + + if (s_port.len <= 0 || str2int(_port, ) < 0 || port > 65535) { + LM_ERR("failed to initialize dtmf event listener because port is

[sr-dev] git:master:fb19f0ea: auth_diameter: free req in some cases of errors

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fb19f0ea4c656afe7b60788efb8804e552fd37f9 URL: https://github.com/kamailio/kamailio/commit/fb19f0ea4c656afe7b60788efb8804e552fd37f9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T16:27:46+02:00 auth_diameter: free

[sr-dev] git:master:f99b116e: dialplan: restructured condition on input and output params

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f99b116e876170709ad364ac2b8093969a939d4a URL: https://github.com/kamailio/kamailio/commit/f99b116e876170709ad364ac2b8093969a939d4a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T15:53:38+02:00 dialplan:

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo pushed 1 commit. 7c2d64ffa57bb8ebe6ce46311ca98a100b09a997 Register a new worker process for dtmf event listener -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3473/files/87253c36f1b42f5d707ac4d2aeeda2f842f4d46d..7c2d64ffa57bb8ebe6ce46311ca98a100b09a997 You are

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > -static int fixup_set_id(void **param, int param_no) +static void rtpengine_dtmf_events_loop(int rank) You are right. I removed it. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Joey Golan
@joeygo commented on this pull request. > @@ -2147,6 +2401,9 @@ static int child_init(int rank) /* probe rtpengines only in first worker */ if(build_rtpp_socks(0, 1)) return -1; + + if

[sr-dev] Re: [kamailio/kamailio] pdb: change log level for pdb query response time from LM_INFO to LM_DBG (PR #3296)

2023-06-12 Thread Daniel-Constantin Mierla
Closed #3296. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3296#event-9501716531 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] pdb: change log level for pdb query response time from LM_INFO to LM_DBG (PR #3296)

2023-06-12 Thread Daniel-Constantin Mierla
I have just pushed a more generic way to allow remapping log levels for local purpose of the module when using LLM_XYZ() log macros instead of LM_XYZ() and updated the pdb module to offer a modparam for INFO level to be remapped. The most relevant commit: -

[sr-dev] git:master:060a9605: modules: readme files regenerated - pdb ... [skip ci]

2023-06-12 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 060a96057309000592f126956cd343656a26ecba URL: https://github.com/kamailio/kamailio/commit/060a96057309000592f126956cd343656a26ecba Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-06-12T14:01:24+02:00 modules: readme files regenerated - pdb ...

[sr-dev] git:master:03203d1b: core: new log macros allowing to use local log levels per module

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 03203d1baa5f185db8743a90f889e5483e90e911 URL: https://github.com/kamailio/kamailio/commit/03203d1baa5f185db8743a90f889e5483e90e911 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T13:43:31+02:00 core: new log macros

[sr-dev] git:master:88d8c466: Makefile.modules: define MOD_NAMEID to module name without quotes

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 88d8c46603f6e45ba90c51b7c8d80acae7fb400a URL: https://github.com/kamailio/kamailio/commit/88d8c46603f6e45ba90c51b7c8d80acae7fb400a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T13:48:31+02:00 Makefile.modules:

[sr-dev] git:master:e818baa1: pdb: use local log level for an info log message

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e818baa1b21249529c93990ef0340dd8b56b26cf URL: https://github.com/kamailio/kamailio/commit/e818baa1b21249529c93990ef0340dd8b56b26cf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T13:47:18+02:00 pdb: use local log

[sr-dev] git:master:7d7e6dfc: pdb: docs for ll_info mod param

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7d7e6dfcdaf21cae4b98ca5520e667b4f8f09145 URL: https://github.com/kamailio/kamailio/commit/7d7e6dfcdaf21cae4b98ca5520e667b4f8f09145 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T13:54:34+02:00 pdb: docs for ll_info

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-12 Thread joelbax
@joelbax commented on this pull request. > @@ -29,6 +29,12 @@ #include "redis_dbase.h" #include "redis_table.h" +#ifdef WITH_SSL +int db_redis_opt_tls = 0; +char *ca_path = 0; +#endif +char *db_pass = 0; Very good point! Thank you very much. Done. -- Reply to this email directly or

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-12 Thread joelbax
@joelbax pushed 1 commit. 5cbd4e2f19c9c64e72dbb9026d6b1d420e21a79e ndb_redis: Fixing global variables names -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3477/files/29a0f05e2e4dca5419c17e7052547a8006136677..5cbd4e2f19c9c64e72dbb9026d6b1d420e21a79e You are receiving this

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-12 Thread joelbax
@joelbax pushed 1 commit. 29a0f05e2e4dca5419c17e7052547a8006136677 db_redis: Fixing global variables -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3477/files/deb3a2b2b206314dd956cd02322d483c397d7d27..29a0f05e2e4dca5419c17e7052547a8006136677 You are receiving this because you

[sr-dev] git:master:e55851ee: kamcmd: clang-format the source code for kamcmd tool

2023-06-12 Thread Henning Westerholt
Module: kamailio Branch: master Commit: e55851ee7dfb7a60f0a9288d810b84cf3bcd0f19 URL: https://github.com/kamailio/kamailio/commit/e55851ee7dfb7a60f0a9288d810b84cf3bcd0f19 Author: Henning Westerholt Committer: Henning Westerholt Date: 2023-06-12T10:02:43Z kamcmd: clang-format the source code

[sr-dev] git:master:efa436bc: modules: readme files regenerated - jansson ... [skip ci]

2023-06-12 Thread Kamailio Dev
Module: kamailio Branch: master Commit: efa436bc228af99cfd1466b5ea1be2fc596f18b8 URL: https://github.com/kamailio/kamailio/commit/efa436bc228af99cfd1466b5ea1be2fc596f18b8 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-06-12T12:01:34+02:00 modules: readme files regenerated - jansson

[sr-dev] Re: [kamailio/kamailio] presence: Add htable_db_restore RPC command. (PR #3462)

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

[sr-dev] git:master:ebf1aa6d: presence: Add OK response to publish_cache_sync RPC command.

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ebf1aa6dbfeca30d93c63291751417186f9100cd URL: https://github.com/kamailio/kamailio/commit/ebf1aa6dbfeca30d93c63291751417186f9100cd Author: Jake Greene Committer: Daniel-Constantin Mierla Date: 2023-06-12T11:49:27+02:00 presence: Add OK response to

[sr-dev] git:master:07f86a52: Presence: semantical improvments to docs & rpc command name

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 07f86a52271920bc36db3a32c6ffa18434372ebf URL: https://github.com/kamailio/kamailio/commit/07f86a52271920bc36db3a32c6ffa18434372ebf Author: Jake Greene Committer: Daniel-Constantin Mierla Date: 2023-06-12T11:49:27+02:00 Presence: semantical improvments

[sr-dev] git:master:5197e7b4: presence: Add htable_db_restore RPC command.

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5197e7b41dd5d08451b7a7906177fc04e1c3ce8b URL: https://github.com/kamailio/kamailio/commit/5197e7b41dd5d08451b7a7906177fc04e1c3ce8b Author: Jake Greene Committer: Daniel-Constantin Mierla Date: 2023-06-12T11:49:27+02:00 presence: Add htable_db_restore

[sr-dev] Re: [kamailio/kamailio] Typos (PR #3441)

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

[sr-dev] git: new commits in branch master

2023-06-12 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/40d012d737dc5f59429b3bca2c0927412d2b4900 Author: Date: 2023-06-12T11:48:35+02:00 jansson: typo xavps's ?? xavp's - URL:

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-12 Thread Daniel-Constantin Mierla
@miconda commented on this pull request. > @@ -29,6 +29,12 @@ #include "redis_dbase.h" #include "redis_table.h" +#ifdef WITH_SSL +int db_redis_opt_tls = 0; +char *ca_path = 0; +#endif +char *db_pass = 0; Add module name prefix to the global variables ca_path and db_pass, like it is

[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.0 development version can't use siprepo function sr_msg_push() (Issue #3418)

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

[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.0 development version can't use siprepo function sr_msg_push() (Issue #3418)

2023-06-12 Thread Daniel-Constantin Mierla
Reopen if the above commit didn't fix it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3418#issuecomment-1586970287 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] Silence “make: --libs: No such file or directory” warnings (PR #3475)

2023-06-12 Thread Daniel-Constantin Mierla
Afaik `:=` evaluates the variable expression only once, does it evaluate it for each module Makefile, or only for the first time that variable is assigned? I mean, if module `a` and `b` have something like `BUILDER=...` in their Makefile, a `make all` is going to evaluate `BUILDER` variable

[sr-dev] Re: [kamailio/kamailio] Patch 2 (PR #3476)

2023-06-12 Thread Daniel-Constantin Mierla
Closed #3476. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3476#event-9499872492 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] Patch 2 (PR #3476)

2023-06-12 Thread Daniel-Constantin Mierla
Thanks! Applied manually to set proper subject line. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3476#issuecomment-1586934649 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:c285b16b: Makefile: fixed paths for init.d scripts install on debian and centos

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c285b16bc066ca4236ee00cf3e7fb24539fa9f2b URL: https://github.com/kamailio/kamailio/commit/c285b16bc066ca4236ee00cf3e7fb24539fa9f2b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T11:16:51+02:00 Makefile: fixed paths

[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-12 Thread Daniel-Constantin Mierla
@miconda commented on this pull request. > @@ -2147,6 +2401,9 @@ static int child_init(int rank) /* probe rtpengines only in first worker */ if(build_rtpp_socks(0, 1)) return -1; + + if

[sr-dev] git:master:7b1fe048: tools: use python3 for route_graph.py tool, for old systems with both python2/python3, fix file closing

2023-06-12 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 7b1fe0483b684693c7baea9b62b471b64c6e22a9 URL: https://github.com/kamailio/kamailio/commit/7b1fe0483b684693c7baea9b62b471b64c6e22a9 Author: Henning Westerholt Committer: Henning Westerholt Date: 2023-06-12T08:24:01Z tools: use python3 for route_graph.py

[sr-dev] git:master:fa2a69e2: tool: port the route_graph.py script to python version 3.x

2023-06-12 Thread Henning Westerholt
Module: kamailio Branch: master Commit: fa2a69e2ae919b7ba221e87e2001bde83113ce2a URL: https://github.com/kamailio/kamailio/commit/fa2a69e2ae919b7ba221e87e2001bde83113ce2a Author: Akash Gupta Committer: Henning Westerholt Date: 2023-06-12T10:21:16+02:00 tool: port the route_graph.py script to

[sr-dev] Re: [kamailio/kamailio] tool: port the route_graph.py script to python version 3.x (PR #3480)

2023-06-12 Thread Henning Westerholt
Merged #3480 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3480#event-9499202398 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] tool: port the route_graph.py script to python version 3.x (PR #3480)

2023-06-12 Thread Henning Westerholt
Thank you, merged. About the one warning related to the not closing file, its of course harmless, but will have a quick look. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3480#issuecomment-1586826212 You are receiving this because you are

[sr-dev] git:master:fd7ea1ba: ratelimit: reformat kemi exports for kemidocs.py

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fd7ea1bac7c5a0bc7e79e5bb90072898c6652e9d URL: https://github.com/kamailio/kamailio/commit/fd7ea1bac7c5a0bc7e79e5bb90072898c6652e9d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T10:03:06+02:00 ratelimit: reformat

[sr-dev] git:master:d9d4ef01: jansson: reformat kemi exports for kemdocs.py tool

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d9d4ef011c9ee4f9c664ad945b36197a98efa9cd URL: https://github.com/kamailio/kamailio/commit/d9d4ef011c9ee4f9c664ad945b36197a98efa9cd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T10:03:06+02:00 jansson: reformat

[sr-dev] git:master:f867d219: kamzo: kemi exports formatted for kemidocs.py

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f867d2190853b9f21791d83573de3f96f4337242 URL: https://github.com/kamailio/kamailio/commit/f867d2190853b9f21791d83573de3f96f4337242 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T10:03:06+02:00 kamzo: kemi exports

[sr-dev] git:master:d9f9e5c6: ratelimit: ending struct whitespace for kemi exports

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d9f9e5c6be4d8d30bdccb0154e95a87982d5c736 URL: https://github.com/kamailio/kamailio/commit/d9f9e5c6be4d8d30bdccb0154e95a87982d5c736 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T10:03:06+02:00 ratelimit: ending

[sr-dev] git:master:cabf1968: ims_charging: kemi exports format for kemidocs.py

2023-06-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cabf1968bf75f2b85894e5cfda63e1cd3cb7bd82 URL: https://github.com/kamailio/kamailio/commit/cabf1968bf75f2b85894e5cfda63e1cd3cb7bd82 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-12T10:03:06+02:00 ims_charging: kemi