Re: [sr-dev] [kamailio/kamailio] htable: fix crash if deleted entry is reused (be46742)

2017-06-13 Thread Daniel-Constantin Mierla
Can you reproduce it on a test system? Do you have a core dump and backtrace? 
Are there error message related to memory fragments having beginning/tail 
overwritten?

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


[sr-dev] git: new commits in branch 4.3

2017-06-13 Thread Daniel-Constantin Mierla
- URL:  
https://github.com/kamailio/kamailio/commit/a73d8310ecf35ddb34ec0325e4d4a2bacdc49948
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:02:19+02:00

rr: refactored the check route params to detect properly if same message is used

- cached pointers may get invalid depending on the type of route block
- reported by GH #663

(cherry picked from commit 4949ebb7258aff41b2fd3a075bdc1a1af4684b5c)
(cherry picked from commit 7c108788a516c91869e95a01dafc508da473a031)

- URL:  
https://github.com/kamailio/kamailio/commit/3b2893bd70678e88bd9bd2f056e60e170d9a0974
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:02:49+02:00

dialog: open db connection from rpc processes

- might be requered by rpc commands when db realtime is set
- reported by Dirk Teurlings

(cherry picked from commit a7e7486b57f1b9d025f09c055a3dc360c131fa5b)
(cherry picked from commit 50da2ea87ceaabd2b9d6ef631c623cfcb3dcbdc2)

- URL:  
https://github.com/kamailio/kamailio/commit/cecb1cf1e973f5c7f72e1295cbc1142487314765
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:04:27+02:00

Makefile.rules: exclude test folder from tags generation paths

(cherry picked from commit 68b7a13b9950a24455e19913e740f92baa8674dc)
(cherry picked from commit ef428c2f576d2935fba90d5019e450bf6b67372f)

- URL:  
https://github.com/kamailio/kamailio/commit/a1cbccd62b846cd6dc1dfb4570e795dec4abaedf
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:05:48+02:00

pv: return 5061 for port variables (e.g., $dp) when transport is tls

- reported by Colin Morelli, GH #700

(cherry picked from commit 0421bf53c6ec193238b15907cf4a7c83bbae4401)
(cherry picked from commit f7e0b25c309d0b811c1c0bc37101b5a4e397e46e)

- URL:  
https://github.com/kamailio/kamailio/commit/8259371695bf45e239ade90128d66d4c5a8d5173
Author: Dmitri Savolainen 
Date:   2017-06-13T19:06:52+02:00

core: fix regex error for modules parameters

Ambiguous was possible in params for multiple modules in one config line.

(cherry picked from commit 198b116b0d58e61d9c35fdd0988ce97192b8f61e)
(cherry picked from commit 6877ffc356e7a2bc1153e9d3abf2c4b8f0a5ebd4)

- URL:  
https://github.com/kamailio/kamailio/commit/43eeb8dcb536093f376e38414538d9e2aab3c835
Author: murfur 
Date:   2017-06-13T19:07:06+02:00

modules/ipops: fix subnet matching for mask /0

(cherry picked from commit 2c26f8b574e1b8adb0e4fa5a6db7a54ab455ee21)
(cherry picked from commit d1f3972adebe130a2a9c2029cc28914492f3ab51)

- URL:  
https://github.com/kamailio/kamailio/commit/31a6eef3053fdc94a670da0691c09a47e4b8eb71
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:07:27+02:00

tls: test if ssl crypto locking callback is already set

- don't start if yes, ssl lib needs to use shared memory

(cherry picked from commit 9f338d7525edf72f10bfed3b37b8db5a2870431f)
(cherry picked from commit 92f9b4fbc7c0df7ebc5b961bd3245aeaf8173bae)

- URL:  
https://github.com/kamailio/kamailio/commit/b3a856df51a7f3545ae57950b897a90f1531c71e
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:08:40+02:00

core/mem: qm - test and print status for chunks start/end markers for mem status

(cherry picked from commit ef50e77b80d0b33b317263018101d5801c0860f8)
(cherry picked from commit 759f068c02ba7ca069a1ad3a3e5b4abc8d24872c)

- URL:  
https://github.com/kamailio/kamailio/commit/8a8fc6d68f1358915db40af30a3ddb0bb4ffcd81
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:10:00+02:00

avpops: note that avp_copy() is reversing the order of the values

- reported by GH #706

(cherry picked from commit 5f2c2bb5883a43cb01140b730aa126fc5d2f58d6)
(cherry picked from commit 0bc6dd18a55441501a749ac1af659b5c146861e9)

