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

Daniel-Constantin Mierla miconda at gmail.com
Wed Apr 25 18:20:19 CEST 2018


- URL:  https://github.com/kamailio/kamailio/commit/47e008c021c563c26b9cf47c13ef3c089b6ad5a4
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:11:31+02:00

db_mongodb: create projection field to set the list of returned column

(cherry picked from commit d50498cf483cd22ac4e62af5aaa86fc27654f640)
(cherry picked from commit cc92737d06359d1812ec7bed22e4c253ae7ba2e9)

- URL:  https://github.com/kamailio/kamailio/commit/74f751565923668c5964f417549719bb06fec338
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:11:43+02:00

db_mongodb: iterate on projection fields for matching cols in result

(cherry picked from commit aab4f5db964bf1980729ed8b7770f550bb86b72b)
(cherry picked from commit ece17deeba435ed19c16fc2a227d351fd6013f86)

- URL:  https://github.com/kamailio/kamailio/commit/79e2934a8ac0880ba00b7eb7c40008b04d713072
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:11:57+02:00

db_mongodb: use projection iterator to convert bson for result

(cherry picked from commit 899ab355fb58e22eaa02336e9b5b1f2f53dba375)
(cherry picked from commit 49dee7f498e1001ce3e29c1691a7ec322392baca)

- URL:  https://github.com/kamailio/kamailio/commit/c1a57ed7fbbe9a487f5f6ccf4df7f983b123d315
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:12:29+02:00

kamctl: fixed the name of rpc command for dialplan reload

(cherry picked from commit 9b7bb4ea6c100f5f33d2dddc9061febf33c47f5e)
(cherry picked from commit 4c840b7e9144e0540e97be5c9d3444b38a901a27)

- URL:  https://github.com/kamailio/kamailio/commit/794292b1d24a8ae615627d06d0305ec0d94db793
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:12:45+02:00

core: check return of dlsym() before dlerror() handling

- cope with the case when dlerror is not reset by dlsym
- related to GH #1465

(cherry picked from commit 045d44762ce7cd267e64849c1c138d45b1fa040f)
(cherry picked from commit 289eb37432bfc61855234893daa6be27d40f8788)

- URL:  https://github.com/kamailio/kamailio/commit/a126490fca53d4f2b1cc6f5f877df55687988340
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:12:56+02:00

app_perl: do dlerror() after dlsym() fails to find exports

- some OSes do not reset dlerror after a successful dlsym(), pointing to
an older error case
- reported by GH #1465

(cherry picked from commit 795edca9215391f7c8f646895c083f8ac8853341)
(cherry picked from commit 48c8f7751d701c8a6dd538280c5c1fa6129d141d)

- URL:  https://github.com/kamailio/kamailio/commit/b017462a1a84b2e80e626bc2ca0d9ba97d844464
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:13:12+02:00

kamctl: set default PID_FILE to /var/run/kamailio/kamailio.pid

- this being now the path used by default kamailio options

(cherry picked from commit 6abd8472b764f88c5c054becb440fda8fff47349)
(cherry picked from commit 6e2ab8089fd4d4b3ca0a23e240765474e6648b3c)

- URL:  https://github.com/kamailio/kamailio/commit/fac42c3c8b9e755bca0e6ee35bbaebf307cbdbac
Author: kelchy <kelchy at gmail.com>
Date:   2018-04-25T18:13:29+02:00

db_mongodb: add error logger for failed query

(cherry picked from commit 2a5d66fda013197aa5fbe4828cc7f6e61a74a9d6)
(cherry picked from commit 63c93af189e7e5db92a392e0d176e71bda64290e)

- URL:  https://github.com/kamailio/kamailio/commit/c30cbc31ce8c87c3cc2c60470272d6d54cdbfd1b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:13:43+02:00

db_mongodb: check mongo-c-driver version at least 1.5.0 to use projection

- reported by GH #1479

(cherry picked from commit cdbee5a536920c4fab3ec619c8467c152d6f110a)
(cherry picked from commit 5f5f2638b50e079717952b5b279529e7647ce684)

- URL:  https://github.com/kamailio/kamailio/commit/5eada53be7c363627d53730518d314d6b7a301c0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:13:57+02:00

nathelper: docs - mention UDP for SIP nat pinging contact addresses

(cherry picked from commit 82efea41d7a01c041ea6ff85cc864cfdf2fd1ba5)
(cherry picked from commit 2f66b1dfe12455534f94060a0f68bc3f8ac0f81d)

- URL:  https://github.com/kamailio/kamailio/commit/eade4a27d8a72f18b8a1325da88607864540be64
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:14:14+02:00

misc/examples/kemi: enable lua script reload in example config

(cherry picked from commit e129965129b2377970a28fabd26b3be9b483c81b)
(cherry picked from commit 3994fcd94e1d3291f4d14083f12b85a3b11ca148)

- URL:  https://github.com/kamailio/kamailio/commit/d0820114f286a36bd4a1675be6e243d4998d9be5
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:14:24+02:00

auth_ephemeral: do pkg-config for libcrypto if exists

- discover all the libs to link against
- related to GH #1473

