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

Daniel-Constantin Mierla miconda at gmail.com
Thu May 31 10:00:38 CEST 2018


- URL:  https://github.com/kamailio/kamailio/commit/f42886f1ab9bb61610fca462ee6dc5698fef3ec6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:45:16+02:00

app_lua: kemi - exported KSR.pv.getw("$...")

- get the value of the pseudo-variable if it is not $null and the string
"<<null>>" if it is $null
- useful to use in building log messages without testing if the variable
is set, otherwise lua throws error while trying to concatenate null
value

(cherry picked from commit c3e36a1eb2ff70f94b83a42de3e901f4ba142813)

- URL:  https://github.com/kamailio/kamailio/commit/0c04b6f8b7f532147e03c1c4bb706e4a6501ab35
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   2018-05-31T09:45:31+02:00

db_perlvdb: fix compilation warning

> db_perlvdb.c: In function 'db_perlvdb_bind_api':
> db_perlvdb.c:98:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
>  dbb->replace          = perlvdb_db_replace;
>                        ^

(cherry picked from commit dbae2561720c97200d8e58e1e6c408a943e3c07b)

- URL:  https://github.com/kamailio/kamailio/commit/91649cd46bf88d80f4fbcaccecb03e3a8fbae577
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   2018-05-31T09:46:04+02:00

db2_ldap: fix compilation warning

> ld_fld.c:831:19: warning: unused function 'db_double2ldap_str' [-Wunused-function]
> static inline int db_double2ldap_str(struct sbuf* buf, db_fld_t* fld)
>                   ^
> 1 warning generated.

(cherry picked from commit 5b1355aa3d9404a5165b0afbfdac384fe9cf785a)

- URL:  https://github.com/kamailio/kamailio/commit/8f3d8495297d459e5802a5dc86dab4f57e047941
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:46:14+02:00

app_python: added KSR.pv.getw(...)

(cherry picked from commit 115fa38f427b1bc3730add9078c44219b25960cb)

- URL:  https://github.com/kamailio/kamailio/commit/e62762cb657912f22c7a0e97f9a43b63d4c8dce3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:46:23+02:00

app_python: added KSR.pv.getw() to kemi expors

- wrapper function for returning the value

(cherry picked from commit e8b434f13f56b2f34d5b30bf728c4685c488e63c)

- URL:  https://github.com/kamailio/kamailio/commit/b8602fc0f3ea9f3e7bba593c2d8486e5bd60a882
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:46:34+02:00

app_sqlang: added KSR.pv.getw(...)

(cherry picked from commit cb97be77664625a4fb454bdd6d5c84c8a2c7adb3)

- URL:  https://github.com/kamailio/kamailio/commit/44a31db68237ca3a43382a20a75e95e6e800bd3e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:46:43+02:00

app_jsdt: implemented kemi KSR.pv.getw(...)

(cherry picked from commit 3647cc1a9b2e85e71657ba3dd3bba21c6bdc5ff5)

- URL:  https://github.com/kamailio/kamailio/commit/4cf03cdac8f4f31dbc5fa716ac9b5416a99c4a60
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:46:56+02:00

core: cfg.lex - removed redundant token defining max_branches

(cherry picked from commit 420fa5e581af5668cdecd0c97b555f4d673105f7)

- URL:  https://github.com/kamailio/kamailio/commit/ad9817f9d6df0aabe4888b8b2d489a5ca061bd14
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:47:08+02:00

topoh: more verbose debug messages when decoding r-uri

(cherry picked from commit 5a0086fb5d54cf0411180a8426ea49ad440f147a)

- URL:  https://github.com/kamailio/kamailio/commit/0cd09d42878ed0125bfad480e9706a81b96ab2bd
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:47:27+02:00

core: qm malloc - wrapper to print execution file and line for qm_debug_frag()

(cherry picked from commit f3109d4dcdc4ef810ccf4a8d17f28f7fce42271c)

- URL:  https://github.com/kamailio/kamailio/commit/cc1ff15335a81971aa891231cbea7c8fd03261e0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:47:41+02:00

tm: set msg for log_prefix before running failure_route

- reported by GH #1531

(cherry picked from commit eb2f25ca0810f966d089da3aa1e32e3e98a4ab16)

- URL:  https://github.com/kamailio/kamailio/commit/5fc19fd9159c649a6a21ad20193f69eb9e34509d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:47:53+02:00

topos_redis: proper length value when comparing to insert INVITE branch

(cherry picked from commit 2a3ca5942291d29de05b14338a36cecbec11f129)

- URL:  https://github.com/kamailio/kamailio/commit/a1a397bbf6cd6a01ccd505b7b85d448478d27cbe
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:48:07+02:00

sanity: updated docs to reflect default value for default_checks param

- reported by GH #1542

