Re: [sr-dev] [kamailio/kamailio] Adding CDR as JSON functionality (#2107)

2019-11-18 Thread Lucian Balaceanu
Should we then merge and close the pull request? -- 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/2107#issuecomment-554919680___ Kamailio (S

Re: [sr-dev] [kamailio/kamailio] Adding CDR as JSON functionality (#2107)

2019-11-18 Thread Daniel-Constantin Mierla
Go ahead and merge - somehow I didn't noticed that the mqueue support was added, but I see that @jchavanton was ok with the change. -- 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/21

[sr-dev] git:master:e3fe8e7f: acc: adding CDR engine functionality

2019-11-18 Thread Lucian Balaceanu
Module: kamailio Branch: master Commit: e3fe8e7f88c53e8ce69d776e21b78531d604783d URL: https://github.com/kamailio/kamailio/commit/e3fe8e7f88c53e8ce69d776e21b78531d604783d Author: Lucian Balaceanu Committer: Lucian Balaceanu Date: 2019-11-07T15:46:13+02:00 acc: adding CDR engine functionality

[sr-dev] git:master:09f1c59b: acc_json: adding CDR as JSON functionality

2019-11-18 Thread Lucian Balaceanu
Module: kamailio Branch: master Commit: 09f1c59bfef99867e4a006ba882ba13951b01276 URL: https://github.com/kamailio/kamailio/commit/09f1c59bfef99867e4a006ba882ba13951b01276 Author: Lucian Balaceanu Committer: Lucian Balaceanu Date: 2019-11-13T11:52:17+02:00 acc_json: adding CDR as JSON functiona

Re: [sr-dev] [kamailio/kamailio] Adding CDR as JSON functionality (#2107)

2019-11-18 Thread Lucian Balaceanu
Merged #2107 into master. -- 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/2107#event-2806912669___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:ceece0a3: Merge pull request #2107 from lbalaceanu/cdr_json

2019-11-18 Thread GitHub
Module: kamailio Branch: master Commit: ceece0a353aa4f88e838857da2e1d2843057c309 URL: https://github.com/kamailio/kamailio/commit/ceece0a353aa4f88e838857da2e1d2843057c309 Author: Lucian Balaceanu Committer: GitHub Date: 2019-11-18T12:13:47+02:00 Merge pull request #2107 from lbalaceanu/cdr_jso

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-18 Thread sergey-safarov
Hello @henningw Packages for RHEL 7 and 8 available on `rpm.kamailio.org` Next daily builds -- 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/issues/2084#issuecomment-554989593___

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-18 Thread Daniel-Constantin Mierla
It can be merged. Probably can be considered for backporting at least for 5.3.x, otherwise over the time I expect won't work to do http queries in more and more many cases. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: ht

Re: [sr-dev] [kamailio/kamailio] nathelper : added new function set_alias_to_avp (#2124)

2019-11-18 Thread Daniel-Constantin Mierla
Looking once again at the code, the function can set the value in any (pseduo-)variable, not only in AVP, right? Because it is using pv->setf() function, not the AVP specific functions. Do you want to restrict to writing to AVP or it is fine writing to any variable? -- You are receiving this b

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-18 Thread Federico Cabiddu
I agree that the usage of http/2 will become more and more common. If you agree, I'll also backport it to 5.2.x since this is still a supported version. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kama

[sr-dev] git:master:17be3610: core: add support for parsing http/2 replies parsing

2019-11-18 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 17be36102e3a1c286c69a5da193dd8405000ab62 URL: https://github.com/kamailio/kamailio/commit/17be36102e3a1c286c69a5da193dd8405000ab62 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2019-11-16T16:33:04+01:00 core: add support for parsing http/2 r

[sr-dev] git:master:6b1c266a: Merge pull request #2132 from kamailio/grumvalski/http2_replies_parsing

2019-11-18 Thread GitHub
Module: kamailio Branch: master Commit: 6b1c266a62e6839765cdb1cb0e5383887c226e41 URL: https://github.com/kamailio/kamailio/commit/6b1c266a62e6839765cdb1cb0e5383887c226e41 Author: Federico Cabiddu Committer: GitHub Date: 2019-11-18T14:09:53+01:00 Merge pull request #2132 from kamailio/grumvalsk

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-18 Thread Federico Cabiddu
Merged #2132 into master. -- 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/2132#event-2807447284___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] nathelper : added new function set_alias_to_avp (#2124)

2019-11-18 Thread Yasin CANER
> Looking once again at the code, the function can set the value in any > (pseduo-)variable, not only in AVP, right? Because it is using pv->setf() > function, not the AVP specific functions. > > Do you want to restrict to writing to AVP or it is fine writing to any > variable? I dont want to

Re: [sr-dev] [kamailio/kamailio] core: add support for parsing http/2 replies parsing (#2132)

2019-11-18 Thread Henning Westerholt
If the patch applies cleanly to 5.2 branch, a backport should be ok there as well. If there are other (functional) changes necessary before it could be applied, then it would be better to ask people to upgrade in this case to 5.3.x -- You are receiving this because you are subscribed to this th

Re: [sr-dev] [kamailio/kamailio] statsc module - server crashes every 10 hours (#2101)

2019-11-18 Thread ekke56
used configuration: debug=2 log_stderror=no log_facility=LOG_LOCAL3 children=8 disable_tcp=yes listen=udp:XXX.XXX.XXX.XX:5060 #!ifdef WITH_SRCPATH mpath="modules/" #!else mpath="/usr/local/lib64/kamailio/modules/" #!endif loadmodule "statsc.so" modparam("statsc", "interval", 2) modparam("stats

[sr-dev] [kamailio/kamailio] dispatcher: Fixed typo in dispatcher_admin.xml (#2134)

2019-11-18 Thread mbodbg
dispatcher: Fixed typo in dispatcher_admin.xml You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/2134 -- Commit Summary -- * dispatcher: Fixed typo in dispatcher_admin.xml -- File Changes -- M src/modules/dispatcher/doc/dispatcher

[sr-dev] git:master:a5cc190c: Merge pull request #2134 from mbodbg/master

2019-11-18 Thread GitHub
Module: kamailio Branch: master Commit: a5cc190c1ffaab67129f96d966a39fe8db59a1eb URL: https://github.com/kamailio/kamailio/commit/a5cc190c1ffaab67129f96d966a39fe8db59a1eb Author: Daniel-Constantin Mierla Committer: GitHub Date: 2019-11-18T18:04:11+01:00 Merge pull request #2134 from mbodbg/mas

Re: [sr-dev] [kamailio/kamailio] dispatcher: Fixed typo in dispatcher_admin.xml (#2134)

2019-11-18 Thread Daniel-Constantin Mierla
Merged #2134 into master. -- 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/2134#event-2808336015___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] dispatcher: Fixed typo in dispatcher_admin.xml (#2134)

2019-11-18 Thread Daniel-Constantin Mierla
Thanks! -- 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/2134#issuecomment-555111291___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:8cb61c86: nat_traversal: use snprintf() instead of sprintf()

2019-11-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8cb61c86879802bf3f4eb5d60ee280d6003303c7 URL: https://github.com/kamailio/kamailio/commit/8cb61c86879802bf3f4eb5d60ee280d6003303c7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-18T18:05:50+01:00 nat_traversal: use snp

[sr-dev] git:master:0666abf8: uac: use snprintf() instead of sprintf()

2019-11-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0666abf851bc5916b7700a30077ee954f695b862 URL: https://github.com/kamailio/kamailio/commit/0666abf851bc5916b7700a30077ee954f695b862 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-18T18:05:50+01:00 uac: use snprintf() in

[sr-dev] git:master:88b8ec8f: acc_radius: use snprintf() instead of sprintf()

2019-11-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 88b8ec8f2021fcc53289544102e5c5020885f8c3 URL: https://github.com/kamailio/kamailio/commit/88b8ec8f2021fcc53289544102e5c5020885f8c3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-18T18:24:36+01:00 acc_radius: use snprin

[sr-dev] git:master:05bd956a: cnxcc: use snprintf() instead of sprintf()

2019-11-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 05bd956a9980ffc8938cdbce6bab3af5086350dd URL: https://github.com/kamailio/kamailio/commit/05bd956a9980ffc8938cdbce6bab3af5086350dd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-18T18:29:05+01:00 cnxcc: use snprintf()

[sr-dev] git:master:c8de7e9b: utils/kamunix: use snprintf() instead of sprintf()

2019-11-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c8de7e9bbb515449761b02b897ccaa10a250e25b URL: https://github.com/kamailio/kamailio/commit/c8de7e9bbb515449761b02b897ccaa10a250e25b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-11-18T18:33:22+01:00 utils/kamunix: use snp

[sr-dev] [kamailio/kamailio] build warnings on modern dists (#2135)

2019-11-18 Thread sergey-safarov
### Description On `Fedora 31` dist master build log contains this warnings ``` make --no-print-directory -C ./squirrel/squirrel SQMARCH64="-m64" CC_EXTRA_FLAGS="-fPIC" \ OUT="../../libsquirrel.a" sq64 gcc -O2 -m64 -D_SQ64 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -c sqapi.cpp sqbas

[sr-dev] [kamailio/kamailio] utils/db_berkeley: fixed unused var (#2136)

2019-11-18 Thread sergey-safarov
kambdb_recover.c: In function 'load_metadata_columns': kambdb_recover.c:819:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 819 | int ret,n,len; | ^~~ Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [ ] Commi

Re: [sr-dev] [kamailio/kamailio] utils/db_berkeley: fixed unused var (#2136)

2019-11-18 Thread Henning Westerholt
Merged #2136 into master. -- 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/2136#event-2808732640___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:792261b4: utils/db_berkeley: fixed unused var

2019-11-18 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 792261b43d74518e6d67f807df60b6622ba2d9f8 URL: https://github.com/kamailio/kamailio/commit/792261b43d74518e6d67f807df60b6622ba2d9f8 Author: Sergey Safarov Committer: Henning Westerholt Date: 2019-11-18T20:07:54+01:00 utils/db_berkeley: fixed unused var k

Re: [sr-dev] [kamailio/kamailio] utils/db_berkeley: fixed unused var (#2136)

2019-11-18 Thread Henning Westerholt
Thanks Sergey, merged - will also backport. -- 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/2136#issuecomment-555162993___ Kamailio (SER) -

[sr-dev] git:5.2:ec04243c: utils/db_berkeley: fixed unused var

2019-11-18 Thread Henning Westerholt
Module: kamailio Branch: 5.2 Commit: ec04243cd760532dc4aa87b278068b09d408d174 URL: https://github.com/kamailio/kamailio/commit/ec04243cd760532dc4aa87b278068b09d408d174 Author: Sergey Safarov Committer: Henning Westerholt Date: 2019-11-18T20:08:43+01:00 utils/db_berkeley: fixed unused var kamb

[sr-dev] git:5.1:1d3453e9: utils/db_berkeley: fixed unused var

2019-11-18 Thread Henning Westerholt
Module: kamailio Branch: 5.1 Commit: 1d3453e02323d9515fc8ef79e00c2e6698ba URL: https://github.com/kamailio/kamailio/commit/1d3453e02323d9515fc8ef79e00c2e6698ba Author: Sergey Safarov Committer: Henning Westerholt Date: 2019-11-18T20:09:07+01:00 utils/db_berkeley: fixed unused var kamb

[sr-dev] git:5.3:404c3ee3: utils/db_berkeley: fixed unused var

2019-11-18 Thread Henning Westerholt
Module: kamailio Branch: 5.3 Commit: 404c3ee38b6158d755f196c66f69234f97e2 URL: https://github.com/kamailio/kamailio/commit/404c3ee38b6158d755f196c66f69234f97e2 Author: Sergey Safarov Committer: Henning Westerholt Date: 2019-11-18T20:09:38+01:00 utils/db_berkeley: fixed unused var kamb

Re: [sr-dev] [kamailio/kamailio] statsc module - server crashes every 10 hours (#2101)

2019-11-18 Thread Henning Westerholt
Thanks, I have configured it on one of my tests servers. Lets see tomorrow. :-) -- 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/issues/2101#issuecomment-555169237__

Re: [sr-dev] [kamailio/kamailio] statsc module - server crashes every 10 hours (#2101)

2019-11-18 Thread Henning Westerholt
Kamailio crashed after 5 minutes, version kamailio-5.4.0-dev1 ``` [logs every 2s the following error] Nov 18 21:26:28 customer-1-nbg1-1 /usr/local/kamailio-devel/sbin/kamailio[24200]: ERROR: statsc [statsc_mod.c:151]: statsc_svalue(): statistic free_size not found Nov 18 21:26:28 customer-1-nbg1

[sr-dev] [kamailio/kamailio] Allow function set_advertised_address to receive variable as parameter (#2137)

2019-11-18 Thread pwakano
### Description Currently the functions set_advertised_address and set_advertised_port only accept strings as parameters. Trying to use it with variable causes an error. Having the function using a hard coded value is not a good practice and in order to add flexibility to the script in differ

Re: [sr-dev] [kamailio/kamailio] listen advertise using ACL (#2131)

2019-11-18 Thread pwakano
Although you can workaround the issue with the set_advertised_address, I created this ticket https://github.com/kamailio/kamailio/issues/2137 to allow variables instead of strings as parameter for the function. -- You are receiving this because you are subscribed to this thread. Reply to this e

[sr-dev] git:master:24eb08c9: pkg/kamailio/obs: added extra packages to centos 8, rhel 8 and 7 dists

2019-11-18 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 24eb08c9cbcf4ab464ac5e8f2830bf8afa8a4271 URL: https://github.com/kamailio/kamailio/commit/24eb08c9cbcf4ab464ac5e8f2830bf8afa8a4271 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-18T18:34:56+03:00 pkg/kamailio/obs: added extra packages to

[sr-dev] git:5.3:6867b0e4: pkg/kamailio/obs: added extra packages to centos 8, rhel 8 and 7 dists

2019-11-18 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 6867b0e47fa250c335746e3583ee6f248ab56904 URL: https://github.com/kamailio/kamailio/commit/6867b0e47fa250c335746e3583ee6f248ab56904 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-18T18:36:28+03:00 pkg/kamailio/obs: added extra packages to cen

[sr-dev] git:5.2:5a8da74f: pkg/kamailio/obs: added extra packages to centos 8, rhel 8 and 7 dists

2019-11-18 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: 5a8da74f91fbb33b18d6bf1119801f3270e90599 URL: https://github.com/kamailio/kamailio/commit/5a8da74f91fbb33b18d6bf1119801f3270e90599 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-18T18:37:21+03:00 pkg/kamailio/obs: added extra packages to cen

[sr-dev] git:master:840d2bab: dispatcher: Fixed typo in dispatcher_admin.xml

2019-11-18 Thread Markus Bönke
Module: kamailio Branch: master Commit: 840d2babc7518e92ffc2173dc760828da1d2ff7b URL: https://github.com/kamailio/kamailio/commit/840d2babc7518e92ffc2173dc760828da1d2ff7b Author: Markus Bönke Committer: Markus Bönke Date: 2019-11-18T17:40:23+01:00 dispatcher: Fixed typo in dispatcher_adm

[sr-dev] [kamailio/kamailio] Unable to pass Extra parameter to IMS_CHARGING module (#2138)

2019-11-18 Thread harishyadav1465
**Version** : kamailio 4.2 **platform** : linux **Description** Currently I am using **ims_charging** module ...so from the script we are calling **RO_CCR(6 param)** function ..Until this point it is working fine But the problem occurs when i am passing extra parameter in **RO_CCR(7 param)**

Re: [sr-dev] [kamailio/kamailio] Unable to pass Extra parameter to IMS_CHARGING module (#2138)

2019-11-18 Thread Daniel-Constantin Mierla
Closed #2138. -- 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/issues/2138#event-2810334274___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Unable to pass Extra parameter to IMS_CHARGING module (#2138)

2019-11-18 Thread Daniel-Constantin Mierla
The config file interpreter supports functions with max 6 parameters. Changing that will require updates of the code in the core. However, adding support for more parameters is not optimal also from coding best practices point of view. A solution is to serialize the parameter in a format that yo