- URL:  
https://github.com/kamailio/kamailio/commit/ca27604cd69fe97ee41aff18ff1240d238a79401
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:11:37+02:00

tm: wrap uri values in brackets inside error messages

- easier to spot invalid empty chars
- useless spaces removed

(cherry picked from commit d3bdf14a2e0ae113092aa33c89698131c020d209)
(cherry picked from commit 9e2eabdd48df02da952f55fc799bddc65c335c7c)

- URL:  
https://github.com/kamailio/kamailio/commit/bf875876d5fe69ba47609f3f5d9d7db5f09f5a05
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:11:58+02:00

tls: more detailed log message when tls module cannot set libssl memory manager

(cherry picked from commit 8bec45f3d0581747da4b807229b4de64511aa5e2)
(cherry picked from commit ae500791d60a16c1ab5d2d5ad2f69262fa519609)

- URL:  
https://github.com/kamailio/kamailio/commit/b2c8a335b3c00afc47f59b6f9408478d397f6ec2
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T19:12:09+02:00

tls: coherent whitespacing and indentation

(cherry picked from commit a444035d9ede8317d42877afa5e230acb203f6d5)
(cherry picked from commit 

Re: [sr-dev] [kamailio/kamailio] htable: fix crash if deleted entry is reused (be46742)

2017-06-13 Thread lazedo
@miconda Hi Daniel. not sure why but we're getting some crashes under load 
without this commit.


-- 
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/commit/be46742ebe162a2c48ee5ce27e09497b23b66ea5#commitcomment-22521831___
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] Makefile: deb rule, remove --no-sign and use -us -uc (ad48f44)

2017-06-13 Thread Alexandr Dubovikov
oops, @abalashov has joined too :-)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/ad48f441ec9d0611b9c80d51c459099bb520f393#commitcomment-22513376___
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] Makefile: deb rule, remove --no-sign and use -us -uc (ad48f44)

2017-06-13 Thread Alexandr Dubovikov
@abalashov is not here :-) but @adubovikov is definitely here :-)

-- 
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/commit/ad48f441ec9d0611b9c80d51c459099bb520f393#commitcomment-22513373___
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] Makefile: deb rule, remove --no-sign and use -us -uc (ad48f44)

2017-06-13 Thread Victor Seva
@abalashov what about now?

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


[sr-dev] git:master:ad48f441: Makefile: deb rule, remove --no-sign and use -us -uc

2017-06-13 Thread Victor Seva
Module: kamailio
Branch: master
Commit: ad48f441ec9d0611b9c80d51c459099bb520f393
URL: 
https://github.com/kamailio/kamailio/commit/ad48f441ec9d0611b9c80d51c459099bb520f393

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-06-13T15:40:12+02:00

Makefile: deb rule, remove --no-sign and use -us -uc

* --no-sign just works for stretch

---

Modified: src/Makefile

---

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

---

diff --git a/src/Makefile b/src/Makefile
index 2bbbdc3c89..c590e5c9f0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -611,11 +611,11 @@ bin:
 deb:
(cd ..; \
if [ -d debian ]; then \
-   dpkg-buildpackage -rfakeroot -tc --no-sign; \
+   dpkg-buildpackage -rfakeroot -tc -uc -us; \
rm debian; \
else \
ln -s pkg/$(MAIN_NAME)/deb/debian debian; \
-   dpkg-buildpackage -rfakeroot -tc --no-sign; \
+   dpkg-buildpackage -rfakeroot -tc -uc -us; \
rm debian; \
fi)
 
@@ -623,11 +623,11 @@ deb:
 deb-stable:
(cd ..; \
if [ -d debian ]; then \
-   dpkg-buildpackage -rfakeroot -tc --no-sign; \
+   dpkg-buildpackage -rfakeroot -tc -uc -us; \
rm debian; \
else \
ln -s pkg/$(MAIN_NAME)/deb/jessie debian; \
-   dpkg-buildpackage -rfakeroot -tc --no-sign; \
+   dpkg-buildpackage -rfakeroot -tc -uc -us; \
rm debian; \
fi)
 


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


[sr-dev] git:master:693f11fc: modules: readme files regenerated - keepalive ... [skip ci]

2017-06-13 Thread Kamailio Dev
Module: kamailio
Branch: master
Commit: 693f11fcea45c77eeec95a748bbd4344621d72cc
URL: 
https://github.com/kamailio/kamailio/commit/693f11fcea45c77eeec95a748bbd4344621d72cc

Author: Kamailio Dev 
Committer: Kamailio Dev 
Date: 2017-06-13T15:16:20+02:00

