[sr-dev] git:master:6918a96c: cfgt: don't try to create dir if it already exists

2019-11-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 6918a96cc61fa0b15e09db01bb02e9b9f8c78abf URL: https://github.com/kamailio/kamailio/commit/6918a96cc61fa0b15e09db01bb02e9b9f8c78abf Author: Victor Seva Committer: Victor Seva Date: 2019-11-28T14:28:14+01:00 cfgt: don't try to create dir if it already

[sr-dev] git:5.2:fa777881: cfgt: don't try to create dir if it already exists

2019-11-28 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: fa7778816de04aea0b23f4cce06fd8af6da598fb URL: https://github.com/kamailio/kamailio/commit/fa7778816de04aea0b23f4cce06fd8af6da598fb Author: Victor Seva Committer: Victor Seva Date: 2019-11-28T14:55:42+01:00 cfgt: don't try to create dir if it already exists

[sr-dev] [kamailio/kamailio] pv_headers: Initial commit (#2156)

2019-11-28 Thread Victor Seva
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 youre unsure about any of these, dont hesitate to ask on sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] pv_headers: Initial commit (#2156)

2019-11-28 Thread Victor Seva
@linuxmaniac pushed 1 commit. 1b6f3bdb74bfc1adbf83f609fe445c8acaa93eb0 Makefile.groups: add new pv_headers to basic group -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] git:5.2:65d13ddf: dialplan: fixed avp usage in subst_exp field

2019-11-29 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 65d13ddf14c134555fa99555ef46273cb8f56248 URL: https://github.com/kamailio/kamailio/commit/65d13ddf14c134555fa99555ef46273cb8f56248 Author: Marco Capetta Committer: Victor Seva Date: 2019-11-29T12:51:53+01:00 dialplan: fixed avp usage in subst_exp field

