Re: [sr-dev] [kamailio/kamailio] db_redis: Failed to allocate memory for match pattern (#2441)

2020-08-25 Thread sergey-safarov
if such behavior is expected, then yes, we can. -- 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/2441#issuecomment-680230420___ Kamailio (

Re: [sr-dev] [kamailio/kamailio] db_redis: Failed to allocate memory for match pattern (#2441)

2020-08-25 Thread sergey-safarov
Closed #2441. -- 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/2441#event-3691644920___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] db_redis: Failed to allocate memory for match pattern (#2441)

2020-08-24 Thread sergey-safarov
When I added `key` for both tables, then the issue resolved. -- 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/2441#issuecomment-679311393_

Re: [sr-dev] [kamailio/kamailio] master ignores OPTIONS messages via IPv6 socket (#2453)

2020-08-21 Thread sergey-safarov
Closed #2453. -- 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/2453#event-3678618009___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] master ignores OPTIONS messages via IPv6 socket (#2453)

2020-08-21 Thread sergey-safarov
my mistake kamailio bound to 5060, but options send to 5080. Clossing -- 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/2453#issuecomment-678118180

Re: [sr-dev] [kamailio/kamailio] master ignores OPTIONS messages via IPv6 socket (#2453)

2020-08-21 Thread sergey-safarov
when kamailio started with ``` kamailio -DD -E - ``` Then I can see in the output only this ``` 2(1410) DEBUG: [core/udp_server.c:516]: udp_rcv_loop(): probing packet received from 2600:70FF:B0CF:0:8099:5CFF:B271:D303 37819 4(1412) DEBUG: [core/udp_server.c:516]: udp_rcv_loop(): probing pa

[sr-dev] [kamailio/kamailio] master ignores OPTIONS messages via IPv6 socket (#2453)

2020-08-21 Thread sergey-safarov
### Description Added IPv6 listeners into the default config file. ``` listen=udp:[2600:1f18:63e1:6936::300]:5060 listen=tcp:[2600:1f18:63e1:6936::300]:5060 ``` Kamailio is able receive REGISTER messages. But ignores `OPTIONS`. When `#!define WITH_DEBUG` kamailio shows nothing on `OPTIONS` messag

Re: [sr-dev] [kamailio/kamailio] db_redis: Failed to allocate memory for match pattern (#2441)

2020-08-18 Thread sergey-safarov
`redis` database is clean, just started the first time. I tried change -M and -m options, it does not matter. I found the issue raised when Kamailio try to load the whole table. ``` 0(54469) DEBUG: db_redis [redis_dbase.c:2319]: db_redis_query(): querying prefix (table) 'rtpengine' 0(54469) DEBUG

Re: [sr-dev] [kamailio/kamailio] db_redis: Failed to allocate memory for match pattern (#2441)

2020-08-14 Thread sergey-safarov
when used config with `rtpengine` and `dispatcher` is not mater order load. Kamailio always fail load. ``` loadmodule "db_redis.so" loadmodule "rtpengine.so" loadmodule "dispatcher.so" modparam("db_redis", "keys", "address=entry:id") modparam("rtpengine", "db_url", "redis://127.0.0.1:6379/1") mo

[sr-dev] [kamailio/kamailio] db_redis: Failed to allocate memory for match pattern (#2441)

2020-08-14 Thread sergey-safarov
### Description I want to start Kamailio with this config ``` loadmodule "db_redis.so" loadmodule "permissions.so" loadmodule "rtpengine.so" #loadmodule "permissions.so" modparam("db_redis", "keys", "address=entry:id") modparam("permissions", "db_url", "redis://127.0.0.1:6379/1"); modparam("rtpen

Re: [sr-dev] [kamailio/kamailio] dual-stack bonding when used network interface name (#2404)

2020-08-11 Thread sergey-safarov
why kamailio not start if "bind_ipv6_link_local=0"? -- 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/2404#issuecomment-671867156___ Kamail

Re: [sr-dev] [kamailio/kamailio] dual-stack bonding when used network interface name (#2404)

2020-08-03 Thread sergey-safarov
yes, that works but local link address is also present ```sh / # kamailio -DD -E Listening on udp: 192.168.5.7:5060 udp: 2600:70FF:B0CF:0:6C3E:2B62:BA0C:A6CC:5060 udp: FE80:0:0:0:86B7:634:47E:6A56:5060 Aliases: udp: fe80::86b7:634:47e:6a56:5060

Re: [sr-dev] [kamailio/kamailio] Reports -DCOMPILER='"gcc 0.2.1"' when compiling with gcc 10.2.1 on Fedora (#2425)

2020-08-03 Thread sergey-safarov
```sh [root@a3d1ce8af014 /]# gcc --version gcc (GCC) 10.2.1 20200723 (Red Hat 10.2.1-1) Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` -- Y

Re: [sr-dev] [kamailio/kamailio] Reports -DCOMPILER='"gcc 0.2.1"' when compiling with gcc 10.2.1 on Fedora (#2425)

2020-08-03 Thread sergey-safarov
```sh [root@a3d1ce8af014 /]# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/10/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages

[sr-dev] git:master:56bb276b: pkg/kamailio/obs: spec formating

2020-07-27 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 56bb276b4e5c00843244d555e7c5221e3f2a6203 URL: https://github.com/kamailio/kamailio/commit/56bb276b4e5c00843244d555e7c5221e3f2a6203 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-07-27T10:25:06+03:00 pkg/kamailio/obs: spec formating

Re: [sr-dev] [kamailio/kamailio] could not find module in

2020-07-24 Thread sergey-safarov
I assume, used Debian and Kamailio installed from packages? -- 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/2408#issuecomment-663675010_

Re: [sr-dev] [kamailio/kamailio] Broken kamailio repo (#2407)

2020-07-23 Thread sergey-safarov
Closed #2407. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2407#event-3579442331___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht

Re: [sr-dev] [kamailio/kamailio] Broken kamailio repo (#2407)

2020-07-23 Thread Sergey Safarov
RPM rebuild triggered. You can check after hour On Thu, Jul 23, 2020 at 12:00 PM Jakub Bartak wrote: > Description > > Centos RPM repo is generating Kamailio 5.0.8 packages that can't be > installed > Looks like same issue as: #1604 > > Troubles

Re: [sr-dev] [kamailio/kamailio] Default config and options for Kamailio 5.4.0 (#2381)

2020-07-20 Thread sergey-safarov
As more and more installation requires dual-stack installation (IPv4 and IPv6). So I suggest enabling `auto_bind_ipv6=1`. If this not acceptable, then add this option as comment near of `listen` directive. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] dual-stack bonding when used network interface name (#2404)

2020-07-20 Thread sergey-safarov
Look as good approach but now has some error I configured ``` listen=udp:eth0:5060 auto_bind_ipv6=1 bind_ipv6_link_local=0 ``` And when start kamailio get error ``` / # kamailio -DD -E Listening on

Re: [sr-dev] [kamailio/kamailio] dual-stack bonding when used network interface name (#2404)

2020-07-19 Thread sergey-safarov
for dual-stack Kamailio may be used `advertise` option like ``` listen=udp:eth0:5060 advertise "dual-stack.kamailio.org" ``` -- 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/2404#iss

[sr-dev] [kamailio/kamailio] dual-stack bonding when used network interface name (#2404)

2020-07-19 Thread sergey-safarov
### Description I prefer to use interface name for `listen` *example* ``` listen=udp:eth0:5060 ``` When `kamailo` started then bounded only to IPv4 address. Could be added feature dual-stack bounding when used interface name. tested latest master. -- You are receiving this because you are sub

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-07 Thread sergey-safarov
> make it sense to add it to debian packaging? As it does not need in most cases, I think best options a package `/etc/systemd/system/kamailio.service.d/20-siremis.conf` for other packages then `kamailio`. This may be `kamailio-cfg-siremis` or `siremis` itself. -- You are receiving this becaus

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-05 Thread sergey-safarov
@henningw please create file `/etc/systemd/system/kamailio.service.d/20-siremis.conf` with content ``` [Service] AmbientCapabilities=CAP_CHOWN ``` and then execute commands ```sh systemctl daemon-reload systemctl restart kamailio systemctl status kamailio ``` -- You are receiving this because yo

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-05 Thread sergey-safarov
>If we provide this capability in the module, it should work in our packages as >well. If you want to add these extra capabilities via `SIREMIS` package, then yes. That will works. Required create drop-in like `/etc/systemd/system/kamailio.service.d/20-siremis.conf`. This change made to fix the

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-05 Thread sergey-safarov
Also, you can create drop-in and start Kamailio with required user and group ``` [Service] User=www-data Group=root ``` Or you can create drop-in and start Kamailio as before under root user and then drop process permission > On systemd, to change username or group please create drop-in /etc/sys

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-05 Thread sergey-safarov
``` root@kam01:/home/henning# ls -ld /var/run/kamailio ls: cannot access '/var/run/kamailio': No such file or directory root@kam01:/home/henning# ls -l /var/run/kamailio ls: cannot access '/var/run/kamailio': No such file or directory ``` Looks as not exist tmpfiles configuration file. I will mak

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-05 Thread sergey-safarov
all files under `/var/run/` (a symbolic link to `/run`) must be created from scratch on server reboot. Could you make a test: 1) systemctl disable kamailio 2) reboot 3) ls -ld /var/run/kamailio 4) ls -l /var/run/kamailio 5) systemctl enable --now kamailio 6) ls -ld /var/run/kamailio 7) ls -l /var/

Re: [sr-dev] [kamailio/kamailio] commit 0436af5abd8b73e breaks startup for jsonrpcs module (#2391)

2020-07-05 Thread sergey-safarov
Is it reproducible on clean installation? Or only after upgrade? Is issue fixed after server reboot? -- 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/2391#issuecomment-653869404

Re: [sr-dev] [kamailio/kamailio] Default config and options for Kamailio 5.4.0 (#2381)

2020-07-02 Thread sergey-safarov
How about `systemdops` module loading by default via `/etc/kamailio/kamailio.cfg`? Looks as most of the supported dists use `systemd`. Except Alpine. For Alpine I will disable this module loading. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[sr-dev] git:master:a369ed96: pkg/docker: updated submodule

2020-06-30 Thread Sergey Safarov
Module: kamailio Branch: master Commit: a369ed969e956d491f2ced3bc72a8e21343fbe18 URL: https://github.com/kamailio/kamailio/commit/a369ed969e956d491f2ced3bc72a8e21343fbe18 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-30T15:42:37+03:00 pkg/docker: updated submodule

[sr-dev] git:master:73a523ba: dispatcher: cfg - simplified WITHINDLG

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 73a523ba02cc4f4d25636a03344c45a5af7ac295 URL: https://github.com/kamailio/kamailio/commit/73a523ba02cc4f4d25636a03344c45a5af7ac295 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:46:35+03:00 dispatcher: cfg - simplified WITHINDLG

[sr-dev] git:master:bef306b9: dispatcher: cfg - simplified WITHINDLG

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: bef306b97e62dfdb5297a1589541a69e68bbcae0 URL: https://github.com/kamailio/kamailio/commit/bef306b97e62dfdb5297a1589541a69e68bbcae0 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:49:02+03:00 dispatcher: cfg - simplified WITHINDLG

[sr-dev] git:master:948e0476: dispatcher: docbook - ident formating using Oxygen 13

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 948e04761029c17841b86a2a133f042b69f264ac URL: https://github.com/kamailio/kamailio/commit/948e04761029c17841b86a2a133f042b69f264ac Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:34:14+03:00 dispatcher: docbook - ident formating

[sr-dev] git:master:df73f600: dispatcher: cfg - more simple nesing for route[WITHINDLG]

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: df73f60011497a7346c122cd4328e9564862a448 URL: https://github.com/kamailio/kamailio/commit/df73f60011497a7346c122cd4328e9564862a448 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:39:14+03:00 dispatcher: cfg - more simple nesing for

[sr-dev] git:master:76e1d0ea: dispatcher: docbook - fixed 'Attribute "xmlns:xi" must be declared for element type'

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 76e1d0ea1789dc122a04bb82be9b90cb43c64450 URL: https://github.com/kamailio/kamailio/commit/76e1d0ea1789dc122a04bb82be9b90cb43c64450 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:26:48+03:00 dispatcher: docbook - fixed 'Attr

[sr-dev] git:master:b22d8317: dispatcher: docbook - ident formating using Oxygen 13

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: b22d83175a3979ff91ecfad34b1623e7cbad1f1b URL: https://github.com/kamailio/kamailio/commit/b22d83175a3979ff91ecfad34b1623e7cbad1f1b Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:23:36+03:00 dispatcher: docbook - ident formating

[sr-dev] git:master:c96ddb32: dispatcher: docbook - fixed 'Document root element "chapter", must match DOCTYPE root "book".'

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: c96ddb32d023f1f6dff1e87160c657c4b9cc1a8d URL: https://github.com/kamailio/kamailio/commit/c96ddb32d023f1f6dff1e87160c657c4b9cc1a8d Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:19:30+03:00 dispatcher: docbook - fixed 'Doc

[sr-dev] git:master:cb232a7f: dispatcher: docbook - space formating

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: cb232a7f535502ed181bd78741fc7b8fc048025d URL: https://github.com/kamailio/kamailio/commit/cb232a7f535502ed181bd78741fc7b8fc048025d Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:17:40+03:00 dispatcher: docbook - space formating

[sr-dev] git:master:397ad54d: dispatcher: docbook - space formating

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 397ad54d977ed2b17d7f936f97b24ce5a235af22 URL: https://github.com/kamailio/kamailio/commit/397ad54d977ed2b17d7f936f97b24ce5a235af22 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:10:55+03:00 dispatcher: docbook - space formating

[sr-dev] git:master:37895267: dispatcher: docbook - fixed "The content of the parent element type is element only."

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 378952672659ccec883f18f77b8c932a73fc657e URL: https://github.com/kamailio/kamailio/commit/378952672659ccec883f18f77b8c932a73fc657e Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T21:49:09+03:00 dispatcher: docbook - fixed "The co

[sr-dev] git:master:51d1c2eb: dispatcher: docbook - fixed 'Attribute "xmlns:xi" must be declared for element type'

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 51d1c2ebc251b930ee40d854a84995c911b86db4 URL: https://github.com/kamailio/kamailio/commit/51d1c2ebc251b930ee40d854a84995c911b86db4 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T22:05:45+03:00 dispatcher: docbook - fixed 'Attr

[sr-dev] git:master:44f62bd8: dispatcher: docbook - fixed "The content of the parent element type is element only."

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 44f62bd8e0a4c0ef7a9d2b87e52941b0f62d41bd URL: https://github.com/kamailio/kamailio/commit/44f62bd8e0a4c0ef7a9d2b87e52941b0f62d41bd Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T21:42:59+03:00 dispatcher: docbook - fixed "The co

[sr-dev] git:master:715d49b6: dispatcher: docbook - fixed "Document root element "chapter", must match DOCTYPE root "book"."

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 715d49b62bef30b485d3975acd20b406c444956f URL: https://github.com/kamailio/kamailio/commit/715d49b62bef30b485d3975acd20b406c444956f Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T21:28:19+03:00 dispatcher: docbook - fixed "Doc

[sr-dev] git:master:60e29f96: dispatcher: docbook space formating

2020-06-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 60e29f96ae57489669d1c266255e94b449e07dac URL: https://github.com/kamailio/kamailio/commit/60e29f96ae57489669d1c266255e94b449e07dac Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-25T21:05:55+03:00 dispatcher: docbook space formating

Re: [sr-dev] [kamailio/kamailio] icmp failover (#2377)

2020-06-26 Thread sergey-safarov
Thanks, Daniel for clarification. For issue tracking. According `Figure 5: INVITE client transaction` of [RFC3261](https://tools.ietf.org/html/rfc3261#page-128) on transport error (TCP reset for TCP transport or ICMP for UDP transport) is fired `Timer B` and next call state `Terminated`. -- Y

Re: [sr-dev] [kamailio/kamailio] icmp failover (#2377)

2020-06-26 Thread sergey-safarov
Used Linux kernel ``` [build@safarov-dell ~]$ uname -a Linux safarov-dell.home 5.5.8-200.fc31.x86_64 #1 SMP Thu Mar 5 21:28:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https

[sr-dev] [kamailio/kamailio] icmp failover (#2377)

2020-06-26 Thread sergey-safarov
### Description I found that kamailio ignores ICMP messages from remote hosts ### Expected behavior Immediately failover after ICMP message. Actual observed behavior kamailio ignores ICMP messages How to reproduce Create kamailio config ``` loadmodule "pv.so" loadmodule "tm.so" listen

[sr-dev] [kamailio/kamailio] dispatcher use only one server from SRV results (#2376)

2020-06-26 Thread sergey-safarov
### Description I have configured dispatcher with set: ``` id 1 setid 1 destination "sip:trial.nga911.com" flags 16 priority 0 attrs "" description "trial esrp" ``` Record above from `redis` database Then kamailio report dispatcher dump ```sh [root@ip-172-22-6-233 config]# kamctl dispatcher dum

[sr-dev] [kamailio/kamailio] dipatcher: dockbook and config formatting (#2375)

2020-06-25 Thread sergey-safarov
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README files for mo

[sr-dev] git:master:224f1643: pkg: obs/kamailio.spec - simplified pkgconfig requirements

2020-06-24 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 224f16431c2ac87d7926b361574e25f27ef6 URL: https://github.com/kamailio/kamailio/commit/224f16431c2ac87d7926b361574e25f27ef6 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-24T17:49:24+03:00 pkg: obs/kamailio.spec - simplified

Re: [sr-dev] [kamailio/kamailio] Add some missing build requirements (#2368)

2020-06-24 Thread sergey-safarov
yes, exists ```sh [safarov@safarov-dell kamailio-upstream]$ docker run -it centos:6 [root@c8b81ef4309e /]# pkg-config --version 0.23 ``` I make changes -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamail

Re: [sr-dev] [kamailio/kamailio] Add some missing build requirements (#2368)

2020-06-23 Thread sergey-safarov
Hi Daniel Think this change ``` %if 0%{?rhel} || 0%{?centos_ver} %if 0%{?rhel} > 6 || 0%{?centos_ver} > 6 BuildRequires: pkgconfig %endif %else BuildRequires: pkgconfig %endif ``` Is equal to ``` %if 0%{?rhel} %if 0%{?rhel} > 6 BuildRequires: pkgconfig %endif %else BuildRequires: pkgconfig %end

[sr-dev] [kamailio/kamailio] carrierroute: false reports no file permission (#2369)

2020-06-23 Thread sergey-safarov
### Description I want start kamailio as `root` user with carrierroute module. and get this error message ``` [root@ip-172-22-6-233 config]# kamailio -DD -E 0(13687) INFO: [core/sctp_core.c:74]: sctp_core_check_support(): SCTP API not enabled - if you want to use it, load sctp module Listening o

[sr-dev] git:master:ea8dec94: pkg/kamailio: fixed -pre release RPM packaging

2020-06-22 Thread Sergey Safarov
Module: kamailio Branch: master Commit: ea8dec941897f23a0c04d045edfed80a41e042cf URL: https://github.com/kamailio/kamailio/commit/ea8dec941897f23a0c04d045edfed80a41e042cf Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-22T19:49:00+03:00 pkg/kamailio: fixed -pre release RPM

[sr-dev] git:master:a7e08a6c: pkg/kamailio/obs: packaged dlgs module

2020-06-22 Thread Sergey Safarov
Module: kamailio Branch: master Commit: a7e08a6c6baa9a4cf35f3a6589dff53f27253deb URL: https://github.com/kamailio/kamailio/commit/a7e08a6c6baa9a4cf35f3a6589dff53f27253deb Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-22T17:58:57+03:00 pkg/kamailio/obs: packaged dlgs module

[sr-dev] git:5.3:249d558c: pkg/docker: updated alpine docker packaging submodule

2020-06-09 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 249d558c0e3ae0c0e24d508d2e7a9c2853078a8f URL: https://github.com/kamailio/kamailio/commit/249d558c0e3ae0c0e24d508d2e7a9c2853078a8f Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-06-09T14:02:50+03:00 pkg/docker: updated alpine docker packaging

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

2020-05-24 Thread sergey-safarov
yes, weekly repos not published. Required publishing scripts refactoring. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-633238934___ Kama

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

2020-05-24 Thread sergey-safarov
Thanks @nicoonline I found issue and fixed. Please try again. Also I pointed `5.2/5.2` to latest `5.2` branch release. And pointed `5.3/5.3` to latest `5.3` branch release. ``` yum clean all yum -y install yum-utils yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo yum

[sr-dev] git:5.3:5be2234d: pkg/kamailio/obs: packaged xhttp_prom (prometheus)

2020-05-23 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 5be2234db7992309d128e6b999771fb298c01fd5 URL: https://github.com/kamailio/kamailio/commit/5be2234db7992309d128e6b999771fb298c01fd5 Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-05-23T23:16:07+03:00 pkg/kamailio/obs: packaged xhttp_prom

[sr-dev] git:master:3e77c574: pkg/kamailio/obs: packaged xhttp_prom (prometheus)

2020-05-23 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 3e77c574c340941f36ca8f9081a77c5b476f8c8c URL: https://github.com/kamailio/kamailio/commit/3e77c574c340941f36ca8f9081a77c5b476f8c8c Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-05-23T22:43:33+03:00 pkg/kamailio/obs: packaged xhttp_prom

Re: [sr-dev] [kamailio/kamailio] /var/run/kamailio/ owned by root after Kamailio start (#2334)

2020-05-22 Thread sergey-safarov
Suggested modification already [done](https://github.com/kamailio/kamailio/blob/master/pkg/kamailio/obs/kamailio.service#L8-L9) for RPM packaging. -- 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/

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

2020-05-21 Thread sergey-safarov
Now URL like `/centos/8/5.2/5.2` used for weekly build. We must relocate this builds to other url. Then we can use this url for latest release. Let hear @henningw opinion. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kama

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

2020-05-21 Thread sergey-safarov
> Having additional daily or weekly builds is great, but there should be 5.2 > and 5.3 branches that only contain the actual releases @henningw are you suggest rename weekly url http://rpm.kamailio.org/centos/8/5.2/5.2/ to http://rpm.kamailio.org/centos/8/5.2/weekly/. -- You are receiving thi

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

2020-05-21 Thread sergey-safarov
@nicoonline please try this commands ``` yum clean all yum -y install yum-utils yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio ``` For `5.3` branch please wait `5.3.5` release. For proper packaging o

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

2020-05-20 Thread sergey-safarov
Thanks @henningw for remark. Main idea of folder like `5.2/5.2` or `5.3/5.3` as weekly build of supported branch. As weekly builds configured only for `CentOS 8` and `CentOS 7` so this repos for `CentOS 6` need to delete. Looks as this repos I made my mistake when I start repo creation. -- You

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

2020-05-14 Thread sergey-safarov
@henningw just published '5.3.4' and after 40 min will available '5.2.7' . -- 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-628909168___

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

2020-05-14 Thread sergey-safarov
yes, some ago time publishing repo is moved from codefresh to docker repo. https://github.com/kamailio/kamailio/issues/2259 Now I must reconfigure script to pull from docker hub. but not have done. Let me look this again. May be will fix fast. -- You are receiving this because you are subscribed

Re: [sr-dev] [kamailio/kamailio] ndb_redis: failed build on alpine (#2325)

2020-05-13 Thread sergey-safarov
fixed in commit 65ab73a7efabf4a55e913adfa604094c9ad88cdb -- 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/2325#issuecomment-627912001___ K

Re: [sr-dev] [kamailio/kamailio] ndb_redis: failed build on alpine (#2325)

2020-05-13 Thread sergey-safarov
Closed #2325. -- 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/2325#event-3331538394___ Kamailio (SER) - Development Mailing List sr-dev@l

[sr-dev] [kamailio/kamailio] ndb_redis: failed build on alpine (#2325)

2020-05-13 Thread sergey-safarov
### Description ``` CC (gcc) [M db_redis.so]db_redis_mod.o CC (gcc) [M db_redis.so]redis_connection.o CC (gcc) [M db_redis.so]redis_dbase.o CC (gcc) [M db_redis.so]redis_table.o make[3]: 'libsrdb2.so.1.0' is up to date. make[3]: 'libsrdb1.so.1.0' is up to date. LD (

Re: [sr-dev] warnings with gcc 9.3 on app_sqlang ,squirrel

2020-05-13 Thread Sergey Safarov
Could you try look https://github.com/kamailio/kamailio/issues/2135 On Wed, May 13, 2020 at 11:52 AM Henning Westerholt wrote: > Hello, > > > > Just a quick note - I get the following warnings on app_sqlang with gcc > 9.3.0 (Ubuntu 20.04): > > > > henning@static:~/repositories/kamailio/src/modul

[sr-dev] ICMP port-unreachable for UDP INVITEs

2020-05-08 Thread Sergey Safarov
HI. Could you help me understand this maillist message. https://lists.kamailio.org/pipermail/sr-dev/2020-April/056608.html Is that mean - on modern kernel with correct settings Kamailio, sendto() will fail after ICMP message and then Kamailio is able send INVITE to other destination? Sergey _

Re: [sr-dev] [kamailio/kamailio] usrloc: change "-" for "_" in stats name to be prometheus compliant (#2304)

2020-04-29 Thread sergey-safarov
my vote is use `Prometheus` format "_". -- 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/2304#issuecomment-621448415___ Kamailio (SER) - Dev

Re: [sr-dev] [kamailio/kamailio] Kamailio service is failed (#2309)

2020-04-29 Thread sergey-safarov
``` Active: failed (Result: start-limit) since Wed 2020-04-29 18:47:26 IST; 860ms ago ``` Looks as kamailio cannot start try manual using ``` su - kamailio -s /bin/bash /usr/sbin/kamailio -DD -P /var/run/kamailio/kamailio.pid ``` If required need add `-f $CFGFILE -m $SHM_MEMORY -M $PKG_MEMORY` op

Re: [sr-dev] [kamailio/kamailio] rtpengine: Unknown flag encountered: 'auto-bridge' (#2301)

2020-04-27 Thread sergey-safarov
As mentioned in rtpengine module doc > RFC6157 which suggest ICE for Dual-Stack implementations So, think we can use `ICE` instead of `auto-bridge` -- 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/

[sr-dev] [kamailio/kamailio] rtpengine: Unknown flag encountered: 'auto-bridge' (#2301)

2020-04-26 Thread sergey-safarov
### Description According Kamailio rtpengine module supported auto-bridge flag. I added this flag in Kamailio config and get rtpengine warning ``` Unknown flag encountered: 'auto-bridge' ``` Then I make search in rtpengine commit history and cannot and commits with auto-bridge string. Think need

[sr-dev] [kamailio/kamailio] warning cleanup (#2298)

2020-04-23 Thread sergey-safarov
**ld_fld.c:273** implicit-function-declaration ``` CC (gcc) [M db2_ldap.so]db2_ldap_mod.o CC (gcc) [M db2_ldap.so]ld_cfg.o CC (gcc) [M db2_ldap.so]ld_cmd.o CC (gcc) [M db2_ldap.so]ld_con.o CC (gcc) [M db2_ldap.so]ld_fld.o ld_fld.c: In function 'ldap_gentime2d

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

2020-04-21 Thread sergey-safarov
Think this fixed at https://github.com/kamailio/kamailio/issues/2236 please check master commits from Feb 28 to Mar 9. -- 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/2293#issuecomm

Re: [sr-dev] [kamailio/kamailio] add rtpproxy in kamailio/kamailio-ci:master-alpine (#2109)

2020-04-19 Thread sergey-safarov
One more approach to get working SIP in kubernetes. We can utilize `Ingress` to routes SIP traffic inside Kubernetes. Routing and load balancing may be implemented using: 1. transport protocol; 2. To(From) URI domain part; 3. To(From) URI user part. As `Ingress` may be used stateless Kamailio wit

[sr-dev] git:master:5f31a56a: pkg/kamailio: fixed python3 deps for RHEL 6

2020-04-13 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 5f31a56acd25f892e6275e6ac786677f2eb2be0c URL: https://github.com/kamailio/kamailio/commit/5f31a56acd25f892e6275e6ac786677f2eb2be0c Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-04-13T17:15:15+03:00 pkg/kamailio: fixed python3 deps for RHEL

[sr-dev] [kamailio/kamailio] need to create docker registry for rpm images (#2259)

2020-03-20 Thread sergey-safarov
As embedded [Codefresh registry is deprecated](https://codefresh.io/codefresh-news/deprecation-of-the-codefresh-private-registry/) need move all RPM build artifacts to other registry. I suggest create `kamailio/kamailio-store` on Docker hub. Could you create new docker registry for rpm artifacts

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

2020-03-10 Thread sergey-safarov
@mojtabaesfandiari are you looked [`DPDK`](https://www.dpdk.org/) initiative. This initiative driven by many hardware and software [vendors](https://www.dpdk.org/ecosystem/#members). `DPDK` move packet processing from kernel to network interface card. `DPDK` allow get network packet processing at

Re: [sr-dev] [kamailio/kamailio] Fedora 32/Rawhide build error: modules/sms: multiple definition of 'queued_msgs', 'use_contact', 'sms_report_type' (#2236)

2020-03-09 Thread sergey-safarov
yes, @henningw i mean `5.2` and `5.3` @miconda, ok I will simple disable master branch tracking on codefresh -- 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/2236#issuecomment-596451

Re: [sr-dev] [kamailio/kamailio] Fedora 32/Rawhide build error: modules/sms: multiple definition of 'queued_msgs', 'use_contact', 'sms_report_type' (#2236)

2020-03-09 Thread sergey-safarov
I will configure `5.2` and `5.1` branches tracking to be sure that back-port fix all. -- 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/2236#issuecomment-596449327__

Re: [sr-dev] [kamailio/kamailio] Fedora 32/Rawhide build error: modules/sms: multiple definition of 'queued_msgs', 'use_contact', 'sms_report_type' (#2236)

2020-03-02 Thread sergey-safarov
Need click stage icon and scroll up log Like on this screenshot. https://prnt.sc/ra8x18 -- 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/2236#issuecomment-593342126__

Re: [sr-dev] [kamailio/kamailio] Fedora 32/Rawhide build error: modules/sms: multiple definition of 'queued_msgs', 'use_contact', 'sms_report_type' (#2236)

2020-03-02 Thread sergey-safarov
Build logs public available on link. Screenshot above. If you want get full access, then need login via https://g.codefresh.io/login. Login using your GitHub account. Think need also assign your account into "kamailio team" on CodeFresh. Think Victor can help. -- You are receiving this because

Re: [sr-dev] [kamailio/kamailio] Fedora 32/Rawhide build error: modules/sms: multiple definition of 'queued_msgs', 'use_contact', 'sms_report_type' (#2236)

2020-03-02 Thread sergey-safarov
I added codefresh CI builds for master branch on Fedora 32 and Fedora 33. So you can look builds online ![CodeFresh CI](https://user-images.githubusercontent.com/2562241/75659971-ffc42980-5c7b-11ea-8417-d5410532a0d5.png) -- You are receiving this because you are subscribed to this thread. Reply

Re: [sr-dev] [kamailio/kamailio] Error building Kamailio in Gitlab.com cloud environment (#2228)

2020-02-25 Thread sergey-safarov
Also you can use our docker build environment for codefresh. Codefresh also use docker and you can port this for GitLab. https://github.com/kamailio/kamailio-ci/blob/builder/builder/codefresh-cron.yaml -- You are receiving this because you are subscribed to this thread. Reply to this email dire

Re: [sr-dev] [kamailio/kamailio] msrp: kamailio cannot create new TCP connection with TSLF memory manager (#2215)

2020-02-13 Thread sergey-safarov
I have tested 994a8dfc070d84b5dad28fa873d8759280c910f2 commit Now `TCP` connection opens properly. -- 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/2215#issuecomment-585766217___

Re: [sr-dev] [kamailio/kamailio] msrp: kamailio cannot create new TCP connection with TSLF memory manager (#2215)

2020-02-13 Thread sergey-safarov
Closed #2215. -- 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/2215#event-3034947530___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] msrp: kamailio cannot create new TCP connection with TSLF memory manager (#2215)

2020-02-12 Thread sergey-safarov
Daniel, received is FreeSwitch. As wrote above Kamailio do not send any data. Kamailio just send two packets. 1) `SYN` and receive `SYN/ACK` packet; 2) `RST` packet. Also I start kamailio without `-x tlsf` arg with same config to same FreeSwitch, then Kamailio able send MSP message to FreeSwitch.

Re: [sr-dev] [kamailio/kamailio] msrp: kamailio cannot create new TCP connection (#2215)

2020-02-10 Thread sergey-safarov
yes, Henning, only with TLSF On default manager connection created properly. -- 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/2215#issuecomment-584364771___

[sr-dev] [kamailio/kamailio] msrp: kamailio cannot create new TCP connection (#2215)

2020-02-08 Thread sergey-safarov
### Description Kamailio cannot create new `TCP` connection when. 1. used `msrp` module; 1. stated with option `-x tlsf`; Kamailio send `SYN` packet, receive `SYN/ACK` and then Kamailio send `RST` packet. And you will get in log ``` 4(36) DEBUG: [core/ip_addr.c:223]: print_ip(): tcpconn_new:

Re: [sr-dev] [kamailio/kamailio] siptrace: wrong port value (#2092)

2020-02-06 Thread sergey-safarov
Hello Bastian @btriller Could you looks this issue also. -- 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/2092#issuecomment-583019388___ K

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

2020-01-28 Thread sergey-safarov
Where I can get source (description) of `lre proxy server`? Is ` lre proxy server` fork of [`RTP proxy`](https://www.rtpproxy.org/)? -- 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/2

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

2020-01-28 Thread sergey-safarov
sergey-safarov commented on this pull request. > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the F

Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread sergey-safarov
Please looks at top of this page. You will find ``` kamailio:master from mojtabaesfandiari:master ``` This PR created using `master` branch in your fork repo. When you pushed a3dca98 commit as latest then GitHub can see that commit already exist in upstream repo and make decision no need PR more.

[sr-dev] git:5.2:d4927599: pkg/kamailio/obs: fixed rpm requirment for python23

2020-01-27 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: d4927599737a1f3b530327731d1fd60dc13ba79d URL: https://github.com/kamailio/kamailio/commit/d4927599737a1f3b530327731d1fd60dc13ba79d Author: Sergey Safarov Committer: Sergey Safarov Date: 2020-01-27T20:28:25+03:00 pkg/kamailio/obs: fixed rpm requirment for

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.2.6 not able to parse uri with host part having underscore '_' (#2204)

2020-01-25 Thread sergey-safarov
"_" not allowed as prepend of hostname. But looks as really not allowed in middle of hostname too. -- 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/2204#issuecomment-578387967___

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