modules: readme files regenerated - keepalive ... [skip ci]

---

Modified: src/modules/keepalive/README

---

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

---

diff --git a/src/modules/keepalive/README b/src/modules/keepalive/README
index 6bfc95040e..087f6d8dd1 100644
--- a/src/modules/keepalive/README
+++ b/src/modules/keepalive/README
@@ -58,7 +58,12 @@ Chapter 1. Admin Guide
 1. Overview
 
This module performs destinations monitoring either for itself, or on
-   the behalf of other modules
+   the behalf of other modules. The monitoring is done by sending SIP
+   OPTIONS requests, more or less in the same fashion as the dispatcher
+   module (which was the initial source for this module).
+
+   As an example of usage by other modules, see drouting, which was
+   enahnced to use this module to monitor its gateways.
 
 2. Dependencies
 


___
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] Compile problem+fix on solaris in app_jsdt (#1072)

2017-06-13 Thread Daniel-Constantin Mierla
Closing this one, I aso upgraded to duktape 2.1.0 meanwhile.

-- 
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/1072#issuecomment-308110599___
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] Compile problem+fix on solaris in app_jsdt (#1072)

2017-06-13 Thread Daniel-Constantin Mierla
Closed #1072.

-- 
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/1072#event-1121333486___
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] Extend keepalive module documentation (#1082)

2017-06-13 Thread Daniel-Constantin Mierla
I added some notes about the monitoring type in the readme, improvements are 
welcome. Closing this one.

-- 
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1082#issuecomment-308110351___
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] Extend keepalive module documentation (#1082)

2017-06-13 Thread Daniel-Constantin Mierla
Closed #1082.

-- 
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1082#event-1121331792___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:b22a5061: keepalove: added notes in docs about how monitoring is done

2017-06-13 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: master
Commit: b22a5061e00cd78288132d8d72c860ee2ca17425
URL: 
https://github.com/kamailio/kamailio/commit/b22a5061e00cd78288132d8d72c860ee2ca17425

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-06-13T15:09:04+02:00

keepalove: added notes in docs about how monitoring is done

- closes GH #1082

---

Modified: src/modules/keepalive/doc/keepalive_admin.xml

---

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

---

diff --git a/src/modules/keepalive/doc/keepalive_admin.xml 
b/src/modules/keepalive/doc/keepalive_admin.xml
index d907e496b3..d65d4f6c12 100644
--- a/src/modules/keepalive/doc/keepalive_admin.xml
+++ b/src/modules/keepalive/doc/keepalive_admin.xml
@@ -10,13 +10,21 @@
 
 
 
-   
+

-   
+

Overview

-   This module performs destinations monitoring either for itself, 
or on the behalf of other modules
+   This module performs destinations monitoring either for 
itself,
+   or on the behalf of other modules. The monitoring is 
done by sending
+   SIP OPTIONS requests, more or less in the same fashion 
as the
+   dispatcher module (which was the initial source for 
this module).
+   
+   
+   As an example of usage by other modules, see
+   drouting, which was
+   enahnced to use this module to monitor its gateways.


 


___
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] Do not start Kamailio if no listen address is configured (#1098)

2017-06-13 Thread Daniel-Constantin Mierla
I was not able to reproduce. I did a fresh install and started with default 
`kamailio.cfg` that has `WITH_TLS` defined. All started fine, the `kamctl srv 
sockets` shows that `kamailio` is listening on tls.

-- 
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/1098#issuecomment-308108648___
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] src/Makefile: fix make deb rules (d0bfefd)

2017-06-13 Thread Alexandr Dubovikov
@linuxmaniac please check :-)


-- 
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/commit/d0bfefd0f03962b61162eeb65fe01e8dff91674f#commitcomment-22512512___
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:c2043a0a: sst: log message when rejecting due to condition on min-se

2017-06-13 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.0
Commit: c2043a0a1ea93afc2a98f7ba5b5ceb77d8185810
URL: 
https://github.com/kamailio/kamailio/commit/c2043a0a1ea93afc2a98f7ba5b5ceb77d8185810

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-06-13T14:49:46+02:00

sst: log message when rejecting due to condition on min-se

(cherry picked from commit 5fc6f087cbb81fa2b9180cdd066c9912289426df)

---

Modified: src/modules/sst/sst_handlers.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/c2043a0a1ea93afc2a98f7ba5b5ceb77d8185810.diff
Patch: 
https://github.com/kamailio/kamailio/commit/c2043a0a1ea93afc2a98f7ba5b5ceb77d8185810.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.0:88271a8a: kamailio.org: updated http links to git repository

