[sr-dev] git:5.3:0f283531: pkg/kamailio/obs: simplified fedora packaging rules [skip ci]

2019-12-21 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 0f2835311ef8e23cdca217e35b5e7640a69c9d80 URL: https://github.com/kamailio/kamailio/commit/0f2835311ef8e23cdca217e35b5e7640a69c9d80 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-12-21T10:52:40+03:00 pkg/kamailio/obs: simplified fedora

Re: [sr-dev] [kamailio/kamailio] centos7 rpm for evapi (#2098)

2019-12-20 Thread sergey-safarov
Thanks Henning @henningw That is help me package module. On OpenSUSE dist module cannot be packaged. I got error ``` Problem: libevent-devel-2.1.11-2.1.x86_64 conflicts with libev-devel provided by libev-devel-4.27-1.2.x86_64 Solution 1: deinstallation of libev-devel-4.27-1.2.x86_64 Solution

Re: [sr-dev] [kamailio/kamailio] centos7 rpm for evapi (#2098)

2019-12-19 Thread sergey-safarov
Thanks Henning @henningw Could you look make command for other modules https://github.com/kamailio/kamailio/blob/master/pkg/kamailio/obs/kamailio.spec#L1236-L1309 Looks as all modules compiled using `k` prefix. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] [kamailio/kamailio] centos7 rpm for evapi (#2098)

2019-12-19 Thread sergey-safarov
Yes, it is actual. Need look why module not compiled after `kevapi` argument addition into `make` command. -- 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] dispatcher: select using IP proto (#2170)

2019-12-08 Thread sergey-safarov
Closed #2170. -- 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/2170#event-2864142149___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] dispatcher: select using IP proto (#2170)

2019-12-08 Thread sergey-safarov
Thanks Henning. Looks as this will be enough for my needs. -- 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] dispatcher: select using IP proto (#2170)

2019-12-08 Thread sergey-safarov
### Description Some daemon not able to handle IPv4 and IPv6 calls simultaneously. As example `FreeSwitch`. Need to create two dispatcher records for IPv4 and IPv6 FreeSwitch sockets. Each socket will be able to handle appropriate call type. Mixing not allowed. Could you add `dispatcher`

[sr-dev] git:master:64f43879: pkg/kamailio/obs: packaged pv_headers module

2019-12-07 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 64f4387952fee51a696dd0906ce0f8020fbe204a URL: https://github.com/kamailio/kamailio/commit/64f4387952fee51a696dd0906ce0f8020fbe204a Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-12-06T17:15:19+03:00 pkg/kamailio/obs: packaged pv_headers

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

2019-12-06 Thread sergey-safarov
**t_suspend.c & sip_msg.h** ``` CC (gcc) [M tm.so] t_fwd.o CC (gcc) [M tm.so] timer.o CC (gcc) [M tm.so] select.o CC (gcc) [M tm.so] t_suspend.o t_suspend.c: In function 't_continue_helper': t_suspend.c:526:16: warning: 'erpl' may be used uninitialized in this function

Re: [sr-dev] [kamailio/kamailio] db_redis: warning: 'table_name.len' may be used uninitialized (#2169)

2019-12-06 Thread sergey-safarov
**tls_map.h** ``` CC (gcc) [M tls.so] tls_server.o CC (gcc) [M tls.so] tls_locking.o CC (gcc) [M tls.so] tls_domain.o In file included from tls_domain.c:33: tls_domain.c: In function 'load_engine_private_key': tls_map.h:46:14: warning: 'pkey' may be used uninitialized in this function

Re: [sr-dev] [kamailio/kamailio] db_redis: warning: 'table_name.len' may be used uninitialized (#2169)

2019-12-06 Thread sergey-safarov
**ims_registrar_scscf** ``` make[3]: 'libkamailio_ims.so.0.1' is up to date. LD (gcc) [M ims_registrar_scscf.so] ims_registrar_scscf.so CC (gcc) [M ims_usrloc_pcscf.so]hslot.o CC (gcc) [M ims_usrloc_pcscf.so]ul_callback.o CC (gcc) [M ims_usrloc_pcscf.so]reginfo.o CC

[sr-dev] [kamailio/kamailio] db_redis: warning: 'table_name.len' may be used uninitialized (#2169)

2019-12-06 Thread sergey-safarov
``` CC (gcc) [M db_redis.so]redis_table.o CC (gcc) [M db_redis.so]db_redis_mod.o CC (gcc) [M db_redis.so]redis_connection.o In file included from ../../lib/srdb1/../../core/ut.h:42, from ../../lib/srdb1/db_key.h:31, from ../../lib/srdb1/db.h:43, from db_redis_mod.h:26, from

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

2019-11-29 Thread sergey-safarov
Added package signing. PGP key stored on server provided by Fred Posner. Packages signed using key ```sh [root@kama4 ~]# gpg --homedir /etc/pulp/gpg-key --list-keys /etc/pulp/gpg-key/pubring.gpg -- pub 2048R/17A12EE1 2019-11-28 uid Kamailio team RPM

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

2019-11-27 Thread sergey-safarov
Created `kamailio.repo` files with repo description. For CentOS dist repo file may be installed ```sh yum-config-manager \ --add-repo \ http://rpm.kamailio.org/centos/kamailio.repo ``` For other dist need update repo file url. Next package signing -- You are receiving this because you

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

2019-11-27 Thread sergey-safarov
Added webhook to `rpm.kamailio.org` server and to codefresh. Now daily master build and weekly builds for `5.3` and `5.2` branches available. -- 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] master: failed build on CentOS7 (#2146)

2019-11-23 Thread sergey-safarov
``` redis_dbase.c: In function 'db_redis_scan_query_keys': redis_dbase.c:1086:5: error: 'for' loop initial declarations are only allowed in C99 mode for (redis_key_t *set_key = set_keys;

[sr-dev] [kamailio/kamailio] force_send_socket with pseudo variable (#2145)

2019-11-23 Thread sergey-safarov
### Description I have listeners on multiple ports. (5060, 5080, 7000) I want force change port to 5060 for outbound messages. To do this i use ``` force_send_socket($Ri:5060); ``` When I check config using `kamailio -c`, then I get error message ``` syntax error, unexpected AVP_OR_PVAR ``` Could

[sr-dev] git:master:582688ad: pkg/kamailio/obs: packaged log_systemd and systemdops modules

2019-11-22 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 582688ad625f41520328b6057d2b92ee5b6c08ee URL: https://github.com/kamailio/kamailio/commit/582688ad625f41520328b6057d2b92ee5b6c08ee Author: root Committer: Sergey Safarov Date: 2019-11-22T11:48:54+03:00 pkg/kamailio/obs: packaged log_systemd

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

2019-11-22 Thread sergey-safarov
#1762 ## 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) - [x] No commits to README files

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread sergey-safarov
also systemd unit with `Type=notify` started 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/2139#issuecomment-557443144___

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-22 Thread sergey-safarov
I combined Victor commit and Daniel commit module registered now. Think need apply ```diff diff --git a/src/modules/systemdops/systemdops_mod.c b/src/modules/systemdops/systemdops_mod.c index 0ac15426d1..4672f47d1a 100644 --- a/src/modules/systemdops/systemdops_mod.c +++

Re: [sr-dev] [kamailio/kamailio] support sd_notify() to improve systemd integration (#2139)

2019-11-21 Thread sergey-safarov
I can confirm kamailio process reach `sr_corecb_void_exec(app_ready);` https://github.com/kamailio/kamailio/blob/master/src/main.c#L1793 But `ksr_sd_app_ready` not called. https://github.com/kamailio/kamailio/blob/master/src/modules/systemdops/systemdops_mod.c#L55 -- You are receiving this

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

2019-11-21 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 3bc5379aef4e37343b54660dace4774b9aceb6e3 URL: https://github.com/kamailio/kamailio/commit/3bc5379aef4e37343b54660dace4774b9aceb6e3 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-21T17:26:06+03:00 pkg/docker: updated submodule

[sr-dev] git:master:6677dfdb: pkg/kamailio/obs: fixed rpm requirment for python23

2019-11-21 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 6677dfdba3534a0f50c15fe5b43b8220444b18ad URL: https://github.com/kamailio/kamailio/commit/6677dfdba3534a0f50c15fe5b43b8220444b18ad Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-21T17:12:37+03:00 pkg/kamailio/obs: fixed rpm requirment

[sr-dev] git:5.3:2b4a6265: pkg/kamailio/obs: fixed rpm requirment for python23

2019-11-21 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 2b4a62658176a72b99f0f5a1f8ea88fb6baad30c URL: https://github.com/kamailio/kamailio/commit/2b4a62658176a72b99f0f5a1f8ea88fb6baad30c Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-21T17:18:17+03:00 pkg/kamailio/obs: fixed rpm requirment

Re: [sr-dev] [kamailio/kamailio] Unexpected log_systemd behavior when daemon is forked (#799)

2019-11-21 Thread sergey-safarov
If found if kamailio started from command line like `kamailio -DD -E` and present `log_engine_type="systemd"`, then i can see messages from `sd_journal_print` and `xlog` functions. When I start kamailio with same config as systemd service then I not see messages from `sd_journal_print` and

Re: [sr-dev] [kamailio/kamailio] Unexpected log_systemd behavior when daemon is forked (#799)

2019-11-21 Thread sergey-safarov
I tested master branch and found feature is worked as expect. Tested with with one and multiple listeners. Goes to add log_systemd.so to rpm packaging -- 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] build warnings on modern dists (#2135)

2019-11-19 Thread sergey-safarov
Victor @linuxmaniac If used already compiled shared lib, then no need to build (embed) squirrel source. -- 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] build warnings on modern dists (#2135)

2019-11-19 Thread sergey-safarov
Reopened #2135. -- 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/2135#event-2812110167___ Kamailio (SER) - Development Mailing List

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

2019-11-19 Thread sergey-safarov
Warning still exist after update. Looks as this lib already packaged into RPM. https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/Packages/s/ I goes to update current version to latest. Then lib will be available for dynamic linking. Could you confirm that

[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

[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

[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

[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 - [ ] Commits

[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

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:

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

2019-11-17 Thread sergey-safarov
Thanks @pwakano for links. Daniel also pointed me to this function, but I not looked that this function already exists. I closing 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] listen advertise using ACL (#2131)

2019-11-17 Thread sergey-safarov
Closed #2131. -- 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/2131#event-2806295825___ Kamailio (SER) - Development Mailing List

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

2019-11-15 Thread sergey-safarov
Yes, Henning. I already get access to RHEL iso on RedHad developer portal. Good description about RedHat Policy located [here](https://medium.com/faun/how-to-build-rhel-based-docker-images-on-redhat-enterprise-linux-def012f84890). Think I will create kamailio builder docker image and then create

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

2019-11-15 Thread sergey-safarov
### Description **Use case** Kamailio installed in AWS cloud. Exist phones located in internet and exist phones connected via VPN. As option, also may exist phones connected via docker VxLAN or any other Kubernetes providers. I want use same `listen` for all this connections types. Need to

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

2019-11-14 Thread sergey-safarov
>From today `rpm` packages will be available from http://rpm.kamailio.org page. Here you can download rpm files for: - CentOS - Fedora - OpenSUSE -- 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] RFE: RHEL 8 builds in openSUSE build service with app_python3 (#1949)

2019-11-13 Thread sergey-safarov
Please try download or install `python3-devel` or `python3`. You will find that packages `python3-devel` and `python36-devel` is same. Same about `python3` and `python36`. I closing ticket comments. Please track ticket 2084 -- You are receiving this because you are subscribed to this thread.

Re: [sr-dev] [kamailio/kamailio] RFE: RHEL 8 builds in openSUSE build service with app_python3 (#1949)

2019-11-13 Thread sergey-safarov
`OBS` use own repo mirrors. To check build status need move mouse over red build status message. On page thti provided. No login required. -- 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] RFE: RHEL 8 builds in openSUSE build service with app_python3 (#1949)

2019-11-13 Thread sergey-safarov
Looks as you checked package availability using your PC. Please check `OBS` logs https://build.opensuse.org/package/show/home:kamailio:v5.3.x-rpms/kamailio53 -- 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] RFE: RHEL 8 builds in openSUSE build service with app_python3 (#1949)

2019-11-12 Thread sergey-safarov
Now OBS we still have error > nothing provides mysql-devel, nothing provides python2, nothing provides > python2-devel, nothing provides python3, nothing provides python3-devel, > nothing provides ruby-devel, nothing provides python2-rpm-macros needed by > epel-rpm-macros Looks as some

Re: [sr-dev] [kamailio/kamailio] import_file - wildcard support (#2125)

2019-11-11 Thread sergey-safarov
Yes, order important. Sure, need use alphabetical ordering. If we talk about drop-in functionality. Then need separate `drop-in` types 1. created by admins - permanent drop-in, example enabled/disabled `modules`; 1. runtime drop-in - temporal drop-in, example `listeners` configured using cloud

[sr-dev] [kamailio/kamailio] import_file - wildcard support (#2125)

2019-11-10 Thread sergey-safarov
### Description Could you extend `import_file` directive to support wildcards like ``` import_file "/run/kamailio/cfg/*" ``` This will allow place runtime config files with public IP of VM. Useful for cloud installation. ``` listen=udp:eth0 advertise 52.24.72.57:5060 listen=tcp:eth0 advertise

[sr-dev] git:5.3:6ec84c91: pkg/kamailio/obs: replaced systemd-mini requirments by systemd [skip ci]

2019-11-09 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 6ec84c91c75e2bb8ac04245292b130ae99464098 URL: https://github.com/kamailio/kamailio/commit/6ec84c91c75e2bb8ac04245292b130ae99464098 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-09T11:01:10+03:00 pkg/kamailio/obs: replaced systemd-mini

[sr-dev] git:5.2:7428ddac: pkg/kamailio/obs: replaced systemd-mini requirments by systemd [skip ci]

2019-11-09 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: 7428ddac71777fe5f0d8b65020dca75ec1b3b828 URL: https://github.com/kamailio/kamailio/commit/7428ddac71777fe5f0d8b65020dca75ec1b3b828 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-09T11:02:02+03:00 pkg/kamailio/obs: replaced systemd-mini

[sr-dev] git:master:0075472e: pkg/kamailio/obs: replaced systemd-mini requirments by systemd [skip ci]

2019-11-09 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 0075472ef96c77ec38789af7bba744667a49ef22 URL: https://github.com/kamailio/kamailio/commit/0075472ef96c77ec38789af7bba744667a49ef22 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-09T10:58:06+03:00 pkg/kamailio/obs: replaced systemd-mini

Re: [sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2019-11-06 Thread sergey-safarov
[Here](https://en.opensuse.org/openSUSE:Packaging_checks#binary-or-shlib-calls-gethostbyname) recommended > The gethostbyname*() and gethostbyaddr*() functions are deprecated as among > other things they are not IPv6 ready. Applications should use getaddrinfo(3) > and getnameinfo(3) instead.

Re: [sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2019-11-06 Thread sergey-safarov
if you prefer DNS method, then this may be used ```sh / # ip -4 addr show dev eth0 3: eth0@if13: mtu 9001 qdisc noqueue state UP inet 172.21.0.141/32 brd 172.21.0.141 scope global eth0 valid_lft forever preferred_lft forever / # nslookup 172.21.0.141 nslookup: can't resolve '(null)':

Re: [sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2019-11-06 Thread sergey-safarov
Here output of strace command ``` / # strace hostname -f execve("/bin/hostname", ["hostname", "-f"], 0x7ffd0fb7df78 /* 84 vars */) = 0 arch_prctl(ARCH_SET_FS, 0x7f36d29e7d48) = 0 set_tid_address(0x7f36d29e831c) = 34 mprotect(0x7f36d29e4000, 4096, PROT_READ) = 0 mprotect(0x564ae99b,

Re: [sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2019-11-06 Thread sergey-safarov
Could you try look this output. ```sh [safarov@safarov-dell ~]$ kubectl exec -it proxy-dc0-0 -- sh Defaulting container name to proxy. Use 'kubectl describe pod/proxy-dc0-0 -n ippbx' to see all of the containers in this pod. / # hostname -f proxy-dc0-0.proxy-dc0.ippbx.svc.cluster.local / #

[sr-dev] git:master:d9ceadf1: pkg/docker: updated submodule [skip ci]

2019-11-02 Thread Sergey Safarov
Module: kamailio Branch: master Commit: d9ceadf16906b4687cddb482b4fd2ee96744aa23 URL: https://github.com/kamailio/kamailio/commit/d9ceadf16906b4687cddb482b4fd2ee96744aa23 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-11-02T04:49:22+03:00 pkg/docker: updated submodule [skip ci

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

2019-10-31 Thread sergey-safarov
One more solution to add static IP to kamailio in kubernetes. https://docs.projectcalico.org/v3.9/networking/add-floating-ip Amazon EKS also supports Calico. -- 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] add rtpproxy in kamailio/kamailio-ci:master-alpine (#2109)

2019-10-30 Thread sergey-safarov
I looked Amazon EKS webian and get recommendation for custom need use [amazon-eks-ami](https://github.com/awslabs/amazon-eks-ami) tools to embed own script into node group image. Using this tool you can embed oneshot systemd unit that executed at server early boot process (`network.target`)

[sr-dev] git:master:fb41fe59: pkg/kamailio/alpine: Fixed alpine packaging after 475a54cb04c0594c3fdaffb0a07d370702e80dd4

2019-10-27 Thread Sergey Safarov
Module: kamailio Branch: master Commit: fb41fe5949a2ba6f3469f54cdf691aae2fc1c195 URL: https://github.com/kamailio/kamailio/commit/fb41fe5949a2ba6f3469f54cdf691aae2fc1c195 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-25T15:19:40+03:00 pkg/kamailio/alpine: Fixed alpine

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

2019-10-25 Thread sergey-safarov
/safarov/repository/docker/safarov/freeswitch) `rtpproxy` image not exist on docker hub. bit may be easyly creeated. Here example how to create own docker images for your needs https://github.com/sergey-safarov/dockerfiles/blob/master/certbot/0.37.1/alpine/Dockerfile One feature that not exist

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

2019-10-25 Thread sergey-safarov
Closed #2109. -- 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/2109#event-2743572893___ Kamailio (SER) - Development Mailing List

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

2019-10-25 Thread sergey-safarov
Where you want use this image? 1. bare metal server 1. docker swarm 1. kebernetes -- 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:9bf5f8a7: pkg/kamailio/obs: added packaging for RHEL 8 and for CentOS 8 dists GH #2078 [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 9bf5f8a70edb2a0c5177389cae1ddc1778a53ede URL: https://github.com/kamailio/kamailio/commit/9bf5f8a70edb2a0c5177389cae1ddc1778a53ede Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T23:11:40+03:00 pkg/kamailio/obs: added packaging for RHEL 8

[sr-dev] git:5.3:eb79a136: pkg/kamailio/obs: packaged lost module [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: eb79a1361ef47671b7ee64789cd89e505d3f7031 URL: https://github.com/kamailio/kamailio/commit/eb79a1361ef47671b7ee64789cd89e505d3f7031 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T22:54:56+03:00 pkg/kamailio/obs: packaged lost module [skip

[sr-dev] git:5.2:dc0d4f85: pkg/kamailio/obs: added packaging for RHEL 8 and for CentOS 8 dists GH #2078 [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: dc0d4f8514ca8aec79e57c49e91360a5ed90f3fd URL: https://github.com/kamailio/kamailio/commit/dc0d4f8514ca8aec79e57c49e91360a5ed90f3fd Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T23:08:23+03:00 pkg/kamailio/obs: added packaging for RHEL 8

[sr-dev] git:5.3:6a2e45a6: pkg/kamailio: Updated RPM spec release extracting for "-rc" [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: 6a2e45a6133b7fe8da3715971e73efd5afe6ca7e URL: https://github.com/kamailio/kamailio/commit/6a2e45a6133b7fe8da3715971e73efd5afe6ca7e Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T22:54:44+03:00 pkg/kamailio: Updated RPM spec release

[sr-dev] git:5.2:b40d13d4: pkg/kamailio: Updated RPM spec release extracting for "-rc" [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: b40d13d4e68112ff9598fd78fdd0bb7bcad410d8 URL: https://github.com/kamailio/kamailio/commit/b40d13d4e68112ff9598fd78fdd0bb7bcad410d8 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T23:08:03+03:00 pkg/kamailio: Updated RPM spec release

[sr-dev] git:5.2:116fb010: pkg/kamailio: added rpm spec version and release configuration [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: 116fb0108b0f422cff955a37ce6b16de94f22c64 URL: https://github.com/kamailio/kamailio/commit/116fb0108b0f422cff955a37ce6b16de94f22c64 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T23:08:03+03:00 pkg/kamailio: added rpm spec version

[sr-dev] git:master:a3ce062f: pkg/kamailio/obs: added packaging for RHEL 8 and for CentOS 8 dists GH #2078 [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: master Commit: a3ce062fdec2d3a5d5e46f49c9d0ea9d449a1bec URL: https://github.com/kamailio/kamailio/commit/a3ce062fdec2d3a5d5e46f49c9d0ea9d449a1bec Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T22:47:41+03:00 pkg/kamailio/obs: added packaging

[sr-dev] git:master:5d1cecd1: pkg/kamailio/obs: small spec formating [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 5d1cecd13ee1644a42000d5900e24d7d8c10b851 URL: https://github.com/kamailio/kamailio/commit/5d1cecd13ee1644a42000d5900e24d7d8c10b851 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T22:47:29+03:00 pkg/kamailio/obs: small spec formating

[sr-dev] git:master:ac97c59a: pkg/kamailio/obs: packaged lost module [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: master Commit: ac97c59a762b5ebf024775785193a9b25345c2fe URL: https://github.com/kamailio/kamailio/commit/ac97c59a762b5ebf024775785193a9b25345c2fe Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T22:47:23+03:00 pkg/kamailio/obs: packaged lost module

[sr-dev] git:master:1361ce6e: pkg/kamailio: Updated RPM spec release extracting for "-rc" [skip ci]

2019-10-25 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 1361ce6e980856ce7a3ffb77349cc45254ced6ab URL: https://github.com/kamailio/kamailio/commit/1361ce6e980856ce7a3ffb77349cc45254ced6ab Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-24T22:46:51+03:00 pkg/kamailio: Updated RPM spec release

Re: [sr-dev] [kamailio/kamailio] Cannot package on CentOS 8 (#2078)

2019-10-24 Thread sergey-safarov
Looks as CentOS 8 not have this packages: ``` hiredis GeoIP grpc ``` Until this packages is added I have disabled build for this kamailio modules on CentOS 8: ``` cnxcc geoip phonenum redis ``` Ticket will close. If issue not resolved, please reopen. -- You are receiving this because you are

Re: [sr-dev] [kamailio/kamailio] Cannot package on CentOS 8 (#2078)

2019-10-24 Thread sergey-safarov
Closed #2078. -- 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/2078#event-2742119505___ Kamailio (SER) - Development Mailing List

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

2019-10-24 Thread sergey-safarov
I checked current image and found module present. Why you think not? ```sh [safarov@safarov-dell pkg]$ docker run -it --entrypoint sh kamailio/kamailio-ci:master-alpine / # find /usr/lib/kamailio/ -name "*rtp*" /usr/lib/kamailio/modules/rtpproxy.so /usr/lib/kamailio/modules/rtpengine.so ``` --

Re: [sr-dev] [kamailio/kamailio] centos7 rpm for evapi (#2098)

2019-10-24 Thread sergey-safarov
Could anybody help me update `make every-module` command to build `evapi` module I simple added `kevapi` but this not help. Module not compiled. https://github.com/sergey-safarov/kamailio/commit/4cca3e3a21b5a49a59445f3aa8136754cdf84082 -- You are receiving this because you are subscribed

Re: [sr-dev] [kamailio/kamailio] Systemd unit update (#1889)

2019-10-18 Thread sergey-safarov
Now unit contains ``` RuntimeDirectory=kamailio ``` According docs > The specified directory names must be relative, and may not include "..". If > set, one or more directories by the specified names will be created > (including their parents) below the locations defined in the following table,

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

2019-10-13 Thread sergey-safarov
Hi Daniel @miconda I implemented automated rpm packaging on release tag using [codefresh](https://codefresh.io). I implemented using my github account and my github repo. [Example](https://g.codefresh.io/public/accounts/sergeysafarov/builds/5da245612d82f52173e90cc2). Could you create

[sr-dev] [kamailio/kamailio] centos7 rpm for evapi (#2098)

2019-10-10 Thread sergey-safarov
Please package evapi into centos7 rpm. -- 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/2098___ Kamailio (SER) - Development Mailing

[sr-dev] git:5.3:a4cab366: pkg/docker: updated kamailio-ci submodule

2019-10-08 Thread Sergey Safarov
Module: kamailio Branch: 5.3 Commit: a4cab366dd03c1e8dcd6e36ba1bfa01104aafcbf URL: https://github.com/kamailio/kamailio/commit/a4cab366dd03c1e8dcd6e36ba1bfa01104aafcbf Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-07T18:23:12+03:00 pkg/docker: updated kamailio-ci submodule

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

2019-10-07 Thread sergey-safarov
> So this is by design, otherwise there will be different ports for each > connection. I do not mind that different ports are used. I am for sending the correct information about the source port -- You are receiving this because you are subscribed to this thread. Reply to this email directly

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

2019-10-07 Thread sergey-safarov
Thank you Daniel Could you give me reference to code where outbound TCP socket created/bound. I will try debug. -- 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] failed build on alpine linux (#2095)

2019-10-07 Thread sergey-safarov
Looks as for `5.3` need 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/issues/2095#issuecomment-539063484___ Kamailio (SER) -

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

2019-10-07 Thread sergey-safarov
On master looks as ok. Could you backport this to `5.3` and `5.2` branches. -- 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] failed build on alpine linux (#2095)

2019-10-07 Thread sergey-safarov
On glibc dist `T_OPT` macro defined inside `/usr/include/arpa/nameser_compat.h` file and looks as ``` #define T_OPT ns_t_opt ``` Inside Alpine dist also exist file `/usr/include/arpa/nameser_compat.h` but content of this file ``` /usr/include # cat /usr/include/arpa/nameser_compat.h #include

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

2019-10-07 Thread sergey-safarov
Looks as Alpine not use `glibc` and used [`musl 1.1.23-r3`](https://pkgs.alpinelinux.org/package/edge/main/x86/musl) library ([sources](http://www.musl-libc.org/releases/musl-1.1.23.tar.gz)) I tried search about usage `#ifdef __MUSL__` and found this

[sr-dev] [kamailio/kamailio] failed build on alpine linux (#2095)

2019-10-07 Thread sergey-safarov
### Description During build on alpine we get error ``` generating core/autover.h ... CC (gcc) [kamailio] main.o CC (gcc) [kamailio] core/daemonize.o CC (gcc) [kamailio] core/nonsip_hooks.o CC (gcc) [kamailio] core/timer_proc.o CC (gcc) [kamailio] core/select_buf.o CC (gcc)

[sr-dev] git:master:876c0529: pkg/docker: updated kamailio-ci subproject

2019-10-07 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 876c0529962678f7f0c610dd7190cb42d623f2a7 URL: https://github.com/kamailio/kamailio/commit/876c0529962678f7f0c610dd7190cb42d623f2a7 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-10-07T12:28:17+03:00 pkg/docker: updated kamailio-ci

Re: [sr-dev] [kamailio/kamailio] Cannot package on CentOS 8 (#2078)

2019-10-05 Thread sergey-safarov
`CentOS:8` docker images released and now not available packages ``` No match for argument: python There are following alternatives for "python": python2, python36 No match for argument: python-devel No match for argument: radiusclient-ng-devel No match for argument: squirrel-devel ``` -- You

Re: [sr-dev] [kamailio/kamailio] Cannot package on CentOS 8 (#2078)

2019-10-05 Thread sergey-safarov
When packaged `libphonenumber` we get error ``` No match for argument: gtest-devel No match for argument: protobuf-compiler No match for argument: protobuf-devel ``` This error related to [16303](https://bugs.centos.org/view.php?id=16303) and [16301](https://bugs.centos.org/view.php?id=16301)

[sr-dev] [kamailio/kamailio] siptrace: frong IPv4 address value (#2092)

2019-10-03 Thread sergey-safarov
### Description Please check attached pcap. [siptrace.pcap.gz](https://github.com/kamailio/kamailio/files/3688791/siptrace.pcap.gz) Kamailio send INVITE (packet 1) from port `TCP/42394`. SIP trace encapsulate INVITE (packet 2) and encodes Kamailio source port `TCP/5060` Debugging Data HEP

Re: [sr-dev] [kamailio/kamailio] download error on repos (#2082)

2019-09-28 Thread sergey-safarov
Rebuild triggered. You can check after 2-3 hours. Ticket leave open to track moving repos to http://rpm.kamailio.org/ -- 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.2:cffcefb6: pkg/kamailio/obs: Added fedora rawhide packaging [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: cffcefb66776667846b7e1b1c39059cdd0e8bdc9 URL: https://github.com/kamailio/kamailio/commit/cffcefb66776667846b7e1b1c39059cdd0e8bdc9 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:30:45+03:00 pkg/kamailio/obs: Added fedora rawhide

[sr-dev] git:5.1:4ad04d61: pkg/kamailio/obs: set correct group name for systemd unit files [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: 5.1 Commit: 4ad04d611262d331334bcfd130a071828114ce04 URL: https://github.com/kamailio/kamailio/commit/4ad04d611262d331334bcfd130a071828114ce04 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:35:37+03:00 pkg/kamailio/obs: set correct group name

[sr-dev] git:5.2:75c90d1e: pkg/kamailio/obs: removed deprecated fedora dists [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: 75c90d1e00170f07c8113b131f889e6a59d28192 URL: https://github.com/kamailio/kamailio/commit/75c90d1e00170f07c8113b131f889e6a59d28192 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:30:55+03:00 pkg/kamailio/obs: removed deprecated fedora

[sr-dev] git:5.2:66849717: pkg/kamailio/obs: set correct group name for systemd unit files [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: 5.2 Commit: 668497172343c01509a6ae17efc2c6e3ac26c770 URL: https://github.com/kamailio/kamailio/commit/668497172343c01509a6ae17efc2c6e3ac26c770 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:30:09+03:00 pkg/kamailio/obs: set correct group name

[sr-dev] git:master:827713c8: pkg/kamailio/obs: removed deprecated fedora dists [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 827713c8abb15c50828d7b0597fdf1024a45cbd5 URL: https://github.com/kamailio/kamailio/commit/827713c8abb15c50828d7b0597fdf1024a45cbd5 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:27:09+03:00 pkg/kamailio/obs: removed deprecated

[sr-dev] git:master:94a20e8f: pkg/kamailio/obs: Added fedora rawhide packaging [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 94a20e8f0005f16b371833b315f8d64457709328 URL: https://github.com/kamailio/kamailio/commit/94a20e8f0005f16b371833b315f8d64457709328 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:27:09+03:00 pkg/kamailio/obs: Added fedora rawhide

[sr-dev] git:master:3ac708b5: pkg/kamailio/obs: fixed rpm buils for CentOS dist on OBS [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 3ac708b5d80faf1f7615eb884dba2ce2fc04bdf3 URL: https://github.com/kamailio/kamailio/commit/3ac708b5d80faf1f7615eb884dba2ce2fc04bdf3 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:27:08+03:00 pkg/kamailio/obs: fixed rpm buils

[sr-dev] git:master:e9671df3: pkg/kamailio/obs: set correct group name for systemd unit files [skip ci]

2019-09-28 Thread Sergey Safarov
Module: kamailio Branch: master Commit: e9671df3f458ad40d913bd2ce0792340a5df5948 URL: https://github.com/kamailio/kamailio/commit/e9671df3f458ad40d913bd2ce0792340a5df5948 Author: Sergey Safarov Committer: Sergey Safarov Date: 2019-09-27T13:27:08+03:00 pkg/kamailio/obs: set correct group name

[sr-dev] [kamailio/kamailio] Cannot package on CentOS 8 (#2078)

2019-09-27 Thread sergey-safarov
Several packages not exist in CentOS 8 repos. Will wait until docker centos:8 image available and i will try fix **Not existed deps** ``` nothing provides hiredis-devel nothing provides GeoIP-devel nothing provides mysql-devel nothing provides python nothing provides python-devel nothing provides

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