Re: [sr-dev] [kamailio/kamailio] etc/kamailio.cfg: loaded systemdops.so by default (#2144)

2019-11-22 Thread Victor Seva
> @linuxmaniac, is change acceptable for dist not have systemd? Yes, it is. I would not add this as default for now -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:5.3:909aa7ea: pkg/kamailio/deb: version set 5.3.1

2019-11-14 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 909aa7ea5e8a6a4825ec57997e65ea490205ef6a URL: https://github.com/kamailio/kamailio/commit/909aa7ea5e8a6a4825ec57997e65ea490205ef6a Author: Victor Seva Committer: Victor Seva Date: 2019-11-14T11:41:53+01:00 pkg/kamailio/deb: version set 5.3.1 --- Modified

[sr-dev] [kamailio/kamailio] avpops: avp_subst() support pvar as subst parameter (#2158)

2019-11-28 Thread Victor Seva
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 youre unsure about any of these, dont hesitate to ask on sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] Crash in permissions module (#2151)

2019-11-27 Thread Victor Seva
can you try with this patch applied ``` diff --git a/src/modules/permissions/permissions.c b/src/modules/permissions/permissions.c index 7505bb3dd..dfb5a4afc 100644 --- a/src/modules/permissions/permissions.c +++ b/src/modules/permissions/permissions.c @@ -648,8 +648,10 @@ static int

[sr-dev] git:master:f31f0814: pkg/kamailio/deb: switch back to libssl-dev 1.1 where available

2019-09-25 Thread Victor Seva
Module: kamailio Branch: master Commit: f31f0814fa50f29b45bf427cc84d12558834f836 URL: https://github.com/kamailio/kamailio/commit/f31f0814fa50f29b45bf427cc84d12558834f836 Author: Victor Seva Committer: Victor Seva Date: 2019-09-25T10:08:05+02:00 pkg/kamailio/deb: switch back to libssl-dev 1.1

[sr-dev] git:5.2:9fc7c9a1: usrloc: keep a private copy of urecord before running ul_callbacks

2019-10-07 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 9fc7c9a1ee97e708247e050988eabf8b529c5fb2 URL: https://github.com/kamailio/kamailio/commit/9fc7c9a1ee97e708247e050988eabf8b529c5fb2 Author: Victor Seva Committer: Victor Seva Date: 2019-10-07T23:10:19+02:00 usrloc: keep a private copy of urecord before

[sr-dev] git:5.3:7f892850: pkg/kamailio/deb: version set 5.3.0~rc1

2019-10-07 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 7f892850916a6d668386575d1bb1ed1b3a638059 URL: https://github.com/kamailio/kamailio/commit/7f892850916a6d668386575d1bb1ed1b3a638059 Author: Victor Seva Committer: Victor Seva Date: 2019-10-07T23:21:33+02:00 pkg/kamailio/deb: version set 5.3.0~rc1

[sr-dev] git:master:f3cf0a2f: usrloc: keep a private copy of urecord before running ul_callbacks

2019-10-07 Thread Victor Seva
Module: kamailio Branch: master Commit: f3cf0a2f4e60a3a7185baa106869dab85cd8cd0b URL: https://github.com/kamailio/kamailio/commit/f3cf0a2f4e60a3a7185baa106869dab85cd8cd0b Author: Victor Seva Committer: Victor Seva Date: 2019-10-07T22:56:21+02:00 usrloc: keep a private copy of urecord before

Re: [sr-dev] [kamailio/kamailio] usrloc: keep a private copy of urecord before running ul_callbacks (#2090)

2019-10-07 Thread Victor Seva
Merged #2090 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/2090#event-2693285959___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] ursloc has a memory leak if db_mode is DB_ONLY and calling reg_fetch_contacts() (#2089)

2019-10-07 Thread Victor Seva
Closed #2089 via f3cf0a2f4e60a3a7185baa106869dab85cd8cd0b. -- 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/2089#event-2693286015___

[sr-dev] git:5.3:5f477b4e: usrloc: keep a private copy of urecord before running ul_callbacks

2019-10-07 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 5f477b4e58e4d9b02aa20176c314b2915ff832f5 URL: https://github.com/kamailio/kamailio/commit/5f477b4e58e4d9b02aa20176c314b2915ff832f5 Author: Victor Seva Committer: Victor Seva Date: 2019-10-07T23:11:03+02:00 usrloc: keep a private copy of urecord before

[sr-dev] git:master:77329bdd: pkg/kamailio/deb: version set 5.4.0~dev1

2019-10-08 Thread Victor Seva
Module: kamailio Branch: master Commit: 77329bdd360344fd31f515c90f90e087a81ba3ad URL: https://github.com/kamailio/kamailio/commit/77329bdd360344fd31f515c90f90e087a81ba3ad Author: Victor Seva Committer: Victor Seva Date: 2019-10-08T13:25:43+02:00 pkg/kamailio/deb: version set 5.4.0~dev1

[sr-dev] git:master:075c74f1: pkg/kamailio/deb: version set 5.4.0~dev0

2019-10-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 075c74f1dfc7b3402e8c0b9c3ad0e7930b2dcba6 URL: https://github.com/kamailio/kamailio/commit/075c74f1dfc7b3402e8c0b9c3ad0e7930b2dcba6 Author: Victor Seva Committer: Victor Seva Date: 2019-10-03T11:59:52+02:00 pkg/kamailio/deb: version set 5.4.0~dev0

[sr-dev] [kamailio/kamailio] usrloc: keep a private copy of urecord before running ul_callbacks (#2090)

2019-10-03 Thread Victor Seva
!-- 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

Re: [sr-dev] [kamailio/kamailio] ursloc has a memory leak if db_mode is DB_ONLY and calling reg_fetch_contacts() (#2089)

2019-10-03 Thread Victor Seva
after the patch ``` 1(4216) DEBUG: usrloc [udomain.c:996]: udomain_contact_expired_cb(): calling contact expired records - cycle [1] 1(4216) DEBUG: usrloc [ul_callback.h:83]: run_ul_callbacks(): contact=0x7f942fc56bd0, callback type 8/8, id 0 entered 1(4216) exec: ***

[sr-dev] [kamailio/kamailio] ursloc has a memory leak if db_mode is DB_ONLY and calling reg_fetch_contacts() (#2089)

2019-10-03 Thread Victor Seva
### Description usrloc should not leave any ucontact behind when on DB_ONLY ### Troubleshooting Reproduction ``` event_route[usrloc:contact-expired] { $var(uri) = "sip:" + $ulc(exp=>aor) + "@localhost"; xinfo("expired contact for $ulc(exp=>aor) uri:$var(uri)");

Re: [sr-dev] [kamailio/kamailio] avpops: avp_subst() support pvar as subst parameter (#2158)

2019-12-19 Thread Victor Seva
I'm waiting for feedback. No more changes from my side. -- 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/2158#issuecomment-567417587___

[sr-dev] [kamailio/kamailio] core: stop start if ifdef check fails (#2183)

2019-12-23 Thread Victor Seva
!-- 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

Re: [sr-dev] [kamailio/kamailio] cfgt: RPC command to reset/clean test scenario (#574)

2019-12-05 Thread Victor Seva
Closed #574 via 33404809c5a7e604cdf8d7a37be4fa85eb477539. -- 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/574#event-2857532304___

[sr-dev] git:master:33404809: cfgt: add RPC commands 'cfgt.list' and 'cfgt.clean'

2019-12-05 Thread Victor Seva
Module: kamailio Branch: master Commit: 33404809c5a7e604cdf8d7a37be4fa85eb477539 URL: https://github.com/kamailio/kamailio/commit/33404809c5a7e604cdf8d7a37be4fa85eb477539 Author: Victor Seva Committer: Victor Seva Date: 2019-12-05T12:48:24+01:00 cfgt: add RPC commands 'cfgt.list

[sr-dev] git:master:9e1e7d4d: pua_dialoginfo: add missing module parameter from docs

2020-02-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 9e1e7d4d3f7eb2e08d092c9b0b772fc76cf09376 URL: https://github.com/kamailio/kamailio/commit/9e1e7d4d3f7eb2e08d092c9b0b772fc76cf09376 Author: Victor Seva Committer: Victor Seva Date: 2020-02-28T09:31:57+01:00 pua_dialoginfo: add missing module parameter

[sr-dev] git:5.3:64eb8558: pua_dialoginfo: add missing module parameter from docs

2020-02-28 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 64eb8558e94016f74d6a15c2b72f92e6cf8b645e URL: https://github.com/kamailio/kamailio/commit/64eb8558e94016f74d6a15c2b72f92e6cf8b645e Author: Victor Seva Committer: Victor Seva Date: 2020-02-28T09:33:09+01:00 pua_dialoginfo: add missing module parameter from

[sr-dev] git:5.2:a5a73ea2: pua_dialoginfo: add missing module parameter from docs

2020-02-28 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: a5a73ea21349beb76e49379658ad283661bf5de7 URL: https://github.com/kamailio/kamailio/commit/a5a73ea21349beb76e49379658ad283661bf5de7 Author: Victor Seva Committer: Victor Seva Date: 2020-02-28T09:34:06+01:00 pua_dialoginfo: add missing module parameter from

[sr-dev] git:master:ee34fa46: pua_dialoginfo: fix doc for pubruri_callee_dlg_var type

2020-03-02 Thread Victor Seva
Module: kamailio Branch: master Commit: ee34fa46d008426f710c38bf247f4dac9e11bfe7 URL: https://github.com/kamailio/kamailio/commit/ee34fa46d008426f710c38bf247f4dac9e11bfe7 Author: Victor Seva Committer: Victor Seva Date: 2020-03-02T09:20:22+01:00 pua_dialoginfo: fix doc

[sr-dev] git:master:cd94a88d: pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type

2020-03-02 Thread Victor Seva
Module: kamailio Branch: master Commit: cd94a88d21c6d649d63791ba509845a38a6eb76b URL: https://github.com/kamailio/kamailio/commit/cd94a88d21c6d649d63791ba509845a38a6eb76b Author: Victor Seva Committer: Victor Seva Date: 2020-03-02T09:24:29+01:00 pua_dialoginfo: fix doc for puburi_calle[e|r

[sr-dev] git:5.3:e2d4024a: pua_dialoginfo: fix doc for pubruri_callee_dlg_var type

2020-03-02 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: e2d4024a73306b3efc28b321e5d5d32b96601278 URL: https://github.com/kamailio/kamailio/commit/e2d4024a73306b3efc28b321e5d5d32b96601278 Author: Victor Seva Committer: Victor Seva Date: 2020-03-02T09:26:54+01:00 pua_dialoginfo: fix doc for pubruri_callee_dlg_var

[sr-dev] git:5.3:34dffb14: pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type

2020-03-02 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 34dffb148e2fa3e9d354532817acf490ac8c8e95 URL: https://github.com/kamailio/kamailio/commit/34dffb148e2fa3e9d354532817acf490ac8c8e95 Author: Victor Seva Committer: Victor Seva Date: 2020-03-02T09:27:14+01:00 pua_dialoginfo: fix doc for puburi_calle[e|r]_avp

[sr-dev] git:5.2:6ece7d82: pua_dialoginfo: fix doc for pubruri_callee_dlg_var type

2020-03-02 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 6ece7d8288aca10a6d653f164df5b386ed3eb63e URL: https://github.com/kamailio/kamailio/commit/6ece7d8288aca10a6d653f164df5b386ed3eb63e Author: Victor Seva Committer: Victor Seva Date: 2020-03-02T09:27:42+01:00 pua_dialoginfo: fix doc for pubruri_callee_dlg_var

[sr-dev] git:5.2:3dee7c64: pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type

2020-03-02 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 3dee7c6488eb143141becf47e0edd2f3e6ce3cef URL: https://github.com/kamailio/kamailio/commit/3dee7c6488eb143141becf47e0edd2f3e6ce3cef Author: Victor Seva Committer: Victor Seva Date: 2020-03-02T09:27:46+01:00 pua_dialoginfo: fix doc for puburi_calle[e|r]_avp

[sr-dev] git:master:8ebfaee6: Makefile.groups: fix ksecsipid group

2020-01-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 8ebfaee647d26862390e91cf009a6a3ce3226744 URL: https://github.com/kamailio/kamailio/commit/8ebfaee647d26862390e91cf009a6a3ce3226744 Author: Victor Seva Committer: Victor Seva Date: 2020-01-27T11:41:52+01:00 Makefile.groups: fix ksecsipid group

Re: [sr-dev] [kamailio/kamailio] Kamailio Service error (#2210)

2020-01-29 Thread Victor Seva
The tracker here is for reporting bugs in the C code of Kamailio. For discussions about how to use or configure Kamailio, use the sr-us...@lists.kamailio.org mailing list. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio Service error (#2210)

2020-01-29 Thread Victor Seva
Closed #2210. -- 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/2210#event-2989506491___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Lreproxy (#2207)

2020-01-28 Thread Victor Seva
@mojtabaesfandiari first do a rebase of your branch to our master -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-01-28 Thread Victor Seva
there's no doc at all. Please take a look over other modules and provide the documentation. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:7d355f79: Makefile.groups: add missing kemix to basic group

2020-02-05 Thread Victor Seva
Module: kamailio Branch: master Commit: 7d355f796b37c944928c41f19892221155e34ee4 URL: https://github.com/kamailio/kamailio/commit/7d355f796b37c944928c41f19892221155e34ee4 Author: Victor Seva Committer: Victor Seva Date: 2020-02-05T14:22:54+01:00 Makefile.groups: add missing kemix to basic

[sr-dev] git:5.3:970708ec: Makefile.groups: add missing kemix to basic group

2020-02-05 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 970708ec637e47822cb39110bf970f3041ce0f11 URL: https://github.com/kamailio/kamailio/commit/970708ec637e47822cb39110bf970f3041ce0f11 Author: Victor Seva Committer: Victor Seva Date: 2020-02-05T14:23:54+01:00 Makefile.groups: add missing kemix to basic group

[sr-dev] git:5.1:89a49501: pkg/kamailio/deb: version set 5.1.10

2020-02-10 Thread Victor Seva
Module: kamailio Branch: 5.1 Commit: 89a495012de85983a0dcb8cb10d205bf1e0f86d5 URL: https://github.com/kamailio/kamailio/commit/89a495012de85983a0dcb8cb10d205bf1e0f86d5 Author: Victor Seva Committer: Victor Seva Date: 2020-02-10T11:07:12+01:00 pkg/kamailio/deb: version set 5.1.10

[sr-dev] git:master:9fb8eb4a: pv_headers: fix detection of branch flag on collect

2020-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 9fb8eb4a8db659b4e93c24d0d83d24bcff8149ef URL: https://github.com/kamailio/kamailio/commit/9fb8eb4a8db659b4e93c24d0d83d24bcff8149ef Author: Victor Seva Committer: Victor Seva Date: 2020-02-13T09:22:43+01:00 pv_headers: fix detection of branch flag

[sr-dev] git:master:ed4559a7: pv_headers: store To info in xavp_parsed_name.r on replies

2020-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: ed4559a76c32d0addc14a0fae9982b081edc511b URL: https://github.com/kamailio/kamailio/commit/ed4559a76c32d0addc14a0fae9982b081edc511b Author: Victor Seva Committer: Victor Seva Date: 2020-02-13T09:25:31+01:00 pv_headers: store To info in xavp_parsed_name.r

[sr-dev] git:5.3:57c54e76: pkg/kamailio/deb: version set 5.3.2

2020-01-09 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 57c54e76f03cf2753487aaa82b516dda1e66f2f2 URL: https://github.com/kamailio/kamailio/commit/57c54e76f03cf2753487aaa82b516dda1e66f2f2 Author: Victor Seva Committer: Victor Seva Date: 2020-01-09T09:57:00+01:00 pkg/kamailio/deb: version set 5.3.2 --- Modified

[sr-dev] git:master:e5d8c17d: pkg/kamailio/deb: remove mqtt from old releases

2020-01-09 Thread Victor Seva
Module: kamailio Branch: master Commit: e5d8c17d58ba4ac9cc7b44ec9952bcf7a2f5a945 URL: https://github.com/kamailio/kamailio/commit/e5d8c17d58ba4ac9cc7b44ec9952bcf7a2f5a945 Author: Victor Seva Committer: Victor Seva Date: 2020-01-09T09:36:33+01:00 pkg/kamailio/deb: remove mqtt from old releases

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed warnings, added a new config param (#2148)

2020-01-14 Thread Victor Seva
Closed #2148. -- 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/2148#event-2947307133___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] rfc: moving lib srutils to core

2020-01-20 Thread Victor Seva
On Mon, 20 Jan 2020 at 10:08, Daniel-Constantin Mierla wrote: > during the last developers meeting in Dusseldorf we had some discussions > about simplifying the building process and internal dependencies/libraries. > > The src/lib/srutils contains now mainly the uuid and json functions, > which

[sr-dev] [kamailio/kamailio] support pkg-config when detecting libxml2 (#2199)

2020-01-22 Thread Victor Seva
>From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949521: > your package is using `xml2-config` to detect and use libxml2. I'm removing that script, so please update your build system to use pkg-config instead. > >Additionally, your package is not failing to build, so it's creating binaries

Re: [sr-dev] [kamailio/kamailio] support pkg-config when detecting libxml2 (#2199)

2020-01-22 Thread Victor Seva
I will go for try first pkg-config and let xml2-config as a fallback since that change is going to be just in newer versions. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:992dcdab: core: stop start if ifdef check fails

2020-01-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 992dcdabbb42394ad694354cf283a3beb7b66878 URL: https://github.com/kamailio/kamailio/commit/992dcdabbb42394ad694354cf283a3beb7b66878 Author: Victor Seva Committer: Victor Seva Date: 2020-01-03T09:43:23+01:00 core: stop start if ifdef check fails Related

Re: [sr-dev] [kamailio/kamailio] core: stop start if ifdef check fails (#2183)

2020-01-03 Thread Victor Seva
Merged #2183 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/2183#event-2919662121___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:5c8ddbc6: avpops: add avp_subst_pv() documentation

2020-01-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 5c8ddbc64f556e4fec1f0e1215a42abb0b010cd3 URL: https://github.com/kamailio/kamailio/commit/5c8ddbc64f556e4fec1f0e1215a42abb0b010cd3 Author: Victor Seva Committer: Victor Seva Date: 2020-01-03T09:44:07+01:00 avpops: add avp_subst_pv() documentation

Re: [sr-dev] [kamailio/kamailio] avpops: avp_subst() support pvar as subst parameter (#2158)

2020-01-03 Thread Victor Seva
Merged #2158 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/2158#event-2919663260___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:3693ab0b: avpops: add avp_subst_pv()

2020-01-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 3693ab0bbb5254e4286e1894884380295e99ad52 URL: https://github.com/kamailio/kamailio/commit/3693ab0bbb5254e4286e1894884380295e99ad52 Author: Kirill Solomko Committer: Victor Seva Date: 2020-01-03T09:44:07+01:00 avpops: add avp_subst_pv() * same

[sr-dev] git:master:1a035ea1: pkg/kamailio/deb: add mqtt to PACKAGE_GROUPS

2020-01-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 1a035ea1f08d051172ce54693b8a82b207e0c875 URL: https://github.com/kamailio/kamailio/commit/1a035ea1f08d051172ce54693b8a82b207e0c875 Author: Victor Seva Committer: Victor Seva Date: 2020-01-07T11:32:43+01:00 pkg/kamailio/deb: add mqtt to PACKAGE_GROUPS

[sr-dev] git:master:50e1bb81: mqtt: Makefile split check for pkg-config

2020-01-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 50e1bb819aa2cccd576722c879fa7231d894d8cd URL: https://github.com/kamailio/kamailio/commit/50e1bb819aa2cccd576722c879fa7231d894d8cd Author: Victor Seva Committer: Victor Seva Date: 2020-01-07T13:09:06+01:00 mqtt: Makefile split check for pkg-config

[sr-dev] git:master:92cabe35: pkg/kamailio/deb: add kamailio-mqtt-modules package

2020-01-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 92cabe35ba2c39827898293b5e2eff226adcc8f3 URL: https://github.com/kamailio/kamailio/commit/92cabe35ba2c39827898293b5e2eff226adcc8f3 Author: Victor Seva Committer: Victor Seva Date: 2020-01-07T11:23:07+01:00 pkg/kamailio/deb: add kamailio-mqtt-modules

[sr-dev] git:master:7c98249e: pkg/kamailio/deb: version set 5.4.0~dev3

2020-01-08 Thread Victor Seva
Module: kamailio Branch: master Commit: 7c98249e3120b8ebd70aa4ee7d524bf26993eb75 URL: https://github.com/kamailio/kamailio/commit/7c98249e3120b8ebd70aa4ee7d524bf26993eb75 Author: Victor Seva Committer: Victor Seva Date: 2020-01-08T13:01:54+01:00 pkg/kamailio/deb: version set 5.4.0~dev3

[sr-dev] git:master:8d455a5b: pkg/kamailio/deb: use libmosquitto0-dev on older releases

2020-01-08 Thread Victor Seva
Module: kamailio Branch: master Commit: 8d455a5bc56116ac1bd5d136dd439c30ebe45c23 URL: https://github.com/kamailio/kamailio/commit/8d455a5bc56116ac1bd5d136dd439c30ebe45c23 Author: Victor Seva Committer: Victor Seva Date: 2020-01-08T12:39:49+01:00 pkg/kamailio/deb: use libmosquitto0-dev

[sr-dev] git:master:2b070a62: core: remove compiler warnings [-Wstring-plus-int]

2020-03-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 2b070a622fa3c78d929580fda3c7952963c4066b URL: https://github.com/kamailio/kamailio/commit/2b070a622fa3c78d929580fda3c7952963c4066b Author: Victor Seva Committer: Victor Seva Date: 2020-03-07T11:35:55+01:00 core: remove compiler warnings [-Wstring-plus

[sr-dev] git:master:f2959f42: core: remove compiler warnings [-Wstring-plus-int]

2020-03-07 Thread Victor Seva
Module: kamailio Branch: master Commit: f2959f422bb8171241728f5148d4b21c9cc2c681 URL: https://github.com/kamailio/kamailio/commit/f2959f422bb8171241728f5148d4b21c9cc2c681 Author: Victor Seva Committer: Victor Seva Date: 2020-03-07T12:01:08+01:00 core: remove compiler warnings [-Wstring-plus

[sr-dev] git:5.3:ee9cd2ea: pkg/kamailio/deb: version set to 5.3.3

2020-03-16 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: ee9cd2ea0874f10cb97d899c222e17d8d57385ea URL: https://github.com/kamailio/kamailio/commit/ee9cd2ea0874f10cb97d899c222e17d8d57385ea Author: Victor Seva Committer: Victor Seva Date: 2020-03-16T11:46:40+01:00 pkg/kamailio/deb: version set to 5.3.3

Re: [sr-dev] [kamailio/kamailio] pv: add xavp KEMI functions (#2285)

2020-04-15 Thread Victor Seva
Merged #2285 into vseva/kemi. -- 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/2285#event-3234575367___ Kamailio (SER) - Development

[sr-dev] git:master:7f51bc70: pv: add KEMI functions pvx.xavp_get_keys and pvx.xavp_getd

2020-04-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 7f51bc7080bc5c46fbc21148818b3cc30c05d59f URL: https://github.com/kamailio/kamailio/commit/7f51bc7080bc5c46fbc21148818b3cc30c05d59f Author: Victor Seva Committer: Victor Seva Date: 2020-04-15T11:12:30+02:00 pv: add KEMI functions pvx.xavp_get_keys

Re: [sr-dev] [kamailio/kamailio] pv: add xavp KEMI functions (#2285)

2020-04-15 Thread Victor Seva
@linuxmaniac pushed 1 commit. 0b7b44a1d7105b1a955371cbc3bcfaaab023d623 pv: add KEMI functions pvx.xavp_get_keys and pvx.xavp_getd -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] git:master:a1ef564b: app_lua: add support for ARRAY and DICT types

2020-04-15 Thread Victor Seva
Module: kamailio Branch: master Commit: a1ef564b50877be7c5eed2b8a0ef3a8b00d3d1cd URL: https://github.com/kamailio/kamailio/commit/a1ef564b50877be7c5eed2b8a0ef3a8b00d3d1cd Author: Victor Seva Committer: Victor Seva Date: 2020-04-15T11:09:40+02:00 app_lua: add support for ARRAY and DICT types

Re: [sr-dev] [kamailio/kamailio] KEMI: add support for array and dict datatypes (#2284)

2020-04-15 Thread Victor Seva
Merged #2284 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/2284#event-3234573080___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:8f753d10: core: KEMI suport for ARRAY and DICT

2020-04-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 8f753d10b7dd44735d723dd781864ddd0202e769 URL: https://github.com/kamailio/kamailio/commit/8f753d10b7dd44735d723dd781864ddd0202e769 Author: Victor Seva Committer: Victor Seva Date: 2020-04-15T11:09:40+02:00 core: KEMI suport for ARRAY and DICT

[sr-dev] git:master:9f6331e0: app_python: fix SR_KEMIP_DICT case in return_xval

2020-04-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 9f6331e0614599dd9dcdc1e362efad5bf228b0c4 URL: https://github.com/kamailio/kamailio/commit/9f6331e0614599dd9dcdc1e362efad5bf228b0c4 Author: Victor Seva Committer: Victor Seva Date: 2020-04-15T12:04:24+02:00 app_python: fix SR_KEMIP_DICT case

Re: [sr-dev] RFC: KEMI and array/dictionary values

2020-04-08 Thread Victor Seva
On 4/8/20 9:56 AM, Daniel-Constantin Mierla wrote: > Hello, > > the old sr module should be now part of app_lua_sr module, just in case > someone missed it. The module can be used along with app_lua and the two > objects KSR and sr can be used together in the same config. Yes, this is my

[sr-dev] [kamailio/kamailio] KEMI: add support for array and dict datatypes (#2284)

2020-04-14 Thread Victor Seva
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 youre unsure about any of these, dont hesitate to ask on sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] KEMI: add support for array and dict datatypes (#2284)

2020-04-14 Thread Victor Seva
``` 1(1730) DEBUG: LUA {INVITE}: app_lua [app_lua_api.c:1004]: sr_kemi_lua_exec_func_ex(): param[0] for: info is str: *** ksr_test get_keys*** 1(1730) INFO: LUA {INVITE}: [core/kemi.c:104]:

[sr-dev] [kamailio/kamailio] pv: add xavp KEMI functions (#2285)

2020-04-14 Thread Victor Seva
## 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 youre unsure about any of these, dont hesitate to ask on sr-dev mailing

[sr-dev] git:master:b3e01c14: pv: fixes for KEMI pvx.xavp_getd

2020-04-21 Thread Victor Seva
Module: kamailio Branch: master Commit: b3e01c149433c26e8792f1caf77b189d85378055 URL: https://github.com/kamailio/kamailio/commit/b3e01c149433c26e8792f1caf77b189d85378055 Author: Victor Seva Committer: Victor Seva Date: 2020-04-21T13:27:38+02:00 pv: fixes for KEMI pvx.xavp_getd --- Modified

[sr-dev] [kamailio/kamailio] build errors with GCC 10 (#2293)

2020-04-21 Thread Victor Seva
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957395 >Package: src:kamailio >Version: 5.3.2-1 >[..] >The package fails to build in a test rebuild on at least amd64 with >gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The >severity of this report will be raised before the bullseye

[sr-dev] git:master:e1239717: misc: kemi examples, add missing kemix module

2020-04-09 Thread Victor Seva
Module: kamailio Branch: master Commit: e123971726a8d18627091870086ee7d244e9802f URL: https://github.com/kamailio/kamailio/commit/e123971726a8d18627091870086ee7d244e9802f Author: Victor Seva Committer: Victor Seva Date: 2020-04-09T13:19:00+02:00 misc: kemi examples, add missing kemix module

[sr-dev] git:master:661fc019: misc: examples kemi, don't fail if optional modules are not loaded

2020-04-09 Thread Victor Seva
Module: kamailio Branch: master Commit: 661fc0193da9e559e22b83b006db3e23345c092c URL: https://github.com/kamailio/kamailio/commit/661fc0193da9e559e22b83b006db3e23345c092c Author: Victor Seva Committer: Victor Seva Date: 2020-04-09T13:48:06+02:00 misc: examples kemi, don't fail if optional

Re: [sr-dev] [kamailio/kamailio] TLS module compiled with outdated OpenSSL version for Ubuntu bionic (#2) (#2288)

2020-04-17 Thread Victor Seva
https://kamailio.sipwise.com/view/kam51/job/kamailiodev-nightly-binaries/architecture=amd64,distribution=bionic/1641/consoleText ``` Get: 30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.5 [613 kB] ``` Fixes in place and seems to work fine

Re: [sr-dev] [kamailio/kamailio] TLS module compiled with outdated OpenSSL version for Ubuntu bionic (#2) (#2288)

2020-04-17 Thread Victor Seva
Closed #2288. -- 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/2288#event-3243597966___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] TLS module compiled with outdated OpenSSL version for Ubuntu bionic (#2) (#2288)

2020-04-17 Thread Victor Seva
Triggered builds for kamailio-[dev|5.3|5.2]-nightly to get some debs using the security repositories included. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] TLS module compiled with outdated OpenSSL version for Ubuntu bionic (#2) (#2288)

2020-04-17 Thread Victor Seva
Yes, confirmed. There was a mistake with the internal Sipwise and Github repos and some commits were lost: https://github.com/sipwise/kamailio-deb-jenkins/commit/1e06bfc19870db27477ec28c5a91521c625c54e7

Re: [sr-dev] [kamailio/kamailio] several compilation warnings: parameter may be used uninitialized and other (#2169)

2020-04-06 Thread Victor Seva
I don't see those warnings in master right now: https://travis-ci.org/github/kamailio/kamailio/jobs/671234864 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] RFC: KEMI and array/dictionary values

2020-04-06 Thread Victor Seva
Hi, We started to migrate our Lua scripts to KEMI but we use [0] sr.xavp.get_keys() and sr.xavp.get() functions that return an array and a dictionary. It seems that KEMI has no support for complex data types. So, I think we still need a way to extend the interpreters with richer functions that

[sr-dev] git:master:3b706926: pkg/kamailio/deb: version set 5.4.0~dev4

2020-03-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 3b7069269f28be7869a90420682ef03641a741e4 URL: https://github.com/kamailio/kamailio/commit/3b7069269f28be7869a90420682ef03641a741e4 Author: Victor Seva Committer: Victor Seva Date: 2020-03-27T12:55:43+01:00 pkg/kamailio/deb: version set 5.4.0~dev4

[sr-dev] [kamailio/kamailio] ndb_redis: redis_cmd() doesn't return error with a faulty command (#2300)

2020-04-24 Thread Victor Seva
### Description Detected that a command like this was not returning <0 ``` if(redis_cmd("test", "HSET dd field1", "r")) { [...] } ``` Same command on redis-cli: ``` # redis-cli 127.0.0.1:6379> HSET dd field1 (error) ERR wrong number of arguments for 'hset' command ``` ### Troubleshooting

Re: [sr-dev] [kamailio/kamailio] Debian package version don't support distribution upgrades (#2160)

2020-04-23 Thread Victor Seva
There's a problem too with the nightly and stable versions: ``` $ dpkg --compare-versions 5.3.3+0~20200417092406.72+bionic gt 5.3.3+bionic; echo $? 1 ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:5.3:5a90c8bc: utils/kamctl: dbtextdb remove DeprecationWarning on test

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 5a90c8bc600fe9a93a5ce4f828ce50f3bf532b99 URL: https://github.com/kamailio/kamailio/commit/5a90c8bc600fe9a93a5ce4f828ce50f3bf532b99 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:01:42+02:00 utils/kamctl: dbtextdb remove DeprecationWarning

[sr-dev] git:5.3:c4dd3218: utils/kamctl: fix dbtestdb

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: c4dd3218e6b723c688762a5c4253fa70f3f588bc URL: https://github.com/kamailio/kamailio/commit/c4dd3218e6b723c688762a5c4253fa70f3f588bc Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:01:19+02:00 utils/kamctl: fix dbtestdb some indentantion

Re: [sr-dev] [kamailio/kamailio] [Feature Request] Python3 compatibility for dbtextdb (#1747)

2020-05-04 Thread Victor Seva
Closed #1747. -- 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/1747#event-3299859313___ Kamailio (SER) - Development Mailing List

[sr-dev] git:5.3:e26e587f: utils/kamctl: dbtextdb.py close previous opened file properly

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: e26e587f31eb23c431a2cfb149ec7a86b4f648bc URL: https://github.com/kamailio/kamailio/commit/e26e587f31eb23c431a2cfb149ec7a86b4f648bc Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:01:53+02:00 utils/kamctl: dbtextdb.py close previous opened

[sr-dev] git:5.2:4061a1d7: utils/kamctl: dbtextdb.py close previous opened file properly

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 4061a1d7cd130a5c3e4236c2abb999658ee02e36 URL: https://github.com/kamailio/kamailio/commit/4061a1d7cd130a5c3e4236c2abb999658ee02e36 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:07:58+02:00 utils/kamctl: dbtextdb.py close previous opened

[sr-dev] git:5.2:a2660fbe: utils/kamctl: fix dbtestdb

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: a2660fbe2e974553f0146c9ee84fcc6fa2f8f705 URL: https://github.com/kamailio/kamailio/commit/a2660fbe2e974553f0146c9ee84fcc6fa2f8f705 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:07:05+02:00 utils/kamctl: fix dbtestdb some indentantion

[sr-dev] git:5.2:0d9c72b2: utils/kamctl: dbtextdb remove DeprecationWarning on test

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 0d9c72b27d75fb2e4ec879e855ce141394ce1918 URL: https://github.com/kamailio/kamailio/commit/0d9c72b27d75fb2e4ec879e855ce141394ce1918 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:07:05+02:00 utils/kamctl: dbtextdb remove DeprecationWarning

Re: [sr-dev] [kamailio/kamailio] [Feature Request] Python3 compatibility for dbtextdb (#1747)

2020-05-04 Thread Victor Seva
now python2 and python3 pass the test: ``` python3 dbtextdb_test.py ... -- Ran 3 tests in 0.006s OK ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:5f52f990: utils/kamctl: dbtextdb.py close previous opened file properly

2020-05-04 Thread Victor Seva
Module: kamailio Branch: master Commit: 5f52f9905bbdf63d636080f7d0340af4f71ed12a URL: https://github.com/kamailio/kamailio/commit/5f52f9905bbdf63d636080f7d0340af4f71ed12a Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T15:22:36+02:00 utils/kamctl: dbtextdb.py close previous opened

[sr-dev] git:master:765efa80: utils/kamctl: dbtextdb remove DeprecationWarning on test

2020-05-04 Thread Victor Seva
Module: kamailio Branch: master Commit: 765efa80c7d27e9447bc1ad8a354ee24723580ef URL: https://github.com/kamailio/kamailio/commit/765efa80c7d27e9447bc1ad8a354ee24723580ef Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T15:06:43+02:00 utils/kamctl: dbtextdb remove

[sr-dev] git:5.2:23062ed5: utils/kamctl: fix handling of Exceptions

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 23062ed50ea4e6b6e00468cc7f8ec57ccc613429 URL: https://github.com/kamailio/kamailio/commit/23062ed50ea4e6b6e00468cc7f8ec57ccc613429 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T17:07:04+02:00 utils/kamctl: fix handling of Exceptions

[sr-dev] git:master:1aca79c4: utils/kamctl: fix handling of Exceptions

2020-05-04 Thread Victor Seva
Module: kamailio Branch: master Commit: 1aca79c43cb8dbd920c1eb81c0c30cf89f0985b9 URL: https://github.com/kamailio/kamailio/commit/1aca79c43cb8dbd920c1eb81c0c30cf89f0985b9 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T11:33:12+02:00 utils/kamctl: fix handling of Exceptions

[sr-dev] git:5.3:5f6f4331: utils/kamctl: fix handling of Exceptions

2020-05-04 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: 5f6f4331811e654e75b49263f8fb823bea9874a3 URL: https://github.com/kamailio/kamailio/commit/5f6f4331811e654e75b49263f8fb823bea9874a3 Author: Victor Seva Committer: Victor Seva Date: 2020-05-04T12:10:05+02:00 utils/kamctl: fix handling of Exceptions

<    2   3   4   5   6   7   8   9   10   11   >