2017-06-13 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: 5.0
Commit: 88271a8a40c0ccff6a5fe9e1c23e3a4e4ca7a034
URL: 
https://github.com/kamailio/kamailio/commit/88271a8a40c0ccff6a5fe9e1c23e3a4e4ca7a034

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-06-13T14:50:49+02:00

kamailio.org: updated http links to git repository

- use https in the urls

(cherry picked from commit 2e6b93226052a02ab014a8ca27d0df5e076f4611)

---

Modified: etc/kamailio.cfg

---

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

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 05c700a4ef..b1090f7b3d 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -1,12 +1,12 @@
 #!KAMAILIO
 #
 # Kamailio (OpenSER) SIP Server v5.0 - default configuration script
-# - web: http://www.kamailio.org
-# - git: http://sip-router.org
+# - web: https://www.kamailio.org
+# - git: https://github.com/kamailio/kamailio
 #
 # Direct your questions about this file to: 
 #
-# Refer to the Core CookBook at http://www.kamailio.org/wiki/
+# Refer to the Core CookBook at https://www.kamailio.org/wiki/
 # for an explanation of possible statements, functions and parameters.
 #
 # Note: the comments can be:


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


[sr-dev] git:4.4:231bea62: modules: readme files regenerated - acc ... [skip ci]

2017-06-13 Thread Kamailio Dev
Module: kamailio
Branch: 4.4
Commit: 231bea62270157c4623cb81d04256ac2e3b28b99
URL: 
https://github.com/kamailio/kamailio/commit/231bea62270157c4623cb81d04256ac2e3b28b99

Author: Kamailio Dev 
Committer: Kamailio Dev 
Date: 2017-06-13T14:46:33+02:00

modules: readme files regenerated - acc ... [skip ci]

---

Modified: modules/acc/README
Modified: modules/dialog/README
Modified: modules/dispatcher/README
Modified: modules/path/README
Modified: modules/pipelimit/README
Modified: modules/rtimer/README
Modified: modules/rtpproxy/README
Modified: modules/sdpops/README
Modified: modules/sl/README
Modified: modules/tm/README
Modified: modules/usrloc/README

---

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


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


[sr-dev] git: new commits in branch 4.4

2017-06-13 Thread Daniel-Constantin Mierla
- URL:  
https://github.com/kamailio/kamailio/commit/d9a017537c12da1d5312573192a6761c9ec32c89
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T12:57:01+02:00

tm: hooks related code updated to print log messages without hardcoded prefix

(cherry picked from commit 2287ab6e649bf09fa38ce31c662ea9698411b0ac)

- URL:  
https://github.com/kamailio/kamailio/commit/58c09fb7dc5795d9bebd198c08ccb1ebb6591937
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T12:57:54+02:00

core: print cfg line and column for errors in fix_rval_expr()

(cherry picked from commit dcd9f97d63490971afd160afbf2cd00eddc39445)

- URL:  
https://github.com/kamailio/kamailio/commit/ae6520dac2eda70f80ce6d5ac3c07ba610c536a3
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T12:58:27+02:00

presence: build proper ipv6 contact when server address is not set

- reported by GH #943

(cherry picked from commit d62fd3e4976633aa6b827d527f4e15de0b08068b)

- URL:  
https://github.com/kamailio/kamailio/commit/54aac8b91375e5a5ca61bf97a67afd4476ef5882
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T12:58:47+02:00

tm: select code migrated to new log macros

(cherry picked from commit 3e88ff5662ccf8204206f4e6b770efaf509ad3f7)

- URL:  
https://github.com/kamailio/kamailio/commit/00ea98fd8a13305f4085a094b614ea38cd142046
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T12:59:08+02:00

core: select - added function to print select for error purposes

(cherry picked from commit 77bf2478893bb935e0ca09d93df75b404417d3bd)

- URL:  
https://github.com/kamailio/kamailio/commit/00d224c80c9b19e0ffcbdbe2bde1199b428ca1ca
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T12:59:38+02:00

core: print cfg line and column inside fix_rval() if resolve select fails

(cherry picked from commit d89d643ab144a7a72aebd59c34df011f77dc4e34)

- URL:  
https://github.com/kamailio/kamailio/commit/c1f042d8b560fe94a6986b0d8c260f0d77a7535b
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:01:26+02:00

kamctl: mention CHARSET as option in kamctlrc

(cherry picked from commit c58a829af6d14a7b85fa03618f58ff315940ed43)

