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

Daniel-Constantin Mierla miconda at gmail.com
Thu Apr 16 14:35:18 CEST 2020


- URL:  https://github.com/kamailio/kamailio/commit/d04d748018631fd8ac983ec19041b8c5e5add882
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:14:47+02:00

core: parser - removed temporarily remark for module reserved internal flags

(cherry picked from commit 8801ee89856d4a37709869a5c01dfa66988b8f5a)

- URL:  https://github.com/kamailio/kamailio/commit/2762e8b5c5f12bb57418652ced2b6522eb61dbe9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:17:38+02:00

kamctl: try to locate rpc fifo file in /var/run/ or /run/ folders

- cope better with old or non-linux systems

(cherry picked from commit 6a7aa74663a25b52651bc39e986849c62c8a50f4)

- URL:  https://github.com/kamailio/kamailio/commit/426262c88e84073a9328c045b31ab400c10199f2
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:18:36+02:00

nat_traversal: new marameter contact_match

- if set to 0 (default), match request-reply contacts with string
comparison (behaviour so far)
- if set to 1, use light uri comparison ( match uri type, user, host,
port and proto )

(cherry picked from commit 531f2551affb06e71cbabbeba0e3174900e69aab)

- URL:  https://github.com/kamailio/kamailio/commit/48477857eaf4b5adc9d691f81688a5c17adab2d0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:18:45+02:00

nat_traversal: docs for contact_match parameter

(cherry picked from commit 91c30dc8650d778851fcf439904557bc7363fcc4)

- URL:  https://github.com/kamailio/kamailio/commit/80b1c57cc9ff8a670ac88df5dbd71a9d88f52fa9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:25:58+02:00

rr: exported record_route_advertised_address() to kemi

(cherry picked from commit 66582c49ee16a15a6859bfb094c2faaed7960d4d)

- URL:  https://github.com/kamailio/kamailio/commit/9c15c3b108ddefd3261640d4c2556b07215b9240
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:27:36+02:00

app_sqlang: docs - fix for rpc command name

(cherry picked from commit a072e170c07370f97716ae719abb35c508d98564)

- URL:  https://github.com/kamailio/kamailio/commit/3026641a218508044190adc856d160d322667c05
Author: Sebastian Kemper <sebastian_ml at gmx.net>
Date:   2020-04-16T14:27:48+02:00

app_python3: update Python3 detection mechanism

This commit

  - removes the python calls whose output is never actually used.

  - changes the include discovery to use python3(.x)-config. This is
    preferable because it also works for cross-compiling. Calling
    python3(.x) directly will always provide host flags, which for
    cross-compiling is not feasible.

  - updates LDFLAGS discovery to also work with >= Python 3.8. To
    achieve this python3(.x)-config is first run with the argument
    "--embed". If this does not succeed (exit status 1)
    python3(.x)-config is run again without "--embed". This is the
    method suggested by Python upstream to provide backwards
    compatibility. See [1] for more details.

[1] https://docs.python.org/3/whatsnew/3.8.html

Signed-off-by: Sebastian Kemper <sebastian_ml at gmx.net>
(cherry picked from commit 05af36d34aa2668780aa111878206c6797fa98b0)

- URL:  https://github.com/kamailio/kamailio/commit/1579b7855d09967a92c79df26dd8bda87067b1cc
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:27:58+02:00

app_python3: Makefile - suppress warning if --embed is not supported by python3-config

(cherry picked from commit 392688fc756a97f65c2433bb6af7adedca4e0abf)

- URL:  https://github.com/kamailio/kamailio/commit/8ab8b455f4c07014d2bd0648122478d4df07e301
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   2020-04-16T14:28:24+02:00

misc: kemi examples, add missing kemix module

change introduced at 01ac570c2fbda800d1e00cd50305739cf0596ebf

(cherry picked from commit e123971726a8d18627091870086ee7d244e9802f)

- URL:  https://github.com/kamailio/kamailio/commit/0889852ca52d304cf15fe39f8fcf3b11222646f1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:28:49+02:00

misc/examples/kemi: make reply code integer everywhere

(cherry picked from commit 28be94ea97216ba7ac1420130cc01ebda167c5d8)

- URL:  https://github.com/kamailio/kamailio/commit/2a0fa8133783d88b5672e0ff741f69ec3fc872f3
Author: fredposner <fred at qxork.com>
Date:   2020-04-16T14:29:12+02:00

tls: fix typo in documentation

- params.xml: replace "private" with "private_key"

(cherry picked from commit ad91985849e46beee757d48ee9041b81bef9bd81)

- URL:  https://github.com/kamailio/kamailio/commit/f1899b1e96d046392d7cdd9a567408f1fb0bd56f
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:29:26+02:00

presence: removed unused global var log_buf

(cherry picked from commit 6ef70d7366d60c1c7c73aff987193340e0b7c938)

- URL:  https://github.com/kamailio/kamailio/commit/613e68a3bde21722c9bd8e8d2169860a29224b71
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:32:58+02:00

core: data lump - updated comments and param names reflect better the purpose

- coherent whitespacing

(cherry picked from commit 36d55b1fca14eb1a055dedac2e3cdb81b48c3a22)

- URL:  https://github.com/kamailio/kamailio/commit/76c825fa03e89d094583b2d778f2bde63772b360
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:33:06+02:00

core: receive - removed unnecessary time zone parameter for time difference

(cherry picked from commit dbec3e4f682b17fc706cf9ea486229a51928e2d0)

- URL:  https://github.com/kamailio/kamailio/commit/da0c6ba521665d2f898f508cf99c58662518ecca
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:33:24+02:00

nathelper: moved cfg file to examples folder

(cherry picked from commit 097f613f0e1d4ef67a6d9022f33f037921cd9a9c)

- URL:  https://github.com/kamailio/kamailio/commit/52bed0c797b79b7e97f5d01fd9fb0ea69c9f4b64
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:33:45+02:00

tm: do not return if kemi callback execution fails for t_continue()

- have same behaviour as with route blocks

(cherry picked from commit 2161f0cc316af0e1153b01f327d0e7c50523060c)

- URL:  https://github.com/kamailio/kamailio/commit/52aa43febb06f69427a4fe5860f3005880c4c6d7
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2020-04-16T14:34:25+02:00

core: functions for light comparison of uri values

- match uri type, user, host, port and proto, but skip params matching

(cherry picked from commit d1584cff4766d45147cc3ed88da91ab691437799)





More information about the sr-dev mailing list