(cherry picked from commit 021e7e53585f78b56356c98f25bd731c51f96f9a)
(cherry picked from commit 5df0d505d220addf43f459b29cc80f9aecef19dc)

- URL:  https://github.com/kamailio/kamailio/commit/17faf9e086891544a870befbe27c954b81d84c47
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:16:16+02:00

core: check for result of dlopen() pointers

(cherry picked from commit a3d9816d3881eb9743a14cb1306533469a821d47)
(cherry picked from commit 760aee932aafc7f4c0207c10aabb5a094fd975dd)

- URL:  https://github.com/kamailio/kamailio/commit/5a216d183dfb2560da11ab3c74576f99fb13103a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:16:49+02:00

jsonrpcs: example accessing the jsonrpc response for jsonrpc_exec()

(cherry picked from commit 0fcac52fc9e6445f986c9a5a9ee1b5230030035b)
(cherry picked from commit e4f1a229068e0cd774a32b4db4431aac6fbf5555)

- URL:  https://github.com/kamailio/kamailio/commit/1a5a3258e27b996b94ade8cdbb897ee75f0ee377
Author: Henning Westerholt <hw at kamailio.org>
Date:   2018-04-25T18:16:58+02:00

ipops: Support for 192.0.0.0/29 as NATed source (pull request GH#1488)

(cherry picked from commit 3848b5286b74894ed162e1aae8c80ee3d703c21f)
(cherry picked from commit 7153e802288112658c6012488867596aba6232ac)

- URL:  https://github.com/kamailio/kamailio/commit/a8c0d3dd36cb8d9cb8a3beacec34e307be3df0fd
Author: Henning Westerholt <hw at kamailio.org>
Date:   2018-04-25T18:17:20+02:00

nathelper: Support for 192.0.0.0/29 as NATed source (pull request GH#1488)

(cherry picked from commit 804d6b85bdbe55b32edacdbd895b0ad763bf619f)
(cherry picked from commit 742f4924eb515d6b481b8295fb611e723619ebe0)

- URL:  https://github.com/kamailio/kamailio/commit/90f618da4214bd8c49fff9e5188001b8793eebda
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:17:32+02:00

dialog: skip printing profiles and vars in terminated state for rpc dialog list

- they can be delelted at that point, not being referenced by the same
field

(cherry picked from commit 8bc037bc87ced907b8b2e59a2c5fcb45291836fd)
(cherry picked from commit 9be00ceba0d814f6ad973279fc386d60b5c8e9ac)

- URL:  https://github.com/kamailio/kamailio/commit/a2d82eb5c3128fc0babd6bc86ea0c5faf20622e6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-04-25T18:17:50+02:00

app_lua: test if number of parameters is enough for kemi funtions

(cherry picked from commit cc661d776621a5f2d4370eb364402c2a53242cc7)
(cherry picked from commit a0f8f33c5197b4fee5c2dedc85abbdb9e836b152)

- URL:  https://github.com/kamailio/kamailio/commit/8409b453c8c236bced02884f0bd22f3e3d07829f
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   2018-04-25T18:18:35+02:00

ndb_mongodb: fix deprecation warning

Since 1.5.0 mongoc_collection_find() is deprecated
> http://mongoc.org/libmongoc/1.5.0/mongoc_collection_find.html

(cherry picked from commit c70d831aee5a95613de69568d8f1863788e0a074)
(cherry picked from commit 11ee34a0edca1eaf942fdf9825f1a75c3f2f5648)

- URL:  https://github.com/kamailio/kamailio/commit/9b77b620e5d8b20f37790e22a59a7d3ec82069a2
Author: Dmitri Savolainen <savolainen at erinaco.ru>
Date:   2018-04-25T18:18:48+02:00

dialog: restore keep-alive after restart

(cherry picked from commit a821ff61029a4e8a9f220d60f95bd7b5a545f9b4)
(cherry picked from commit ffa97a1b920df367e23f88cd6c6a4bdb9401fec4)

- URL:  https://github.com/kamailio/kamailio/commit/bc2e4133f18113483b2d3ab9fee6d5d2070abe6b
Author: Dmitri Savolainen <savolainen at erinaco.ru>
Date:   2018-04-25T18:19:00+02:00

dialog: typo fix for DLG_IFLAG_DMQ_SYNC flag value

(cherry picked from commit ad427fc19c56110f66df86b7b49e23c00313610a)
(cherry picked from commit b89f643e12ac6359b4ffd9c173fee4870992b31a)

- URL:  https://github.com/kamailio/kamailio/commit/527283593baa3d3e7321b0f3904d4a79ee6a5f3b
Author: lyokha <alexey.radkov at gmail.com>
Date:   2018-04-25T18:19:25+02:00

textops: reinitialize new tr_param_t object for tr_txt_parse_re()

- avoid segfault when running fparam_free_restore() on
  such an object immediately after creation, because its field "next"
  contains garbage

(cherry picked from commit 38b8fbdf940b273cf541678fd22af7dd4d63ab3d)
(cherry picked from commit 5f5f7fd506bbde1ac159cbebf133e499dc06427a)





More information about the sr-dev mailing list