- URL:
https://github.com/kamailio/kamailio/commit/09ac3e47ef79dbd599b7dec5b84ae3b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:49:37+02:00
tm: set send socket flag when computing the destination and local socket is found
(cherry picked from commit 8d608d1c3ed0fe4c69cb02868b746cd0497dd1f5)
- URL:
https://github.com/kamailio/kamailio/commit/ccf16cb7b8f84d2f9899d9922f5c940…
Author: Surendra Tiwari <surendratiwari3(a)gmail.com>
Date: 2019-09-24T11:50:18+02:00
Module:rtpengine: memory leak is fixed, if no rtpengine in list while reload
(cherry picked from commit 0e29879ee950d5a9e9a669c7d5c634416d52f5c9)
- URL:
https://github.com/kamailio/kamailio/commit/c63d048c7ba2dc1e271fafbbd0e0a74…
Author: Juha Heinanen <jh(a)tutpro.com>
Date: 2019-09-24T11:52:05+02:00
modules/rtpengine: set_rtpengine_set fix
(cherry picked from commit fe6614feb5f9b062a556de82fd7df6fc12c96471)
- URL:
https://github.com/kamailio/kamailio/commit/80bb3b96f60d3347460a202ec69e012…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:53:17+02:00
tls: proper dot position for matching subdomains
- reported by GH #2049
(cherry picked from commit 16beec2b7660d416a05f069695b4ce18e8b4e795)
- URL:
https://github.com/kamailio/kamailio/commit/21ccb8f3e4f5496e5bb71c6cdfeec96…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:54:06+02:00
phonenum: new param resid to register result container ids
- allow use in KEMI scripting by pre-registering container result id via
modparam
(cherry picked from commit 67412b4b2b377cca179de2ebe109bd56fb8a63b9)
- URL:
https://github.com/kamailio/kamailio/commit/e1197ad59685fa97868c5fffcbde841…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:54:17+02:00
phonenum: docs for resid parameter
(cherry picked from commit d2bac426192c074368bf78014e0d1d0ca97f3274)
- URL:
https://github.com/kamailio/kamailio/commit/becc6bc3f90781f64b90879db1f7eea…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:54:44+02:00
phonenum: proper access to the str type param resid
(cherry picked from commit 56f86535e0ae3fcf8fa2d0b565c7ab61351678d0)
- URL:
https://github.com/kamailio/kamailio/commit/dcdfc26fc260d36000c991eed89da25…
Author: A Alba <ascanio.alba7(a)gmail.com>
Date: 2019-09-24T11:55:23+02:00
module rr: KEMI expose record_route_preset
(cherry picked from commit e1ab977fd9a61864376782f2534cc0d932347d78)
- URL:
https://github.com/kamailio/kamailio/commit/7c3cc32c98a66318fa355fd14c69772…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:59:20+02:00
core: main - set default send tcp sockets to tls if no tcp is available
(cherry picked from commit 8a678c244aa34cf352fb614693c6e6d505ce2dfe)
- URL:
https://github.com/kamailio/kamailio/commit/28c4e65e7aef8e6ab1129a45fc01e2b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:59:33+02:00
core: tcp - set default local socket for tls when lookup fails
- GH #2028
(cherry picked from commit f40df55af2f50789ca4a8b89a213f7323b1932f2)
- URL:
https://github.com/kamailio/kamailio/commit/827dccc75d560257ba4caef5187894d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:59:47+02:00
Makefile.defs: detect if libssl version is 1.1+
- link against pthread to be able to set PTHREAD_PROCESS_SHARED attribute
for mutex and rwlock initialization
(cherry picked from commit 79619717aa67c219fc36dfaac8d06919b8f2018e)
- URL:
https://github.com/kamailio/kamailio/commit/cba7b6a19c9ac0d80e4bf8915379685…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T11:59:57+02:00
core: main - functions to set PTHREAD_PROCESS_SHARED for pthread mutex and rwlock
- code relocated from src/modules/tls/utils/openssl_mutex_shared/openssl_mutex_shared.c
- simpler option to initialize kamailio with the workaround for libssl
v1.1+ without using the preloaded library approach
(cherry picked from commit a8c811e69e964821b73d0861a9547a301253d172)
- URL:
https://github.com/kamailio/kamailio/commit/3425fbad549c16aa79c001560e7ec9a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T12:00:59+02:00
log_systemd: return in case the xavp is not valid
(cherry picked from commit 9e703c1c1eb362bd68e53b38021aa42f8b173d0c)
- URL:
https://github.com/kamailio/kamailio/commit/ffec32d01d440cb16dbaaac1b497f7c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T12:01:10+02:00
presence: reset freed list to avoid double free in case of error
(cherry picked from commit 28dc74fa8a30b17abd7f7b173b66b8538c5a4bb5)
- URL:
https://github.com/kamailio/kamailio/commit/25585a67489cba4e55e888c68aacb1d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T12:02:13+02:00
kamctl: kamdbctl.base - replaced get_answer() with a portable version
- contributed by Sergey Safarov, GH #2019
(cherry picked from commit 88d06a08a8baf460188745f1d748dd83f275356f)
- URL:
https://github.com/kamailio/kamailio/commit/40e1dba3b2089ee66fec6e431dbbd2b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T12:02:29+02:00
core: print a version flag when pthread shared mutex is enabled for tls
(cherry picked from commit 801a9e38bcd863950a53ed0ca63a2976376daddc)
- URL:
https://github.com/kamailio/kamailio/commit/745475301cdacf9d391b39bb1701453…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T12:03:03+02:00
xmlrpc: reset fields in case of error for building fake via
(cherry picked from commit b54573ca9167c807a1de39634bed04cb7953dce0)
- URL:
https://github.com/kamailio/kamailio/commit/991a12f98320af2066697cd74394b6f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-24T12:03:12+02:00
xcap_server: free xpath object before reusing the variable
- removed unnecessary resets of local variables at the end of function
(cherry picked from commit d0ed04ae7938ef09da1ca215043334190adb9c52)