- URL:  
https://github.com/kamailio/kamailio/commit/06dc78f75305cec2aa4ce80c704a45a3d7c515d0
Author: Kelvin Chua 
Date:   2017-06-13T13:02:50+02:00

jansson: add path to error log for easier debugging

(cherry picked from commit 918cde9f30341fc52b98fb1ce6a2fcf78a0b6a0e)

- URL:  
https://github.com/kamailio/kamailio/commit/3adc833499d75c43bcad8bacb709271c2c3587bc
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:04:23+02:00

core: cfg.y - updated log macros

(cherry picked from commit 07df19372cea24d0ec8c157c146a1f4440309120)

- URL:  
https://github.com/kamailio/kamailio/commit/8a711b7d00383996b51bc5dc10208bc8cb080e44
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:04:41+02:00

core: cfg.lex - update log macros

(cherry picked from commit 73f2fc360ae91f00dd0e269896a5dff104b67264)

- URL:  
https://github.com/kamailio/kamailio/commit/280bcf240e3c780d23f5c810fb829c01e960aa87
Author: grumvalski 
Date:   2017-06-13T13:05:23+02:00

tm: reset T_ASYNC_CONTINUE flag in t_suspend

(cherry picked from commit f81149d820246242db0e48f32948784b9db4ce82)

- URL:  
https://github.com/kamailio/kamailio/commit/ad44bcc46e70fb6c460911f2fb07c6d4edb0061a
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:05:52+02:00

core: parser via - updated log macros and coherent indentation

(cherry picked from commit 403ad30cf1de447f2df69a7d772041272becc5cb)

- URL:  
https://github.com/kamailio/kamailio/commit/4e7fda77b77aca9cd55723cd319d380028b1f279
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:06:10+02:00

core: parser - updated old log messages

(cherry picked from commit 08327019aa52f5386ed29e37a7cac6822f2b4276)

- URL:  
https://github.com/kamailio/kamailio/commit/9672ec05df5436ca99532d9c8264e2d104d07c2e
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:07:25+02:00

drouting: check return of get_node_index() to avoid negative index

(cherry picked from commit c881ab1aaa51b2040b7479da57eba33d0ee7d8e3)

- URL:  
https://github.com/kamailio/kamailio/commit/48f5c0b6d4a6c3e896a0225cfe28ae87b4578efc
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:07:44+02:00

speeddial: incremed nr_keys after strip operation

- avoid out of bounds index

(cherry picked from commit 83b0afa5d43bf7c6e4f0c22adbb211bef8593062)

- URL:  
https://github.com/kamailio/kamailio/commit/6ac4b733a56ae82b89104b29df337aeef048cff2
Author: Daniel-Constantin Mierla 
Date:   2017-06-13T13:08:10+02:00

pipelimit: close file stream in case of error in get cpu

(cherry picked from commit 5591d9c908d3f55898d4cc810663654f1f289806)

- URL:  

[sr-dev] git:master:2e6b9322: kamailio.org: updated http links to git repository

2017-06-13 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: master
Commit: 2e6b93226052a02ab014a8ca27d0df5e076f4611
URL: 
https://github.com/kamailio/kamailio/commit/2e6b93226052a02ab014a8ca27d0df5e076f4611

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-06-13T14:02:22+02:00

kamailio.org: updated http links to git repository

- use https in the urls

---

Modified: etc/kamailio.cfg

---

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

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 85d43bce9c..c77cdbc824 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -1,12 +1,12 @@
 #!KAMAILIO
 #
 # Kamailio (OpenSER) SIP Server v5.1 - default configuration script
-# - web: http://www.kamailio.org
-# - git: http://sip-router.org
+# - web: https://www.kamailio.org
+# - git: https://github.com/kamailio/kamailio
 #
 # Direct your questions about this file to: 
 #
-# Refer to the Core CookBook at http://www.kamailio.org/wiki/
+# Refer to the Core CookBook at https://www.kamailio.org/wiki/
 # for an explanation of possible statements, functions and parameters.
 #
 # Note: the comments can be:


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


[sr-dev] git:master:5fc6f087: sst: log message when rejecting due to condition on min-se

2017-06-13 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: master
Commit: 5fc6f087cbb81fa2b9180cdd066c9912289426df
URL: 
https://github.com/kamailio/kamailio/commit/5fc6f087cbb81fa2b9180cdd066c9912289426df

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-06-13T11:19:55+02:00

sst: log message when rejecting due to condition on min-se

---

Modified: src/modules/sst/sst_handlers.c

---

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


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