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

Daniel-Constantin Mierla miconda at gmail.com
Mon Dec 18 20:33:14 CET 2017


- URL:  https://github.com/kamailio/kamailio/commit/3155ab5c297e553d48a5dac2c4ab5bf8eb31d77a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:53:32+01:00

dialog: proper description of is_in_profile() to match the code

- reported by GH #1320

(cherry picked from commit d319c449c8c15334ed913633cfece869a7d955aa)
(cherry picked from commit 89bdf5edb485e636f3592c37ac9ce5e1458b868b)

- URL:  https://github.com/kamailio/kamailio/commit/5736d90efaad9827997be304920e1909029b2499
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:54:26+01:00

tm: default port checking in via_matching()

(cherry picked from commit 5fabdea4d86c527a2e38caaae7a54884367d6a7c)
(cherry picked from commit be53e5d24707d8248a904124a6c88913b6eb0174)

- URL:  https://github.com/kamailio/kamailio/commit/adec5e4a039884af28ddd52579c47c174ebf69b6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:54:35+01:00

tm: fixed condition in via_matching()

- introduced in previous commit

(cherry picked from commit 4bd1d70c2804ee2a1d29bd911275aa241577cfc1)
(cherry picked from commit 41bfcaab0d403d2290d353e9fa522af22b72e8f6)

- URL:  https://github.com/kamailio/kamailio/commit/04a858667c4bdb83583e84951e8a1d9d9b8140e0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:55:27+01:00

app_lua: detect if a kemi function was already added in the exports list

(cherry picked from commit d98a005ac57b957231f8bda26c711bf7c7260049)
(cherry picked from commit 7093572c5ca65f805e4421d6d821eb06dd1a6dcd)

- URL:  https://github.com/kamailio/kamailio/commit/539d14e35734a1b2bdc8c72f2c9efa5fd42334c1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:55:37+01:00

app_lua: updated the utils/app_lua_ctl

(cherry picked from commit ac8cc0a3735325ec79a4a634eea6bcdcea4affe7)
(cherry picked from commit d56ec1c20796e9a32790d880c0ab9a4ee579216e)

- URL:  https://github.com/kamailio/kamailio/commit/885c632267fc3138caf5e3ad8e700ad64c3b6ff3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:55:49+01:00

app_python: updated the ctl tool to generate the exports

(cherry picked from commit f4c6365f2678e5c30d4a1fc287206b82a7eee459)
(cherry picked from commit ba8bc6a23aed88625512b963862fe719650ea3f6)

- URL:  https://github.com/kamailio/kamailio/commit/6451c270b7384a9488d293092719b1b987f6c0f8
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:56:04+01:00

app_lua: updated paths to included files from core in the ctl tool

(cherry picked from commit 50a9e2ec1cb86590a067dc23b2298b96a12bc232)
(cherry picked from commit a56d3f8552d3926e8b69bd5cd0bdcd8d83a1f97f)

- URL:  https://github.com/kamailio/kamailio/commit/e9cef32174c69ed25b649d5d9a2aba34618e9cc8
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:56:21+01:00

app_jsdt: detect if a kemi function is already in exported list

(cherry picked from commit 48d55652fa36cb2b20540d1ebc7665476dfb1b1e)
(cherry picked from commit 1dbc2f40554a72ce4757ccbb0501b2568c602c3c)

- URL:  https://github.com/kamailio/kamailio/commit/f4672cefef8df7db17daa1aeec7b27d2faa6db0f
Author: Vasiliy Ganchev <vance at ukr.net>
Date:   2017-12-18T19:57:16+01:00

http_client: add missed useragent parameter

While preparing query_params, "useragent" was missed - add it.

(cherry picked from commit 65a777f3316fb3a3adfa61739a091bb9d61582a8)
(cherry picked from commit 5c44038e0c4dfae0ad0042222f2138161e3c1b11)

- URL:  https://github.com/kamailio/kamailio/commit/eecad6db51953955f088eb06a2e451b77411c6ed
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:57:42+01:00

rtpengine: proper check for empty string inside add_rtpengine_socks()

- reported by GH #1325

(cherry picked from commit 991fe9b28e0e201309048f3b38a135037e40357a)
(cherry picked from commit 49ab70feb630634977a11809d40b60a1344df352)

- URL:  https://github.com/kamailio/kamailio/commit/79622dce62567045c7f82f440fc6f0284b22c8da
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T19:59:03+01:00

core: timer - use uint type instead of short for flags and slow index

- get rid of unused padding field