(cherry picked from commit 6ff985605b3fbb6aa350af4c21fc73afb8cf122f)

- URL:  https://github.com/kamailio/kamailio/commit/dace75ab9a294c34bec07d07b328be9474b7e4f3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:48:27+02:00

core: kemi - more combinations for function prototypes

(cherry picked from commit 6528c9cbc5a89128d4892f1a526c76747b42448c)

- URL:  https://github.com/kamailio/kamailio/commit/f1fbf3d6d6e4461e6f0440b042121fe45eb04730
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:48:38+02:00

app_lua: fix for running kemi functions with 4 or more parameters

- added new combinations for 4 params case
- reported by GH #1544

(cherry picked from commit 52f246fbcc9097f77b6a64d15a4ff74e03577ba8)

- URL:  https://github.com/kamailio/kamailio/commit/b25d7002fe58fff7e876fa3e9818ec0cec873c1a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:48:49+02:00

app_jsdt: fix for executing kemi functions with 4 or more params

- more combinations for 4 params

(cherry picked from commit 81d517f0a3dcd769dc84ff019c58e248ef7eb466)

- URL:  https://github.com/kamailio/kamailio/commit/7999ddc6b9b7289cd1f1fe620719e1486649ed87
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:48:59+02:00

app_python: fix for executing kemi functions with 4 or more params

- more combinations for 4 params

(cherry picked from commit 551e4d372892d1d5c7803c3812d0bd4613efaf36)

- URL:  https://github.com/kamailio/kamailio/commit/71f328f8ab2f41ed83749c77eb4b9c3b9ca378c2
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:49:12+02:00

app_sqlang: fix for executing kemi functions with 4 or more params

- more combinations for 4 params

(cherry picked from commit d86b67bbde300e4aa1be7ea7c5bdb21469ece03c)

- URL:  https://github.com/kamailio/kamailio/commit/96eec5f5aaa99288ef59097cc39c6322993521ab
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:49:26+02:00

rls: allocate size for normalized uri for cloning buffer

- it can be longer than pres uri, when proto prefix needs to be added

(cherry picked from commit 93932a4ff18760d8fc8c59bd08984fd00cfd7759)

- URL:  https://github.com/kamailio/kamailio/commit/7e763c727076af3a3a35db4fc840e857ba00ae46
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:49:41+02:00

lib/srdb1: increased the safety check for max db url to 1023

- was 255, too small for large connection strings needed for no-sql
- reported by GH #1545

(cherry picked from commit 0a9ebbbdfe0cd4c137338adbacf5c5890222708a)

- URL:  https://github.com/kamailio/kamailio/commit/7d6dddfbf2ccadaf749496a4288f176b191350f2
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:49:51+02:00

stun: catch udp ping 0000 when trying to parse stun headers

- avoid useless debug message
- info message made debug if the size of received packet is too small
for a stun header

(cherry picked from commit 7e08fc8d2b74657d6e6171effbab2770482d693e)

- URL:  https://github.com/kamailio/kamailio/commit/fd163baf20ab28354bb7cbf92ffd7e7c4d7eff3b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:50:02+02:00

app_jsdt: exported KSR.pv.getw(...)

(cherry picked from commit 616b68904e0741ebcdb70e3c7f66b3b6d1254a8d)

- URL:  https://github.com/kamailio/kamailio/commit/4cf3f3e84bcd45eb32545de9fa71d80769bd9603
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:50:15+02:00

core: kemi - more log-level message shortcut functions

(cherry picked from commit f854f2c27bee1b1e4f43565ff1865b88c27387c9)

- URL:  https://github.com/kamailio/kamailio/commit/0c17c1c8ba43967025f13a87507e6877490ed229
Author: Olle E. Johansson <oej at edvina.net>
Date:   2018-05-31T09:50:26+02:00

db_cluster remove old svn ID tags

(cherry picked from commit be82892a68342287d37de90ddb74c1f66a37e28f)

- URL:  https://github.com/kamailio/kamailio/commit/e3a78848857ee4a12211f10e091209ee2431b4b6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:50:47+02:00

topos: skip handling local DMQ messages

(cherry picked from commit 7ff8d4284f20763e8e47f9b24e4604867a242e4a)

- URL:  https://github.com/kamailio/kamailio/commit/9aee0374e1db8733a220d37fbc53517353aee4dd
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2018-05-31T09:51:01+02:00

carrierroute: rename boolean type conflicting with clang sdtbool

In file included from carrierroute.c:51:
./cr_db.h:92:2: error: expected identifier
        false = 0,
        ^
/usr/lib/clang/9.1.0/include/stdbool.h:33:15: note: expanded from
      macro 'false'
 #define false 0

(cherry picked from commit 0a14914fc1f98c18b9b75f66fe2e71f15147c9bf)





More information about the sr-dev mailing list