Re: [sr-dev] [kamailio/kamailio] pkg/kamailio: Created Makefile for RPM packaging (#1347)

2017-12-11 Thread Daniel-Constantin Mierla
Merged #1347.

-- 
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/1347#event-1382966833___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:6b044936: Merge pull request #1347 from sergey-safarov/master

2017-12-11 Thread GitHub
Module: kamailio
Branch: master
Commit: 6b044936db3d1eb9e901c2db5544925c764f9fc1
URL: 
https://github.com/kamailio/kamailio/commit/6b044936db3d1eb9e901c2db5544925c764f9fc1

Author: Daniel-Constantin Mierla 
Committer: GitHub 
Date: 2017-12-12T08:34:00+01:00

Merge pull request #1347 from sergey-safarov/master

pkg/kamailio: Created Makefile for RPM packaging

---

Added: pkg/kamailio/Makefile
Added: pkg/kamailio/README.md
Modified: pkg/kamailio/obs/kamailio.spec

---

Diff:  
https://github.com/kamailio/kamailio/commit/6b044936db3d1eb9e901c2db5544925c764f9fc1.diff
Patch: 
https://github.com/kamailio/kamailio/commit/6b044936db3d1eb9e901c2db5544925c764f9fc1.patch

---

diff --git a/pkg/kamailio/Makefile b/pkg/kamailio/Makefile
new file mode 100644
index 00..a72ca12ed8
--- /dev/null
+++ b/pkg/kamailio/Makefile
@@ -0,0 +1,27 @@
+include ../../src/Makefile.defs
+
+RPMBUILD_TOP := /tmp/rpmbuild
+DIST_ARCHIVE = ${shell echo "kamailio-$(RELEASE)_src.tar.gz" | sed -e 
"s/-dev[0-9]//" }
+RPMBUILD_OPT= --define "_topdir $(RPMBUILD_TOP)"
+
+.PHONY: tar
+tar:
+   rm -f ../../kamailio*_src.tar.gz
+   $(MAKE) -C ../.. tar
+
+.PHONY: src.rpm
+src.rpm: tar
+   mkdir -p ${RPMBUILD_TOP}/SOURCES
+   mv ../../kamailio-$(RELEASE)_src.tar.gz 
${RPMBUILD_TOP}/SOURCES/${DIST_ARCHIVE}
+   sed -i -e 's/setup -n %{name}-%{ver}/setup -n kamailio-$(RELEASE)/' 
obs/kamailio.spec
+   rpmbuild ${RPMBUILD_OPT} -bs obs/kamailio.spec
+   mv ${RPMBUILD_TOP}/SRPMS/kamailio-$(RELEASE).*.src.rpm ../..
+   rm -Rf ${RPMBUILD_TOP}
+
+.PHONY: rpm
+rpm: src.rpm
+   mock ../../kamailio-$(RELEASE).*.src.rpm
+
+.PHONY: deb
+deb:
+   $(MAKE) -C ../.. deb
diff --git a/pkg/kamailio/README.md b/pkg/kamailio/README.md
new file mode 100644
index 00..9faf9c38aa
--- /dev/null
+++ b/pkg/kamailio/README.md
@@ -0,0 +1,12 @@
+This directory contains packaging script for several operation systems
+
+To build RPM packages for CentOS, RHEL, Fedora, OpenSUSE and Oracle linux 
execure `make rpm`
+When utility is finished, you can see dricetory where compiled RPM files 
located.
+Example:
+```
+Finish: rpmbuild kamailio-5.2.0-dev1.0.fc25.src.rpm
+Finish: build phase for kamailio-5.2.0-dev1.0.fc25.src.rpm
+INFO: Done(../../kamailio-5.2.0-dev1.0.fc25.src.rpm) Config(default) 8 minutes 
30 seconds
+INFO: Results and/or logs in: /var/lib/mock/fedora-25-x86_64/result
+Finish: run
+```
\ No newline at end of file
diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index 0f60a0a8a0..5c98924046 100644
--- a/pkg/kamailio/obs/kamailio.spec
+++ b/pkg/kamailio/obs/kamailio.spec
@@ -1,6 +1,6 @@
 %define namekamailio
-%define ver 5.0.3
-%define rel dev0.0%{dist}
+%define ver 5.2.0
+%define rel dev1.0%{dist}
 
 %if 0%{?fedora} == 24
 %define dist_name fedora


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] ims_registar_pcscf: security_t parameters should be allocated on shared memory (#1360)

2017-12-11 Thread Daniel-Constantin Mierla
@ngvoice - can this be merged?

-- 
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/1360#issuecomment-350968167___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:45aee0b1: Merge pull request #1361 from sergey-safarov/my-5.1

2017-12-11 Thread GitHub
Module: kamailio
Branch: 5.1
Commit: 45aee0b16c31e57a20badd72d3568ef7a3ed8245
URL: 
https://github.com/kamailio/kamailio/commit/45aee0b16c31e57a20badd72d3568ef7a3ed8245

Author: Daniel-Constantin Mierla 
Committer: GitHub 
Date: 2017-12-12T08:30:11+01:00

Merge pull request #1361 from sergey-safarov/my-5.1

Set Cherry picks of OBS spec update

---

Modified: pkg/kamailio/obs/kamailio.spec
Modified: pkg/kamailio/obs/meta

---

Diff:  
https://github.com/kamailio/kamailio/commit/45aee0b16c31e57a20badd72d3568ef7a3ed8245.diff
Patch: 
https://github.com/kamailio/kamailio/commit/45aee0b16c31e57a20badd72d3568ef7a3ed8245.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] Set Cherry picks of OBS spec update (#1361)

2017-12-11 Thread Daniel-Constantin Mierla
Merged #1361.

-- 
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/1361#event-1382962302___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] Set Cherry picks of OBS spec update (#1361)

2017-12-11 Thread Daniel-Constantin Mierla
I am merging this one, but there is no reason to have `sipdump` as a dedicated 
package. It should be moved in the main one.

-- 
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/1361#issuecomment-350967847___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] cfg_get variables broken in async workers. (#1362)

2017-12-11 Thread malcolmohare
### Description

When using cfg_get in async_workers, the values cannot be retrieved.  You 
either get a 'soft' fail with kamailio failing to assign the value, or you get 
a 'hard' fail and kamailio core dumps.  The difference in behaviour appears to 
be determined by where the cfg variable is defined.  If its defined in 
kamailio.cfg, you get a soft failure.  If its defined in a cfg file which you 
included, you get a hard failure.

### Troubleshooting

Tried MANY combinations of setting the variable in different places, different 
length of variable names, including different characters.

 Reproduction

test_crash.cfg

```
#!KAMAILIO

debug=8
fork=yes
children=1
async_workers=1

listen=udp:127.0.0.1:12345

loadmodule "kex.so"
loadmodule "mi_fifo.so"
loadmodule "tm.so"
loadmodule "tmx.so"
loadmodule "sl.so"
loadmodule "uac.so"
loadmodule "rr.so"
loadmodule "pv.so"
loadmodule "async.so"
loadmodule "xlog.so"

modparam("mi_fifo", "fifo_name", "./kamailio.fifo")

include_file "test_crash_included.cfg"

info.var = 1 desc "Info Variable"

request_route {
if(@cfg_get.info.var == 1) {
# This gets printed
xlog("Variable is 1 in request route\n");
}
if(@cfg_get.info.var_from_other_file == 1) {
# This gets printed
xlog("Variable from other file is 1 in request route\n");
}

if(t_newtran()) {
async_task_route("ASYNC_REQUEST_ROUTE");
}
exit;
}

route[ASYNC_REQUEST_ROUTE] {
if(@cfg_get.info.var == 1) {
# This doesn't get printed
xlog("Variable is 1 in async route\n");
} else {
# This assignment fails with error:
# 5(19705) ERROR:  [lvalue.c:405]: lval_assign(): assignment 
failed at pos: (48,39-48,39)
$var(test) = @cfg_get.info.var;
xlog("Variable is $var(test)\n");
}
# Crash occurs on this line
if(@cfg_get.info.var_from_other_file == 1) {
xlog("Variable from other file is 1 in async route\n");
}

t_reply("200", "OK");
}
```

test_crash_included.cfg

```
#!KAMAILIO

info.var_from_other_file = 1 desc "Var from other file"

```

 Debugging Data



```
(paste your debugging data here)
```

 Log Messages



```
(paste your log messages here)
```

 SIP Traffic



```
(paste your sip traffic here)
```

### Possible Solutions



### Additional Information

  * **Kamailio Version** - output of `kamailio -v`

```
version: kamailio 4.4.2 (x86_64/linux) 892ad6
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, 
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, 
F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, 
USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, 
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 892ad6
compiled on 18:41:47 Dec  4 2017 with x86_64-unknown-linux-gnu-gcc 4.9.4
```

* **Operating System**:



```
Linux ip-172-31-126-249 4.4.23-31.54.amzn1.x86_64 #1 SMP Tue Oct 18 22:02:09 
UTC 2016 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://github.com/kamailio/kamailio/issues/1362___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] Set Cherry picks of OBS spec update (#1361)

2017-12-11 Thread sergey-safarov
Set Cherry picks of OBS spec update
Added Fedora 27 support
Removed Fedora 24 support
You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/1361

-- Commit Summary --

  * Revert "pkg/obs: enable the same modules for RHEL 7 as for Centos 7"
  * pkg/kamailio/obs: Added missed directories to packaging (non systemd dists)
  * pkg/kamailio/obs: Ported ca39ea810c01f6947db70870cc1d786e95cb4bc3 to OBS 
SPEC
  * pkg/kamailio/obs: Ported 32c5d9dd9f7a5e02ab428e5c16bf7406e4ff7856 ot OBS 
spec file
  * pkg/kamailio/obs: Added sipdump module
  * pkg/kamailio/obs: Added acc_diameter module files
  * pkg/kamailio/obs: Fixed build of lua module
  * pkg/kamailio/obs: Release version set to RHEL style in spec file
  * pkg/kamailio/obs: Removed Fedora 24 support, Added Fedora 27 support

-- File Changes --

M pkg/kamailio/obs/kamailio.spec (153)
M pkg/kamailio/obs/meta (5)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/1361.patch
https://github.com/kamailio/kamailio/pull/1361.diff

-- 
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/1361
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] Kamailio v5.1.0 Released - new major version is out

2017-12-11 Thread Daniel-Constantin Mierla
Kamailio v5.1.0 is out – it comes with 9 new modules and a significant
set of improvements touching more than 90 existing modules.

You can read detailed release notes at:

  * https://www.kamailio.org/w/kamailio-v5-1-0-release-notes/

Many thanks to all developers and community members that made possible
this release.

A consistent effort was directed to export most of the config functions
to the KEMI framework, allowing to write SIP routing logic in other
scripting languages executed by the embedded interpreters for Lua,
JavaScript, Python or Squirrel, with the option to reload the routing
script without restarting Kamailio.

Enjoy Kamailio v5.1.0!

Thank you for flying Kamailio!
Daniel

-- 
Daniel-Constantin Mierla
http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference 2018 - http://www.kamailioworld.com

___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:28011aa9: ChangeLog: content set for v5.1.0

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: 28011aa9fdca7012103506d9a437c8e44dc8963c
URL: 
https://github.com/kamailio/kamailio/commit/28011aa9fdca7012103506d9a437c8e44dc8963c

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T16:31:31+01:00

ChangeLog: content set for v5.1.0

---

Modified: ChangeLog

---

Diff:  
https://github.com/kamailio/kamailio/commit/28011aa9fdca7012103506d9a437c8e44dc8963c.diff
Patch: 
https://github.com/kamailio/kamailio/commit/28011aa9fdca7012103506d9a437c8e44dc8963c.patch

---

diff --git a/ChangeLog b/ChangeLog
index 4766a78748..5d0b34aa20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,28 @@
 
 = Changes Since Version 5.0.0 ===
 
+commit 0a7156ccfe0baa53f7305f1824b6ddf79d9310b8
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 16:29:12 2017 +0100
+
+pkg/kamailio/deb: version set to 5.1.0
+
+commit 99ae8b40ee9df01830d33cdc6daa872eb7650e2b
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 16:10:02 2017 +0100
+
+pkg/obs: set v5.1.0 for obs spec
+
+commit 2c169f609322a89d9f346ec598d4cbc12f7ff0c2
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 15:39:09 2017 +0100
+
+ChangeLog: content updated for v5.1.0
+
+commit cc0ece7af411038afd0340c16ccabea985bbc7ff
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 15:27:43 2017 +0100
+
 commit cc0ece7af411038afd0340c16ccabea985bbc7ff
 Author: Daniel-Constantin Mierla 
 Date:   Mon Dec 11 15:27:43 2017 +0100


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:0a7156cc: pkg/kamailio/deb: version set to 5.1.0

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: 0a7156ccfe0baa53f7305f1824b6ddf79d9310b8
URL: 
https://github.com/kamailio/kamailio/commit/0a7156ccfe0baa53f7305f1824b6ddf79d9310b8

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T16:29:12+01:00

pkg/kamailio/deb: version set to 5.1.0

---

Modified: pkg/kamailio/deb/buster/changelog
Modified: pkg/kamailio/deb/debian/changelog
Modified: pkg/kamailio/deb/jessie/changelog
Modified: pkg/kamailio/deb/precise/changelog
Modified: pkg/kamailio/deb/sid/changelog
Modified: pkg/kamailio/deb/stretch/changelog
Modified: pkg/kamailio/deb/trusty/changelog
Modified: pkg/kamailio/deb/wheezy/changelog
Modified: pkg/kamailio/deb/xenial/changelog

---

Diff:  
https://github.com/kamailio/kamailio/commit/0a7156ccfe0baa53f7305f1824b6ddf79d9310b8.diff
Patch: 
https://github.com/kamailio/kamailio/commit/0a7156ccfe0baa53f7305f1824b6ddf79d9310b8.patch

---

diff --git a/pkg/kamailio/deb/buster/changelog 
b/pkg/kamailio/deb/buster/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/buster/changelog
+++ b/pkg/kamailio/deb/buster/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/debian/changelog 
b/pkg/kamailio/deb/debian/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/debian/changelog
+++ b/pkg/kamailio/deb/debian/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/jessie/changelog 
b/pkg/kamailio/deb/jessie/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/jessie/changelog
+++ b/pkg/kamailio/deb/jessie/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/precise/changelog 
b/pkg/kamailio/deb/precise/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/precise/changelog
+++ b/pkg/kamailio/deb/precise/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/sid/changelog b/pkg/kamailio/deb/sid/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/sid/changelog
+++ b/pkg/kamailio/deb/sid/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/stretch/changelog 
b/pkg/kamailio/deb/stretch/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/stretch/changelog
+++ b/pkg/kamailio/deb/stretch/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/trusty/changelog 
b/pkg/kamailio/deb/trusty/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/trusty/changelog
+++ b/pkg/kamailio/deb/trusty/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/wheezy/changelog 
b/pkg/kamailio/deb/wheezy/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/wheezy/changelog
+++ b/pkg/kamailio/deb/wheezy/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3
diff --git a/pkg/kamailio/deb/xenial/changelog 
b/pkg/kamailio/deb/xenial/changelog
index 5e3dfe07e0..18e2a36357 100644
--- a/pkg/kamailio/deb/xenial/changelog
+++ b/pkg/kamailio/deb/xenial/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0) unstable; urgency=medium
+
+  * version set to 5.1.0
+
+ -- Victor Seva   Mon, 11 Dec 2017 16:25:30 +0100
+
 kamailio (5.1.0~rc3) unstable; urgency=medium
 
   * version set to 5.1.0~rc3


___
Kamailio (SER) - Development Mailing List

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-12-11 Thread Tsvetomir Dimitrov
Hi Carsten,

I'm working on this and I have got some progress, but unplanned two week
sick leave delayed my work a lot. What I have done so far:
- Fixed saving of security parameters in ims_usrloc_pcscf. My previous
patch didn't handle SHM allocation correctly. This is can be merged so I'll
open a pull request soon.
- New module which handles ipsec tunnel creation. For now the module
successfully registers SAs and policy via xfrm (no external bash scripts
involved) on incoming REGISTER.

What needs to be done:
- Cleanup of ipsec SAs and policy on subscriber detach, PCSCF graceful shut
down and PCSCF not so graceful shutdown.
- Module parameters for everything - for now all params are hardcoded.

The code is not very usable at the moment, mainly because there are a lot
of hardcoded parameters. I can share it if you wish.

Best regards,
Tsvetomir


On Mon, Dec 11, 2017 at 3:25 PM, Carsten Bock  wrote:

> Hi Tsvetomir,
>
> any updates regarding this? I believe otherwise, I would assign
> ressources from our side for this in February/March next year.
> However, I would want to avoid double work.
>
> You can share it privately with me, if you don't want to publish it yet.
>
> Thanks,
> Carsten
>
> 2017-10-19 9:49 GMT+02:00 Tsvetomir Dimitrov :
> > Hi Carsten,
> >
> > Thanks for your responce and please excuse my late reply too. I'm still
> > working on the changes and will make a pull request as soon as I am
> ready.
> > It will be a separate module which handles the IPSec tunnel creation/tear
> > down, so that ims_register_pcscf won't be polluted with platform specific
> > functionality. You are right, that new module can be ifdef-ed and
> replaced
> > with something *BSD specific or whatever OS someone wants to use.
> >
> > Best regards,
> > Tsvetomir
> >
> > On Fri, Oct 13, 2017 at 6:21 AM, Carsten Bock 
> wrote:
> >>
> >> Hi Tsvetomir,
> >>
> >> sorry for the late reply. I assume this mail got lost a bit in the
> >> days of Astricon. I even asked Daniel about this mail during Astricon,
> >> but he hadn't seen it yet. Right now, I'm officially on holiday
> >>
> >> Can you please provide a Pull-Request for the changes?
> >>
> >> From my perspective, it is likely fine to have a Linux-Only module, it
> >> might not be the first one. If you can encapsulate your extensions
> >> with some IFDEF's, so the functionality can be disabled on non-Linux,
> >> then that would be fine with me.
> >>
> >> It would be great, if Daniel or anyone else from the Management-Group
> >> could answer or comment this one as well??
> >>
> >> Thanks,
> >> Carsten
> >>
> >> 2017-10-04 10:14 GMT-04:00 Tsvetomir Dimitrov :
> >> > Hello,
> >> >
> >> > I am working on a functionality which handles ipsec tunel creation for
> >> > VoLTE
> >> > registration and I'd like to contribute it to the project. However the
> >> > code
> >> > is heavily Linux specific - uses xfrm framework, so it won't compile
> on
> >> > distribution with older kernels and definitely won't compile on *BSD.
> >> >
> >> > How problematic is this? How to handle this implementation so that it
> >> > gets
> >> > merged?
> >> >
> >> > Right now I can see two options:
> >> > 1. Implement the functionality in ims_register_pcscf.
> >> > 2. Implement separate ipsec module and handle the tunel creation/tear
> >> > down
> >> > from the configuration.
> >> >
> >> > The first solution is definitely the easiest one for implementation,
> but
> >> > after my patch the module won't be as portable as it is now and I'm
> >> > afraid
> >> > my patch will be rejected.
> >> >
> >> > The second one separates the platform specific code in separate module
> >> > and
> >> > won't affect ims_register_pcscf. However I need data from
> >> > ims_usrloc_pcscf,
> >> > which is not accessible from the configuration. Also, writing separate
> >> > module for a limited IPSEC handling seems like a overkill for me.
> >> >
> >> > What's your opinion?
> >> >
> >> > Best regards,
> >> > Tsvetomir
> >> >
> >> > ___
> >> > Kamailio (SER) - Development Mailing List
> >> > sr-dev@lists.kamailio.org
> >> > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
> >> >
> >>
> >>
> >>
> >> --
> >> Carsten Bock
> >> CEO (Geschäftsführer)
> >>
> >> ng-voice GmbH
> >> Millerntorplatz 1
> >> 20359 Hamburg / Germany
> >>
> >> http://www.ng-voice.com
> >> mailto:cars...@ng-voice.com
> >>
> >> Office +49 40 5247593-40
> >> Fax +49 40 5247593-99
> >>
> >> Sitz der Gesellschaft: Hamburg
> >> Registergericht: Amtsgericht Hamburg, HRB 120189
> >> Geschäftsführer: Carsten Bock
> >> Ust-ID: DE279344284
> >>
> >> Hier finden Sie unsere handelsrechtlichen Pflichtangaben:
> >> http://www.ng-voice.com/imprint/
> >>
> >> ___
> >> Kamailio (SER) - Development Mailing List
> >> sr-dev@lists.kamailio.org
> >> 

[sr-dev] git:5.1:99ae8b40: pkg/obs: set v5.1.0 for obs spec

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: 99ae8b40ee9df01830d33cdc6daa872eb7650e2b
URL: 
https://github.com/kamailio/kamailio/commit/99ae8b40ee9df01830d33cdc6daa872eb7650e2b

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T16:10:02+01:00

pkg/obs: set v5.1.0 for obs spec

---

Modified: pkg/kamailio/obs/kamailio.spec

---

Diff:  
https://github.com/kamailio/kamailio/commit/99ae8b40ee9df01830d33cdc6daa872eb7650e2b.diff
Patch: 
https://github.com/kamailio/kamailio/commit/99ae8b40ee9df01830d33cdc6daa872eb7650e2b.patch

---

diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index 5204f8501f..43d8cc6bed 100644
--- a/pkg/kamailio/obs/kamailio.spec
+++ b/pkg/kamailio/obs/kamailio.spec
@@ -1,5 +1,5 @@
 %define namekamailio
-%define ver 5.0.3
+%define ver 5.1.0
 %define rel dev0.0%{dist}
 
 %if 0%{?fedora} == 24


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:2c169f60: ChangeLog: content updated for v5.1.0

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: 2c169f609322a89d9f346ec598d4cbc12f7ff0c2
URL: 
https://github.com/kamailio/kamailio/commit/2c169f609322a89d9f346ec598d4cbc12f7ff0c2

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T15:39:09+01:00

ChangeLog: content updated for v5.1.0

---

Modified: ChangeLog

---

Diff:  
https://github.com/kamailio/kamailio/commit/2c169f609322a89d9f346ec598d4cbc12f7ff0c2.diff
Patch: 
https://github.com/kamailio/kamailio/commit/2c169f609322a89d9f346ec598d4cbc12f7ff0c2.patch

---

diff --git a/ChangeLog b/ChangeLog
index 9033ec76c1..4766a78748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,24 @@
 
 = Changes Since Version 5.0.0 ===
 
+commit cc0ece7af411038afd0340c16ccabea985bbc7ff
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 15:27:43 2017 +0100
+
+Makefile.defs: version set to 5.1.0
+
+commit 01a3818582bc2c4baf8d94ee88e4a38d7cc10f28
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 15:16:20 2017 +0100
+
+pkg: updated version in some old spec files
+
+commit 5e59f021f057d8b72348ab4819262b6b7c92d8c1
+Author: Daniel-Constantin Mierla 
+Date:   Mon Dec 11 14:51:58 2017 +0100
+
+ChangeLog: imported the commit logs for v5.1.0
+
 commit 604957b93e711c901238a62291a184471f524985
 Author: Daniel-Constantin Mierla 
 Date:   Mon Dec 11 14:40:44 2017 +0100


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:cc0ece7a: Makefile.defs: version set to 5.1.0

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: cc0ece7af411038afd0340c16ccabea985bbc7ff
URL: 
https://github.com/kamailio/kamailio/commit/cc0ece7af411038afd0340c16ccabea985bbc7ff

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T15:27:43+01:00

Makefile.defs: version set to 5.1.0

---

Modified: src/Makefile.defs

---

Diff:  
https://github.com/kamailio/kamailio/commit/cc0ece7af411038afd0340c16ccabea985bbc7ff.diff
Patch: 
https://github.com/kamailio/kamailio/commit/cc0ece7af411038afd0340c16ccabea985bbc7ff.patch

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index df5ad7b8ff..1238e4f99d 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -106,8 +106,8 @@ INSTALL_FLAVOUR=$(FLAVOUR)
 # version number
 VERSION = 5
 PATCHLEVEL = 1
-SUBLEVEL =  0
-EXTRAVERSION = -rc3
+SUBLEVEL = 0
+EXTRAVERSION =
 
 # memory manager switcher
 # 0 - f_malloc (fast malloc)


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » amd64,xenial,slave #990

2017-12-11 Thread jenkins
See 



___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] dialog: track_cseq_updates after failing uac_auth (#1359)

2017-12-11 Thread Carlos Cruz Luengo
### Description

[track_cseq_updates](http://kamailio.org/docs/modules/4.4.x/modules/dialog.html#dialog.p.track_cseq_updates)
 of _dialog_ module seems to fail in cseq number adaptation of subsequent ACK 
once 
[uac_auth()](http://kamailio.org/docs/modules/4.4.x/modules/uac.html#uac.f.uac_auth())
 function of _uac_ module transaction fails:

1. INVITE sent by UAC (CSeq 100).
1. 407 from UAS.
1. INVITE generated by uac_auth (CSeq 101).
1. 500 from UAS.
1. INVITE to another carrier (CSeq 100)
1. 200 OK from carrier.
1. ACK (CSeq 101 instead of 100).

ACK CSeq is increased by one but it shouldn't as it is acknowledging INVITE in 
step 5.


### Troubleshooting

 Reproduction

The issue can be reproduced with the logic mentioned above 
(track_cseq_updates=1):

- Initial INVITE
- INVITE generated by uac_auth in failure_route
- INVITE to another destination in failure_route
- CSeq in ACK is increased by one

 SIP Traffic

See attached pcap file 
([cseq_tracking_wrong_ack.pcap.gz](https://github.com/kamailio/kamailio/files/1548079/cseq_tracking_wrong_ack.pcap.gz))
 that involves following parties:
- 155.179.229.105: UAC that sends the INVITE.
- 155.179.229.109: Kamailio
- 202.165.186.162: Initial carrier (the one that asks for SIP auth)
- 9.189.124.97: Second carrier


### Additional Information

  * **Kamailio Version** - output of `kamailio -v`

```
version: kamailio 4.4.6 (x86_64/linux) 
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, 
USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, 
TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, 
USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, 
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown 
compiled with gcc 4.9.2
```

* **Operating System**:



```
Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
```

Is there any way to disable CSeq mangling triggered by uac_auth once this 
transaction fails to prevent this mangling from breaking the subsequent ACK 
transaction?

Thank you and regards,


-- 
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/1359___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:01a38185: pkg: updated version in some old spec files

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: 01a3818582bc2c4baf8d94ee88e4a38d7cc10f28
URL: 
https://github.com/kamailio/kamailio/commit/01a3818582bc2c4baf8d94ee88e4a38d7cc10f28

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T15:16:20+01:00

pkg: updated version in some old spec files

---

Modified: pkg/kamailio/centos/6/kamailio.spec
Modified: pkg/kamailio/fedora/17/kamailio.spec
Modified: pkg/kamailio/freebsd/Makefile
Modified: pkg/kamailio/openbsd/Makefile
Modified: pkg/kamailio/oracle/el6/kamailio.spec
Modified: pkg/kamailio/oracle/el7/kamailio.spec
Modified: pkg/kamailio/rpm/kamailio.spec-4.1
Modified: pkg/kamailio/rpm/kamailio.spec.CenOS
Modified: pkg/kamailio/rpm/kamailio.spec.SuSE
Modified: pkg/kamailio/solaris/pkginfo

---

Diff:  
https://github.com/kamailio/kamailio/commit/01a3818582bc2c4baf8d94ee88e4a38d7cc10f28.diff
Patch: 
https://github.com/kamailio/kamailio/commit/01a3818582bc2c4baf8d94ee88e4a38d7cc10f28.patch

---

diff --git a/pkg/kamailio/centos/6/kamailio.spec 
b/pkg/kamailio/centos/6/kamailio.spec
index 217a63db81..df4419929e 100644
--- a/pkg/kamailio/centos/6/kamailio.spec
+++ b/pkg/kamailio/centos/6/kamailio.spec
@@ -1,6 +1,6 @@
 %define name   kamailio
-%define ver4.2.0
-%define reldev0.0%{dist}
+%define ver5.1.0
+%define rel0%{dist}
 
 
 
diff --git a/pkg/kamailio/fedora/17/kamailio.spec 
b/pkg/kamailio/fedora/17/kamailio.spec
index 2fb08a03e3..446ac8bfb3 100644
--- a/pkg/kamailio/fedora/17/kamailio.spec
+++ b/pkg/kamailio/fedora/17/kamailio.spec
@@ -1,6 +1,6 @@
 %define name   kamailio
-%define ver4.1.0
-%define reldev7.2%{dist}
+%define ver5.1.0
+%define rel0%{dist}
 
 
 
diff --git a/pkg/kamailio/freebsd/Makefile b/pkg/kamailio/freebsd/Makefile
index dee636094d..54aa0b760f 100644
--- a/pkg/kamailio/freebsd/Makefile
+++ b/pkg/kamailio/freebsd/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=  kamailio
-PORTVERSION=   1.3.0
+PORTVERSION=   5.1.0
 CATEGORIES=net
 MASTER_SITES=  http://kamailio.org/pub/kamailio/${PORTVERSION}/src/
 DISTNAME=  ${PORTNAME}-${PORTVERSION}-tls_src
diff --git a/pkg/kamailio/openbsd/Makefile b/pkg/kamailio/openbsd/Makefile
index cf481de8b9..7f9e292054 100644
--- a/pkg/kamailio/openbsd/Makefile
+++ b/pkg/kamailio/openbsd/Makefile
@@ -12,7 +12,7 @@ COMMENT-carrierroute =kamailio carrierroute module
 COMMENT-snmpstats =kamailio snmpstats module
 COMMENT-perl = kamailio perl modules
 
-VERSION =  1.5.0
+VERSION =  5.1.0
 DISTNAME = kamailio-${VERSION}
 PKGNAME-main = kamailio-${VERSION}
 PKGNAME-mysql =kamailio-mysql-${VERSION}
diff --git a/pkg/kamailio/oracle/el6/kamailio.spec 
b/pkg/kamailio/oracle/el6/kamailio.spec
index e787ecd388..e5807b5ada 100644
--- a/pkg/kamailio/oracle/el6/kamailio.spec
+++ b/pkg/kamailio/oracle/el6/kamailio.spec
@@ -1,5 +1,5 @@
 %define namekamailio
-%define ver 4.4.0
+%define ver 5.1.0
 %define rel 0
 %define _sharedir %{_prefix}/share
 
diff --git a/pkg/kamailio/oracle/el7/kamailio.spec 
b/pkg/kamailio/oracle/el7/kamailio.spec
index df65630a85..0547e8b176 100644
--- a/pkg/kamailio/oracle/el7/kamailio.spec
+++ b/pkg/kamailio/oracle/el7/kamailio.spec
@@ -1,5 +1,5 @@
 %define namekamailio
-%define ver 4.4.0
+%define ver 5.1.0
 %define rel 0
 %define _sharedir %{_prefix}/share
 
diff --git a/pkg/kamailio/rpm/kamailio.spec-4.1 
b/pkg/kamailio/rpm/kamailio.spec-4.1
index 6350bb9ec6..3acccefe52 100644
--- a/pkg/kamailio/rpm/kamailio.spec-4.1
+++ b/pkg/kamailio/rpm/kamailio.spec-4.1
@@ -1,5 +1,5 @@
 %define namekamailio
-%define ver 1.2.0
+%define ver 5.1.0
 %define rel 0
 
 %define EXCLUDED_MODULES   mysql jabber cpl-c avp_radius auth_radius 
group_radius uri_radius pa postgres osp tlsops unixodbc
diff --git a/pkg/kamailio/rpm/kamailio.spec.CenOS 
b/pkg/kamailio/rpm/kamailio.spec.CenOS
index d231a866b5..dd4d992106 100644
--- a/pkg/kamailio/rpm/kamailio.spec.CenOS
+++ b/pkg/kamailio/rpm/kamailio.spec.CenOS
@@ -1,5 +1,5 @@
 %define namekamailio
-%define ver 3.2.0
+%define ver 5.1.0
 %define rel 0
 %define _sharedir %{_prefix}/share
 
diff --git a/pkg/kamailio/rpm/kamailio.spec.SuSE 
b/pkg/kamailio/rpm/kamailio.spec.SuSE
index a00cada244..ef0eb41161 100644
--- a/pkg/kamailio/rpm/kamailio.spec.SuSE
+++ b/pkg/kamailio/rpm/kamailio.spec.SuSE
@@ -1,5 +1,5 @@
 %define namekamailio
-%define ver 1.2.0
+%define ver 5.1.0
 %define rel 0
 
 %define EXCLUDED_MODULES   mysql jabber cpl-c auth_radius misc_radius 
peering postgress pa unixodbc osp tlsops
diff --git a/pkg/kamailio/solaris/pkginfo b/pkg/kamailio/solaris/pkginfo
index 116657e95d..c1a1960fa7 100644
--- a/pkg/kamailio/solaris/pkginfo
+++ b/pkg/kamailio/solaris/pkginfo
@@ -1,6 +1,6 @@
 PKG=Kamailio
 ARCH=sparc
-VERSION=1.2.0
+VERSION=5.1.0
 CATEGORY=application
 EMAIL=mico...@gmail.com
 NAME=Kamailio is a very fast and 

[sr-dev] Jenkins build is back to normal : kamailio51-nightly-binaries » amd64,xenial,slave #20

2017-12-11 Thread jenkins
See 



___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:dd8f5488: core: README - INSTALL small updates for development v5.2

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: master
Commit: dd8f5488a514698e6bdeb941ac8b90971bad804a
URL: 
https://github.com/kamailio/kamailio/commit/dd8f5488a514698e6bdeb941ac8b90971bad804a

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T14:43:10+01:00

core: README - INSTALL small updates for development v5.2

---

Modified: INSTALL
Modified: README

---

Diff:  
https://github.com/kamailio/kamailio/commit/dd8f5488a514698e6bdeb941ac8b90971bad804a.diff
Patch: 
https://github.com/kamailio/kamailio/commit/dd8f5488a514698e6bdeb941ac8b90971bad804a.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:604957b9: core: README - INSTALL small updates for v5.1.0

2017-12-11 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.1
Commit: 604957b93e711c901238a62291a184471f524985
URL: 
https://github.com/kamailio/kamailio/commit/604957b93e711c901238a62291a184471f524985

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-12-11T14:40:44+01:00

core: README - INSTALL small updates for v5.1.0

---

Modified: INSTALL
Modified: README

---

Diff:  
https://github.com/kamailio/kamailio/commit/604957b93e711c901238a62291a184471f524985.diff
Patch: 
https://github.com/kamailio/kamailio/commit/604957b93e711c901238a62291a184471f524985.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » i386,xenial,slave #990

2017-12-11 Thread jenkins
See 



___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] Contributing platform specific code to Kamailio

2017-12-11 Thread Carsten Bock
Hi Tsvetomir,

any updates regarding this? I believe otherwise, I would assign
ressources from our side for this in February/March next year.
However, I would want to avoid double work.

You can share it privately with me, if you don't want to publish it yet.

Thanks,
Carsten

2017-10-19 9:49 GMT+02:00 Tsvetomir Dimitrov :
> Hi Carsten,
>
> Thanks for your responce and please excuse my late reply too. I'm still
> working on the changes and will make a pull request as soon as I am ready.
> It will be a separate module which handles the IPSec tunnel creation/tear
> down, so that ims_register_pcscf won't be polluted with platform specific
> functionality. You are right, that new module can be ifdef-ed and replaced
> with something *BSD specific or whatever OS someone wants to use.
>
> Best regards,
> Tsvetomir
>
> On Fri, Oct 13, 2017 at 6:21 AM, Carsten Bock  wrote:
>>
>> Hi Tsvetomir,
>>
>> sorry for the late reply. I assume this mail got lost a bit in the
>> days of Astricon. I even asked Daniel about this mail during Astricon,
>> but he hadn't seen it yet. Right now, I'm officially on holiday
>>
>> Can you please provide a Pull-Request for the changes?
>>
>> From my perspective, it is likely fine to have a Linux-Only module, it
>> might not be the first one. If you can encapsulate your extensions
>> with some IFDEF's, so the functionality can be disabled on non-Linux,
>> then that would be fine with me.
>>
>> It would be great, if Daniel or anyone else from the Management-Group
>> could answer or comment this one as well??
>>
>> Thanks,
>> Carsten
>>
>> 2017-10-04 10:14 GMT-04:00 Tsvetomir Dimitrov :
>> > Hello,
>> >
>> > I am working on a functionality which handles ipsec tunel creation for
>> > VoLTE
>> > registration and I'd like to contribute it to the project. However the
>> > code
>> > is heavily Linux specific - uses xfrm framework, so it won't compile on
>> > distribution with older kernels and definitely won't compile on *BSD.
>> >
>> > How problematic is this? How to handle this implementation so that it
>> > gets
>> > merged?
>> >
>> > Right now I can see two options:
>> > 1. Implement the functionality in ims_register_pcscf.
>> > 2. Implement separate ipsec module and handle the tunel creation/tear
>> > down
>> > from the configuration.
>> >
>> > The first solution is definitely the easiest one for implementation, but
>> > after my patch the module won't be as portable as it is now and I'm
>> > afraid
>> > my patch will be rejected.
>> >
>> > The second one separates the platform specific code in separate module
>> > and
>> > won't affect ims_register_pcscf. However I need data from
>> > ims_usrloc_pcscf,
>> > which is not accessible from the configuration. Also, writing separate
>> > module for a limited IPSEC handling seems like a overkill for me.
>> >
>> > What's your opinion?
>> >
>> > Best regards,
>> > Tsvetomir
>> >
>> > ___
>> > Kamailio (SER) - Development Mailing List
>> > sr-dev@lists.kamailio.org
>> > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
>> >
>>
>>
>>
>> --
>> Carsten Bock
>> CEO (Geschäftsführer)
>>
>> ng-voice GmbH
>> Millerntorplatz 1
>> 20359 Hamburg / Germany
>>
>> http://www.ng-voice.com
>> mailto:cars...@ng-voice.com
>>
>> Office +49 40 5247593-40
>> Fax +49 40 5247593-99
>>
>> Sitz der Gesellschaft: Hamburg
>> Registergericht: Amtsgericht Hamburg, HRB 120189
>> Geschäftsführer: Carsten Bock
>> Ust-ID: DE279344284
>>
>> Hier finden Sie unsere handelsrechtlichen Pflichtangaben:
>> http://www.ng-voice.com/imprint/
>>
>> ___
>> Kamailio (SER) - Development Mailing List
>> sr-dev@lists.kamailio.org
>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
>
>
>
> ___
> Kamailio (SER) - Development Mailing List
> sr-dev@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
>



-- 
Carsten Bock
CEO (Geschäftsführer)

ng-voice GmbH
Millerntorplatz 1
20359 Hamburg / Germany

http://www.ng-voice.com
mailto:cars...@ng-voice.com

Office +49 40 5247593-40
Fax +49 40 5247593-99

Sitz der Gesellschaft: Hamburg
Registergericht: Amtsgericht Hamburg, HRB 120189
Geschäftsführer: Carsten Bock
Ust-ID: DE279344284

Hier finden Sie unsere handelsrechtlichen Pflichtangaben:
http://www.ng-voice.com/imprint/

___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] Jenkins build is back to normal : kamailio51-nightly-binaries » i386,xenial,slave #20

2017-12-11 Thread jenkins
See 



___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] acc: save cdr entries in UTC (#1358)

2017-12-11 Thread Daniel-Constantin Mierla
A PR is more than welcome -- but no need for a new param, I think you can just 
reuse the exiting param and extend the functionality for cdrs -- I do not see a 
reason to have acc records in local time and cdrs in utc or the other way 
around.

-- 
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/1358#issuecomment-350721457___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,xenial,slave #989

2017-12-11 Thread jenkins
See 


--
[...truncated 476.28 KB...]
LD (gcc) [M ims_charging.so]ims_charging.so
CC (gcc) [M ims_ocs.so] ims_ocs_mod.o
CC (gcc) [M ims_ocs.so] ocs_avp_helper.o
CC (gcc) [M ims_ocs.so] msg_faker.o
make[4]: 'libkamailio_ims.so.0.1' is up to date.
LD (gcc) [M ims_ocs.so] ims_ocs.so
CC (gcc) [M ims_diameter_server.so] ims_diameter_server.o
CC (gcc) [M ims_diameter_server.so] cJSON.o
CC (gcc) [M ims_diameter_server.so] avp_helper.o
make[4]: 'libkamailio_ims.so.0.1' is up to date.
LD (gcc) [M ims_diameter_server.so] ims_diameter_server.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="ksctp"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M sctp.so]sctp_mod.o
CC (gcc) [M sctp.so]sctp_rpc.o
CC (gcc) [M sctp.so]sctp_options.o
CC (gcc) [M sctp.so]sctp_stats.o
CC (gcc) [M sctp.so]sctp_server.o
LD (gcc) [M sctp.so]sctp.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="kjava"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M app_java.so]java_msgobj.o
CC (gcc) [M app_java.so]java_support.o
CC (gcc) [M app_java.so]java_iface.o
CC (gcc) [M app_java.so]java_native_methods.o
CC (gcc) [M app_java.so]app_java_mod.o
CC (gcc) [M app_java.so]java_sig_parser.o
CC (gcc) [M app_java.so]utils.o
LD (gcc) [M app_java.so]app_java.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="ktls"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M crypto.so]  crypto_uuid.o
CC (gcc) [M crypto.so]  crypto_mod.o
LD (gcc) [M crypto.so]  crypto.so
CC (gcc) [M tls.so] tls_domain.o
CC (gcc) [M tls.so] tls_locking.o
CC (gcc) [M tls.so] tls_server.o
CC (gcc) [M tls.so] tls_cfg.o
CC (gcc) [M tls.so] tls_util.o
CC (gcc) [M tls.so] tls_select.o
CC (gcc) [M tls.so] tls_dump_vf.o
CC (gcc) [M tls.so] tls_init.o
CC (gcc) [M tls.so] tls_config.o
CC (gcc) [M tls.so] tls_mod.o
CC (gcc) [M tls.so] tls_bio.o
CC (gcc) [M tls.so] tls_rpc.o
CC (gcc) [M tls.so] tls_ct_wrq.o
CC (gcc) [M tls.so] tls_verify.o
LD (gcc) [M tls.so] tls.so
CC (gcc) [M auth_identity.so]   auth_http.o
CC (gcc) [M auth_identity.so]   auth_hdrs.o
CC (gcc) [M auth_identity.so]   auth_tables.o
CC (gcc) [M auth_identity.so]   auth_identity.o
CC (gcc) [M auth_identity.so]   auth_crypt.o
CC (gcc) [M auth_identity.so]   auth_dynstr.o
LD (gcc) [M auth_identity.so]   auth_identity.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="koutbound"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M outbound.so]config.o
CC (gcc) [M outbound.so]outbound_mod.o
LD (gcc) [M outbound.so]outbound.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="kwebsocket"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C 

[sr-dev] [kamailio/kamailio] acc: save cdr entries in UTC (#1358)

2017-12-11 Thread Carlos Cruz Luengo
### Description

ACC module allows setting datetime fields in UTC via [time_mode 
param](http://kamailio.org/docs/modules/devel/modules/acc.html#acc.p.time_mode).

However, this setting does not cause cdr entries to be saved in that format and 
I haven't found any equivalent parameter to achieve this.

### Troubleshooting

Analyzing the code for MySQL database storage I have found that 
[_db_time2str_ex_ function defined in 
_db_ut.c_](https://github.com/kamailio/kamailio/blob/master/src/lib/srdb1/db_ut.c#L256)
 uses localtime(). 

### Possible Solutions

Changing localtime() to gmtime() cdrs are saved in UTC, but it would be 
desirable to add a new module param that makes this configurable.

### Additional Information

  * **Kamailio Version** - output of `kamailio -v`

```
version: kamailio 4.4.6 (x86_64/linux) 0a8379-dirty
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, 
USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, 
TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, 
USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, 
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 0a8379 -dirty
compiled on 17:01:42 Dec  4 2017 with gcc 6.3.0

```

* **Operating System**:



```
Linux 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux
```

Should I proceed and try to get a working PR to add this new modparam or there 
is currently a way to get this that I have missed (apart from setting system 
time to UTC)?

Thank you and regards,

-- 
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/1358___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.0:930338bc: pkg/kamailio/deb: xenial needs libbson-dev too for libmongoc-dev

2017-12-11 Thread Victor Seva
Module: kamailio
Branch: 5.0
Commit: 930338bce273b4a0f0a1a8af3b34dc82f7ff61eb
URL: 
https://github.com/kamailio/kamailio/commit/930338bce273b4a0f0a1a8af3b34dc82f7ff61eb

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-12-11T12:56:02+01:00

pkg/kamailio/deb: xenial needs libbson-dev too for libmongoc-dev

(cherry picked from commit 55525d28864eba285bef3eff1d513b0769dd8ba4)

---

Modified: pkg/kamailio/deb/debian/backports/xenial
Modified: pkg/kamailio/deb/xenial/control

---

Diff:  
https://github.com/kamailio/kamailio/commit/930338bce273b4a0f0a1a8af3b34dc82f7ff61eb.diff
Patch: 
https://github.com/kamailio/kamailio/commit/930338bce273b4a0f0a1a8af3b34dc82f7ff61eb.patch

---

diff --git a/pkg/kamailio/deb/debian/backports/xenial 
b/pkg/kamailio/deb/debian/backports/xenial
index bf6d5d1ccc..e9707f18c2 100755
--- a/pkg/kamailio/deb/debian/backports/xenial
+++ b/pkg/kamailio/deb/debian/backports/xenial
@@ -22,6 +22,12 @@ echo "kamailio-mysql-modules: depends-on-obsolete-package 
depends: mysql-client
 # no libssl-dev
 sed -i -e '/libssl-dev/d' ${DIST}/control
 
+# libbson not in libmongoc
+sed -i 's/libmongoc-dev/libbson-dev,\n libmongoc-dev/' \
+   ${DIST}/control
+
+wrap-and-sort -sat -d ${DIST}
+
 # clean backports scripts
 rm -rf ${DIST}/backports
 exit 0
diff --git a/pkg/kamailio/deb/xenial/control b/pkg/kamailio/deb/xenial/control
index 0fee0666c5..f816ba9417 100644
--- a/pkg/kamailio/deb/xenial/control
+++ b/pkg/kamailio/deb/xenial/control
@@ -15,6 +15,7 @@ Build-Depends:
  erlang-dev,
  flex,
  gcj-jdk,
+ libbson-dev,
  libconfuse-dev,
  libcurl4-openssl-dev,
  libdb-dev (>= 4.6.19),


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:7b4b1721: pkg/kamailio/deb: xenial needs libbson-dev too for libmongoc-dev

2017-12-11 Thread Victor Seva
Module: kamailio
Branch: 5.1
Commit: 7b4b17219cc7e54aaa5c0eeb989d5992dffcb545
URL: 
https://github.com/kamailio/kamailio/commit/7b4b17219cc7e54aaa5c0eeb989d5992dffcb545

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-12-11T12:48:22+01:00

pkg/kamailio/deb: xenial needs libbson-dev too for libmongoc-dev

(cherry picked from commit 55525d28864eba285bef3eff1d513b0769dd8ba4)

---

Modified: pkg/kamailio/deb/debian/backports/xenial
Modified: pkg/kamailio/deb/xenial/control

---

Diff:  
https://github.com/kamailio/kamailio/commit/7b4b17219cc7e54aaa5c0eeb989d5992dffcb545.diff
Patch: 
https://github.com/kamailio/kamailio/commit/7b4b17219cc7e54aaa5c0eeb989d5992dffcb545.patch

---

diff --git a/pkg/kamailio/deb/debian/backports/xenial 
b/pkg/kamailio/deb/debian/backports/xenial
index ddca45a767..c16769cbf7 100755
--- a/pkg/kamailio/deb/debian/backports/xenial
+++ b/pkg/kamailio/deb/debian/backports/xenial
@@ -24,6 +24,10 @@ sed -i -e '/libssl-dev/d' ${DIST}/control
 sed -i 's/libphonenumber-dev/libgeocoding-dev \(>= 7\),\n libphonenumber-dev/' 
\
${DIST}/control
 
+# libbson not in libmongoc
+sed -i 's/libmongoc-dev/libbson-dev,\n libmongoc-dev/' \
+   ${DIST}/control
+
 wrap-and-sort -sat -d ${DIST}
 
 # clean backports scripts
diff --git a/pkg/kamailio/deb/xenial/control b/pkg/kamailio/deb/xenial/control
index dd11cda10f..d34ee7a055 100644
--- a/pkg/kamailio/deb/xenial/control
+++ b/pkg/kamailio/deb/xenial/control
@@ -14,6 +14,7 @@ Build-Depends:
  erlang-dev,
  flex,
  gcj-jdk,
+ libbson-dev,
  libconfuse-dev,
  libcurl4-openssl-dev,
  libdb-dev (>= 4.6.19),


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:55525d28: pkg/kamailio/deb: xenial needs libbson-dev too for libmongoc-dev

2017-12-11 Thread Victor Seva
Module: kamailio
Branch: master
Commit: 55525d28864eba285bef3eff1d513b0769dd8ba4
URL: 
https://github.com/kamailio/kamailio/commit/55525d28864eba285bef3eff1d513b0769dd8ba4

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-12-11T12:45:20+01:00

pkg/kamailio/deb: xenial needs libbson-dev too for libmongoc-dev

---

Modified: pkg/kamailio/deb/debian/backports/xenial
Modified: pkg/kamailio/deb/xenial/control

---

Diff:  
https://github.com/kamailio/kamailio/commit/55525d28864eba285bef3eff1d513b0769dd8ba4.diff
Patch: 
https://github.com/kamailio/kamailio/commit/55525d28864eba285bef3eff1d513b0769dd8ba4.patch

---

diff --git a/pkg/kamailio/deb/debian/backports/xenial 
b/pkg/kamailio/deb/debian/backports/xenial
index ddca45a767..c16769cbf7 100755
--- a/pkg/kamailio/deb/debian/backports/xenial
+++ b/pkg/kamailio/deb/debian/backports/xenial
@@ -24,6 +24,10 @@ sed -i -e '/libssl-dev/d' ${DIST}/control
 sed -i 's/libphonenumber-dev/libgeocoding-dev \(>= 7\),\n libphonenumber-dev/' 
\
${DIST}/control
 
+# libbson not in libmongoc
+sed -i 's/libmongoc-dev/libbson-dev,\n libmongoc-dev/' \
+   ${DIST}/control
+
 wrap-and-sort -sat -d ${DIST}
 
 # clean backports scripts
diff --git a/pkg/kamailio/deb/xenial/control b/pkg/kamailio/deb/xenial/control
index dd11cda10f..d34ee7a055 100644
--- a/pkg/kamailio/deb/xenial/control
+++ b/pkg/kamailio/deb/xenial/control
@@ -14,6 +14,7 @@ Build-Depends:
  erlang-dev,
  flex,
  gcj-jdk,
+ libbson-dev,
  libconfuse-dev,
  libcurl4-openssl-dev,
  libdb-dev (>= 4.6.19),


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,xenial,slave #989

2017-12-11 Thread jenkins
See 


--
[...truncated 565.39 KB...]
LD (gcc) [M ims_charging.so]ims_charging.so
CC (gcc) [M ims_ocs.so] ims_ocs_mod.o
CC (gcc) [M ims_ocs.so] ocs_avp_helper.o
CC (gcc) [M ims_ocs.so] msg_faker.o
make[4]: 'libkamailio_ims.so.0.1' is up to date.
LD (gcc) [M ims_ocs.so] ims_ocs.so
CC (gcc) [M ims_diameter_server.so] ims_diameter_server.o
CC (gcc) [M ims_diameter_server.so] cJSON.o
CC (gcc) [M ims_diameter_server.so] avp_helper.o
make[4]: 'libkamailio_ims.so.0.1' is up to date.
LD (gcc) [M ims_diameter_server.so] ims_diameter_server.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="ksctp"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M sctp.so]sctp_mod.o
CC (gcc) [M sctp.so]sctp_rpc.o
CC (gcc) [M sctp.so]sctp_options.o
CC (gcc) [M sctp.so]sctp_stats.o
CC (gcc) [M sctp.so]sctp_server.o
LD (gcc) [M sctp.so]sctp.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="kjava"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M app_java.so]java_msgobj.o
CC (gcc) [M app_java.so]java_support.o
CC (gcc) [M app_java.so]java_iface.o
CC (gcc) [M app_java.so]java_native_methods.o
CC (gcc) [M app_java.so]app_java_mod.o
CC (gcc) [M app_java.so]java_sig_parser.o
CC (gcc) [M app_java.so]utils.o
LD (gcc) [M app_java.so]app_java.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="ktls"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M crypto.so]  crypto_uuid.o
CC (gcc) [M crypto.so]  crypto_mod.o
LD (gcc) [M crypto.so]  crypto.so
CC (gcc) [M tls.so] tls_domain.o
CC (gcc) [M tls.so] tls_locking.o
CC (gcc) [M tls.so] tls_server.o
CC (gcc) [M tls.so] tls_cfg.o
CC (gcc) [M tls.so] tls_util.o
CC (gcc) [M tls.so] tls_select.o
CC (gcc) [M tls.so] tls_dump_vf.o
CC (gcc) [M tls.so] tls_init.o
CC (gcc) [M tls.so] tls_config.o
CC (gcc) [M tls.so] tls_mod.o
CC (gcc) [M tls.so] tls_bio.o
CC (gcc) [M tls.so] tls_rpc.o
CC (gcc) [M tls.so] tls_ct_wrq.o
CC (gcc) [M tls.so] tls_verify.o
LD (gcc) [M tls.so] tls.so
CC (gcc) [M auth_identity.so]   auth_http.o
CC (gcc) [M auth_identity.so]   auth_hdrs.o
CC (gcc) [M auth_identity.so]   auth_tables.o
CC (gcc) [M auth_identity.so]   auth_identity.o
CC (gcc) [M auth_identity.so]   auth_crypt.o
CC (gcc) [M auth_identity.so]   auth_dynstr.o
LD (gcc) [M auth_identity.so]   auth_identity.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="koutbound"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
CC (gcc) [M outbound.so]config.o
CC (gcc) [M outbound.so]outbound_mod.o
LD (gcc) [M outbound.so]outbound.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial/src'
make[1]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make every-module group_include="kwebsocket"
make[1]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev1+0~20171211104137.993+xenial'
/usr/bin/make -C 

[sr-dev] git:5.0:875a2d80: pkg/kamailio/deb: kamailio-mongodb-modules [skip ci]

2017-12-11 Thread Victor Seva
Module: kamailio
Branch: 5.0
Commit: 875a2d8021bf4eb73e779e700ce92de919d0c663
URL: 
https://github.com/kamailio/kamailio/commit/875a2d8021bf4eb73e779e700ce92de919d0c663

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-12-11T11:59:56+01:00

pkg/kamailio/deb: kamailio-mongodb-modules [skip ci]

(cherry picked from commit 84967d08aa52b7b70c8263829fa4c2429709025f)

---

Modified: pkg/kamailio/deb/debian/backports/jessie
Modified: pkg/kamailio/deb/debian/backports/precise
Modified: pkg/kamailio/deb/debian/backports/stretch
Modified: pkg/kamailio/deb/debian/backports/trusty
Modified: pkg/kamailio/deb/debian/backports/wheezy
Modified: pkg/kamailio/deb/debian/control
Modified: pkg/kamailio/deb/debian/rules
Modified: pkg/kamailio/deb/jessie/control
Modified: pkg/kamailio/deb/jessie/rules
Modified: pkg/kamailio/deb/precise/control
Modified: pkg/kamailio/deb/precise/rules
Modified: pkg/kamailio/deb/sid/control
Modified: pkg/kamailio/deb/sid/rules
Modified: pkg/kamailio/deb/stretch/control
Modified: pkg/kamailio/deb/stretch/rules
Modified: pkg/kamailio/deb/trusty/control
Modified: pkg/kamailio/deb/trusty/rules
Modified: pkg/kamailio/deb/wheezy/control
Modified: pkg/kamailio/deb/wheezy/rules
Modified: pkg/kamailio/deb/xenial/control
Modified: pkg/kamailio/deb/xenial/rules

---

Diff:  
https://github.com/kamailio/kamailio/commit/875a2d8021bf4eb73e779e700ce92de919d0c663.diff
Patch: 
https://github.com/kamailio/kamailio/commit/875a2d8021bf4eb73e779e700ce92de919d0c663.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:5.1:24ad1ff7: pkg/kamailio/deb: integrate xenial libgeocoding change [skip ci]

2017-12-11 Thread Victor Seva
Module: kamailio
Branch: 5.1
Commit: 24ad1ff7b9acc4ff699054d9b22f251bd6da6248
URL: 
https://github.com/kamailio/kamailio/commit/24ad1ff7b9acc4ff699054d9b22f251bd6da6248

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-12-11T09:28:57+01:00

pkg/kamailio/deb: integrate xenial libgeocoding change [skip ci]
in backports/xenial script

* add wrap-and-sort on all scripts

(cherry picked from commit 9420a2ffc50f5eddd113f2e4b43da35076497ff2)

---

Modified: pkg/kamailio/deb/debian/backports/buster
Modified: pkg/kamailio/deb/debian/backports/jessie
Modified: pkg/kamailio/deb/debian/backports/precise
Modified: pkg/kamailio/deb/debian/backports/sid
Modified: pkg/kamailio/deb/debian/backports/stretch
Modified: pkg/kamailio/deb/debian/backports/trusty
Modified: pkg/kamailio/deb/debian/backports/wheezy
Modified: pkg/kamailio/deb/debian/backports/xenial
Modified: pkg/kamailio/deb/jessie/control
Modified: pkg/kamailio/deb/precise/control
Modified: pkg/kamailio/deb/trusty/control
Modified: pkg/kamailio/deb/wheezy/control
Modified: pkg/kamailio/deb/xenial/control

---

Diff:  
https://github.com/kamailio/kamailio/commit/24ad1ff7b9acc4ff699054d9b22f251bd6da6248.diff
Patch: 
https://github.com/kamailio/kamailio/commit/24ad1ff7b9acc4ff699054d9b22f251bd6da6248.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:9420a2ff: pkg/kamailio/deb: integrate xenial libgeocoding change [skip ci]

2017-12-11 Thread Victor Seva
Module: kamailio
Branch: master
Commit: 9420a2ffc50f5eddd113f2e4b43da35076497ff2
URL: 
https://github.com/kamailio/kamailio/commit/9420a2ffc50f5eddd113f2e4b43da35076497ff2

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-12-11T09:27:59+01:00

pkg/kamailio/deb: integrate xenial libgeocoding change [skip ci]
in backports/xenial script

* add wrap-and-sort on all scripts

---

Modified: pkg/kamailio/deb/debian/backports/buster
Modified: pkg/kamailio/deb/debian/backports/jessie
Modified: pkg/kamailio/deb/debian/backports/precise
Modified: pkg/kamailio/deb/debian/backports/sid
Modified: pkg/kamailio/deb/debian/backports/stretch
Modified: pkg/kamailio/deb/debian/backports/trusty
Modified: pkg/kamailio/deb/debian/backports/wheezy
Modified: pkg/kamailio/deb/debian/backports/xenial
Modified: pkg/kamailio/deb/jessie/control
Modified: pkg/kamailio/deb/precise/control
Modified: pkg/kamailio/deb/trusty/control
Modified: pkg/kamailio/deb/wheezy/control
Modified: pkg/kamailio/deb/xenial/control

---

Diff:  
https://github.com/kamailio/kamailio/commit/9420a2ffc50f5eddd113f2e4b43da35076497ff2.diff
Patch: 
https://github.com/kamailio/kamailio/commit/9420a2ffc50f5eddd113f2e4b43da35076497ff2.patch


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev