Re: [sr-dev] [kamailio/kamailio] unistr.h: No such file or directory (#2020)

2019-07-29 Thread ng-voice GmbH
Closed #2020. -- 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/2020#event-2518547231___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] unistr.h: No such file or directory (#2020)

2019-07-29 Thread ng-voice GmbH
You need "libunistring-dev" instead of just "libunistring". -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] unistr.h: No such file or directory (#2020)

2019-07-29 Thread stefan.wen
### Description when i make websocket module: ws_frame.c:32:20: fatal error: unistr.h: No such file or directory #include ^ compilation terminated. make: *** [ws_frame.o] Error 1 OS: centos7 and i try reinstall libunistring,Still failed -- You are receiving this

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

2019-07-29 Thread welljsjs
I think we'll rather go with plain TCP then as other tools are relying on >=1.1.1 and we cannot downgrade them, too. > I hope it would be not too long to solve this. That's important for us. That's likely gonna be a hard time with non-encrypted SIP. Looking forward to seeing that build in the

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

2019-07-29 Thread Victor Seva
> So the only option we have is downgrading openssl to 1.1.0g? Until We build the debs with those repositories added, yes. I hope it would be not too long to solve this. -- 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 (#2018)

2019-07-29 Thread welljsjs
Shouldn't that be advisable though? So the only option we have is downgrading openssl to 1.1.0g? -- 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 (#2018)

2019-07-29 Thread Victor Seva
confirmed: ``` 03:28:37 Get: 1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libssl1.1 amd64 1.1.0g-2ubuntu4 [1128 kB] ``` We don't use -updates nor -security repositories -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

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

2019-07-29 Thread Daniel-Constantin Mierla
Maybe @linuxmaniac can get a bit of time to check if OS used to build the packages is properly up to date in this case. -- 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:bd477f5b: pkg/kamailio/deb: version set 5.3.0~dev7

2019-07-29 Thread Victor Seva
Module: kamailio Branch: master Commit: bd477f5bb938a05efab76fb096cf5ac780d65c45 URL: https://github.com/kamailio/kamailio/commit/bd477f5bb938a05efab76fb096cf5ac780d65c45 Author: Victor Seva Committer: Victor Seva Date: 2019-07-29T17:30:29+02:00 pkg/kamailio/deb: version set 5.3.0~dev7 ---

Re: [sr-dev] [kamailio/kamailio] db_redis hmset of dialog has an empty value (#2017)

2019-07-29 Thread Daniel-Constantin Mierla
Closed #2017. -- 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/2017#event-2516283780___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] db_redis hmset of dialog has an empty value (#2017)

2019-07-29 Thread Daniel-Constantin Mierla
You need to set the key corresponding for dialog table, see: * https://www.kamailio.org/docs/modules/devel/modules/db_redis.html#db_redis.p.keys If the issue is still there, reopen. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

[sr-dev] git:master:b4e11cb2: core: skip to-tag when computing via branch for invite, ack and cancel

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b4e11cb25d848651406e0ad355d54f10db971761 URL: https://github.com/kamailio/kamailio/commit/b4e11cb25d848651406e0ad355d54f10db971761 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T13:51:57+02:00 core: skip to-tag

[sr-dev] [kamailio/kamailio] kamctl - shell interpreter selection (#2019)

2019-07-29 Thread Daniel-Constantin Mierla
### Description The `kamctl` tool seems to require `bash`, while trying to use `/bin/sh`, which can point to `dash` or other shell interpreters. For example, the output of `kamdbctl create`: ``` MySQL password for root: -e \E[37;33mINFO: creating database kamailio_simple_db ... -e

Re: [sr-dev] [kamailio/kamailio] kamctl: enable kamctl test from shell variable. (#1977)

2019-07-29 Thread Daniel-Constantin Mierla
Closed #1977. -- 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/1977#event-2516023186___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] kamctl: enable kamctl test from shell variable. (#1977)

2019-07-29 Thread Daniel-Constantin Mierla
I applied a slightly different patch for enabling test mode from command line, enclosing the variable in double quotes - 4968e8994157f1152bf7461b16049d67e5c9cc59 . For the bash related problems, I will open a dedicated issue on tracker to decide on a proper solution. -- You are receiving

[sr-dev] git:master:4968e899: kamctl: option to enable kamctl test from shell variable

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4968e8994157f1152bf7461b16049d67e5c9cc59 URL: https://github.com/kamailio/kamailio/commit/4968e8994157f1152bf7461b16049d67e5c9cc59 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T12:25:17+02:00 kamctl: option to

[sr-dev] git:master:12bf3cb5: usrloc: coherent indentation and whitespacing

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 12bf3cb574e2ead2da46e7e237a33415ae12df61 URL: https://github.com/kamailio/kamailio/commit/12bf3cb574e2ead2da46e7e237a33415ae12df61 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T10:40:56+02:00 usrloc: coherent

[sr-dev] git:master:b642263a: usrloc: delete contact attributes in db-only mode

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b642263a08313e86cc4936a9c489e8afb4a2cb5f URL: https://github.com/kamailio/kamailio/commit/b642263a08313e86cc4936a9c489e8afb4a2cb5f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T10:54:41+02:00 usrloc: delete

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

2019-07-29 Thread welljsjs
### Description Ubuntu Bionic 18.04.02 LTS ships with "OpenSSL 1.1.1 11 Sep 2018" (0x1010100f), whereas the `kamailio-tls-modules` package is compiled with "OpenSSL 1.1.0g 2 Nov 2017" (0x1010007f). I installed Kamailio from the Kamailio repositories (not from the Ubuntu repositories).

[sr-dev] git:master:5d303af2: Makefile.defs: version set to 5.3.0-dev7

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5d303af2da471be82c6868d791c0fd6497af8f1d URL: https://github.com/kamailio/kamailio/commit/5d303af2da471be82c6868d791c0fd6497af8f1d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T10:02:31+02:00 Makefile.defs:

[sr-dev] git:master:13545fb1: app_sqlang: disabled unused static function

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 13545fb140b633b14f7a3f0a0fb5c1c55449dbd7 URL: https://github.com/kamailio/kamailio/commit/13545fb140b633b14f7a3f0a0fb5c1c55449dbd7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T09:47:22+02:00 app_sqlang: disabled

[sr-dev] git:master:0bb113db: kemix: fix export of gete_fhost()

2019-07-29 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0bb113dbccb8bfcc5503cc0ceecffb9319496505 URL: https://github.com/kamailio/kamailio/commit/0bb113dbccb8bfcc5503cc0ceecffb9319496505 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-29T09:47:22+02:00 kemix: fix export of

[sr-dev] git:master:629c1674: sync: added support for millisecond resolution sleep

2019-07-29 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 629c1674fcbbfd12310da924e8b6cd5116cd71a3 URL: https://github.com/kamailio/kamailio/commit/629c1674fcbbfd12310da924e8b6cd5116cd71a3 Author: Paweł Pierścionek Committer: Henning Westerholt Date: 2019-07-28T16:28:35+02:00 sync: added support for

[sr-dev] git:master:ce710ce1: async: added support for millisecond resolution sleep

2019-07-29 Thread Henning Westerholt
Module: kamailio Branch: master Commit: ce710ce13a622c3c62334f2ee045b1983d3122f2 URL: https://github.com/kamailio/kamailio/commit/ce710ce13a622c3c62334f2ee045b1983d3122f2 Author: Paweł Pierścionek Committer: Henning Westerholt Date: 2019-07-28T16:28:35+02:00 async: added support for

[sr-dev] git:master:30746000: pkg/kamailio/alpine: backported python3 ruby openrc subpackaging from alpine repo

2019-07-29 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 307465ac49ff9bdb6adde2f6bcc26f678457 URL: https://github.com/kamailio/kamailio/commit/307465ac49ff9bdb6adde2f6bcc26f678457 Author: Sergey Safarov Committer: Henning Westerholt Date: 2019-07-28T13:43:56+02:00 pkg/kamailio/alpine: backported