(cherry picked from commit 3d22063ebd4cfa8b54ec3e83a04e92770c6d7319)
(cherry picked from commit 1de066ee6e6360056dad4c6d19b3413f26e4759c)

- URL:  https://github.com/kamailio/kamailio/commit/f5e9778f8558a3813943bb3a1ab50caf8cf9a69f
Author: Timo Teras <timo.teras at iki.fi>
Date:   2017-12-18T20:00:01+01:00

mtree: use cast to unsigned char for accessing _mt_char_table array

- switched the index from unsigned int to unsigned char
- simplifies the code by avoiding the tests for exceeding the size of the
array
- error message extended to print the full string
- slightly modified version of PR #1343

(cherry picked from commit ae18e409d71d2d4eccb4604bb6f29a121309b54e)
(cherry picked from commit 26bd009c4963e4acb1e0eb52d0f5c9f17096d412)

- URL:  https://github.com/kamailio/kamailio/commit/a12254ddeead5c966d5d3a1f9c620d07e6a39d1f
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:00:32+01:00

kamctl: expose db root password variable used by kamdbctl.mysql in kamctlrc

- DBROOTPW can be now set in kamctlrc
- targeting use for automatic testing

(cherry picked from commit 313805136d22ed79d1c4900753247032240d5a5b)
(cherry picked from commit ec7d89da1cce4060969b4a7bd7db64ffa23c1b3d)

- URL:  https://github.com/kamailio/kamailio/commit/db7794cc6577798261cc6950cde98a0dd2beb968
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:03:31+01:00

app_mono: safety check beforing accessing field inside pointer

- zero terminated allocated strings

(cherry picked from commit 53c27ac3eb3e762110bd5cf54e55ddd85a7973a1)
(cherry picked from commit 7fef1fe169c587f3d6af3916cbcfde11570c920e)

- URL:  https://github.com/kamailio/kamailio/commit/361cd5623cd1b510aaeaa10bbeb4d258a08ae83d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:05:09+01:00

cplc: null terminate log string

- reset field to avoid double free

(cherry picked from commit 66051f400c0a1dcd472f0c9a7957b24e9cb54a07)
(cherry picked from commit c31f33de17067cbe29042b4558f28aad59ec25f0)

- URL:  https://github.com/kamailio/kamailio/commit/4066b1d1acf05df768116500ce2830d8163c05d1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:05:41+01:00

tls: safety checks for select values

(cherry picked from commit 084364becd2f6f5d6e620721cb0837466c3a2f31)
(cherry picked from commit d86963283cd7a58d94929959ca09ed31ae9bd116)

- URL:  https://github.com/kamailio/kamailio/commit/728848f6fe4a19b2a9eb69c37b49a514c49adcbf
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:06:21+01:00

pua: safety check for params values

(cherry picked from commit a009a5bf4f145b4e877e5ba41d218607c30849ec)
(cherry picked from commit 7b4a653abef51afe6a6289048ed989ba969c1310)

- URL:  https://github.com/kamailio/kamailio/commit/4f653e95fceb81d36f267af6e33170810ff69167
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:06:36+01:00

rls: avoid walking a null string

(cherry picked from commit 5f62d05180c7148f3899732dfc0da44034a314f8)
(cherry picked from commit b8698724134095814339701c19f0d02bb37caa89)

- URL:  https://github.com/kamailio/kamailio/commit/4e74fd4337d9cafc76fa56d2fc34611aade7d4f5
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:07:34+01:00

cdp: remove inline to functions that break the symbol linking

(cherry picked from commit 76a262f4c39ecb48410f0cb531cf144baf8105e6)
(cherry picked from commit 17ad3546e38dde4c893fd6e3394615e34c88466e)

- URL:  https://github.com/kamailio/kamailio/commit/f387a6af44b9eb00d13583e425da6690240a5045
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:08:14+01:00

db_perlvdb: remove inline to functions that break the symbol linking

(cherry picked from commit 8dc82f3ac87502dcf149f7b46367bfc3c45f2621)
(cherry picked from commit 5bde5d47e944cd55e1d1476c46b5f24d20ef0838)

- URL:  https://github.com/kamailio/kamailio/commit/4edb45496e73e029d6482da41f66006bb47479fd
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2017-12-18T20:08:42+01:00

db_berkeley: removed inline declaration that break the linking

(cherry picked from commit 373e99fd593814b55b307d0dc4a29e0c53f34850)
(cherry picked from commit bf023ac2e04010f647147e9c68324d2337554464)





More information about the sr-dev mailing list