- URL:
https://github.com/kamailio/kamailio/commit/3b2578660f8a2cfd528a425b833b897…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:33:41+02:00
ims_charging: db_url param type set to PARAM_STR
- the variable pointer is str* not char*
- GH #2385
(cherry picked from commit 71bc55240a144dbad9d9d8afc942b81237c806d2)
- URL:
https://github.com/kamailio/kamailio/commit/31055879fccd14659e378bc28a79df8…
Author: Jose Luis Verdeguer <pepeluxx(a)gmail.com>
Date: 2020-07-16T17:33:57+02:00
cnxcc: avoid duplicated call info
Don't store call if call-id is already registered for that client
(cherry picked from commit fb8cc72f1bd76bb2fd4d4e2e5fa2afc50eef59ad)
- URL:
https://github.com/kamailio/kamailio/commit/d14c2513390fb6e3bad2e73e6548d7e…
Author: Jose Luis Verdeguer <pepeluxx(a)gmail.com>
Date: 2020-07-16T17:34:07+02:00
cnxcc: update docs [skip ci]
* new error return values
* delete return value from set_max_credit not in code
(cherry picked from commit bc0264f4802c266901a1eb7a296f80f1dbfcc828)
- URL:
https://github.com/kamailio/kamailio/commit/d340b4d0315aca2ee63156809ccc1ea…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:34:29+02:00
core: init timeval structs to silent analyzer
(cherry picked from commit d0d2c8fd6a57affac7bffab441b2126b9df0dfb1)
- URL:
https://github.com/kamailio/kamailio/commit/6b438b9aad7044c79e4216d2c09ea95…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:34:44+02:00
lib/srdb1: init timeval structs to silent analyzer
(cherry picked from commit 0780e781c319254307c85bd873c58c6478a28da8)
- URL:
https://github.com/kamailio/kamailio/commit/511719e61405bc7f718de180331c43c…
Author: kvrban <k.vrban(a)googlemail.com>
Date: 2020-07-16T17:34:53+02:00
tcpops: target variable passed on tcp_get_conid function was empty
(cherry picked from commit a2932492e24ac3c3afe4d33f025c7501c93fda49)
- URL:
https://github.com/kamailio/kamailio/commit/f6ad586b6b461ff061428b4286521eb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:35:06+02:00
core: tcp - more details on error log messages
(cherry picked from commit fefb3f1b2dbae8d9df24fecee763c5a1cd588107)
- URL:
https://github.com/kamailio/kamailio/commit/003378f244d2c51773615905e7f98d3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:35:18+02:00
core: tcp - safety checks on emptly local tcp connection list
(cherry picked from commit 67f9de8a946335e2bf16fe0e6063877cd4d51fb7)
- URL:
https://github.com/kamailio/kamailio/commit/55edf5e1ff6afc895f8263854cbfe6c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:35:37+02:00
core: tcp - test connection reference counter to avoid going negative
(cherry picked from commit 6a637cf84906ec5315c77e5458180f7d9d69a481)
- URL:
https://github.com/kamailio/kamailio/commit/8e849681b7da3f6d94576620019363f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:36:18+02:00
db_redis: use safer localtime_r() function
(cherry picked from commit 0cc1e167b9e54bb4a652162445efe89b02939eed)
- URL:
https://github.com/kamailio/kamailio/commit/d597ecd290508b4be3dac459494db3d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:36:29+02:00
carrierroute: do not test return for strcpy() and strcat()
- they return the dst or src parameter, resulting in code analyzer
reporting
(cherry picked from commit 65159728a4425f45559de55fd5549731e717d74e)
- URL:
https://github.com/kamailio/kamailio/commit/dc040c863172f827a4b508cc04c29ee…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:36:54+02:00
core: io wait - unhash in case delete operation fails because of EBADF
- EBADF: epfd or fd is not a valid file descriptor
(cherry picked from commit 846cc5b97a907b5314ccf03772776e0d23434042)
- URL:
https://github.com/kamailio/kamailio/commit/33ccba4be33fc24bd6a8c3539020b79…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:37:45+02:00
core: tcp - debug message when removing connection from list
(cherry picked from commit 317f707425a4cf0be144d2c874fcdf2ad8d7f992)
- URL:
https://github.com/kamailio/kamailio/commit/2691b6a69bcddf0fd0daa92f27f27c6…
Author: lazedo <luis.azedo(a)factorlusitano.com>
Date: 2020-07-16T17:38:50+02:00
core: don't close tcp connection for dropped non sip messages
(cherry picked from commit 007f98692bb6f7cb35adbb86ec6fb06f034614cc)
(cherry picked from commit 0cf30ae1c4128bca8882109ec34c34a2dd2b4cef)
- URL:
https://github.com/kamailio/kamailio/commit/434dfd38aad2a0e9115ceba55d871fb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:39:19+02:00
core: parser - trim trailing whitespaces in header name
(cherry picked from commit 7135feee9cdc93efa8c0c3e4abf24a9335ce42de)
(cherry picked from commit 63e227383d9c5112f287299981d217f1558a15a8)
- URL:
https://github.com/kamailio/kamailio/commit/340deabc375272dc3f0a921786890da…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-16T17:39:30+02:00
core: strutils - trim trailing spaces when comparing hdr names
(cherry picked from commit 6d76b79b81bf448fa1f34753c1d000dc6c1870e0)
(cherry picked from commit d0f7c7056b32351cac0b20ce24b074d9be8459a2)