9e70e8ec |
===================== 2020-06-22 Version 5.3.5 Released =====================
===================== Changes Since Version 5.3.4 ===========================
commit d8e36aeb0c7b0ba08911454d724d3a69a7766810
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 22 11:46:19 2020 +0200
Makefile.defs: version set to 5.3.5
commit 089708b310b94171fa12084fa0eca9f98854b7f6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 22 11:44:58 2020 +0200
pkg/kamailio: updated version to 5.3.5 for rpms and alpine specs
commit 12386b2f4cc33f3ee0ea366ddcf48b124d2265aa
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jun 9 12:02:43 2020 +0200
sqlops: export sql_pvquery to KEMI
(cherry picked from commit 3b2a0a849e60a6bf0bc9d8054568c954010d7aa6)
commit 3a0e46df3c456cb7d5fc090caf5108fc62a8e9e8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jun 11 10:48:29 2020 +0200
avpops: export functions to KEMI
* avp_check
* avp_copy
(cherry picked from commit adf7fb2613c4117ea0a76463d2df55e14579da9f)
commit 21e697728dc0b40cbd094c5d1c9de61eeeba5aea
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jun 22 09:19:57 2020 +0200
pkg/kamailio/deb: version set 5.3.5
commit 12b4bf66d3380f1e48023987db3d137f5be31e21
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Jun 22 08:31:46 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit d232e2e48b1b668270dcab419638adeffa5cf0b2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 22 08:22:55 2020 +0200
uac: docs - updated examples to use avps with string names
- the recommended format instead of interger ids
(cherry picked from commit 295e9a23df952bc98c2a2803d796e358363b2e22)
commit 0e9ccf0783570b3dabea1e97fddb234457d084b7
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jun 21 19:46:43 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 68290f9f48d3b7b7998c5831a0f11ebfa20e73a5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 21 19:31:07 2020 +0200
db_mysql: docs - proper location for opt_ssl_mode in params section
- reported by Juha Henianen
(cherry picked from commit 56536708c5537c7443aa7a777fad0dc941e1bc71)
commit 681cb57e66f74634b2c8d32fa989f2c7314cc412
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 19 15:31:22 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit a6f117620f97fd8dd22e160938d6d322cce955bd
Author: Kristian F. Høgh <kfh@uni-tel.dk>
Date: Fri Jun 19 11:22:20 2020 +0200
registrar: expires_range should not make expires < min_expires
(cherry picked from commit c753932ebfa055d923c92b916937eec99cd14d23)
commit 9dff6197dcae5c4051194753382f95c5edaa379e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 18 10:31:38 2020 +0200
pv: use SIP_REQUEST/SIP_REPLY for value of $mt
(cherry picked from commit 7e402da261e1ced56019037d3dce9e72b5b2b0ea)
commit 0f90c016a4591bc2768731bd583235aea1348455
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 15 09:09:20 2020 +0200
db_mysql: use MARIADB_BASE_VERSION macro to check for MariaDB library
(cherry picked from commit c5acc58863acb133748ad9f2f8a963ab714af871)
commit 0a5f69e88d7d035a0966cbbe9c79b60163130c71
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 14 12:16:29 2020 +0200
db_mysql: note that libmariadbclient does not support ssl mode option
(cherry picked from commit ae900a668aff4a472d6f1f7de5cf6277b5881ce9)
commit 88b1b6d164fbb1b487a9c0a441673e63d2928c43
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 14 12:14:40 2020 +0200
db_mysql: mariadb client library does not support ssl mode option
(cherry picked from commit 5b727447df9f5476c2ef818a8926f62525d0c349)
commit 0fc0b643c655211ca0dfe12d560d1a8f9de284e6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 14 11:31:59 2020 +0200
db_mysql: docs for opt_ssl_mode parameter
(cherry picked from commit f012c525264ed05fec2acb4b3924d4b9a1cd3ab9)
commit 31c6199d2204629240980b29cec861679493ce77
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 14 11:18:15 2020 +0200
db_mysql: new parameter opt_ssl_mode - allow controling ssl mode
- can disable or enforce use of ssl
- some combinations of libmysqlclient and libssl1.1 can result in
crashing when ssl/tls is used, even on 127.0.0.1, this param can be used
to disable it
(cherry picked from commit 260e25e15c4aa68533ee560bd8fcbdd5ee7b7d6f)
commit 40549e34f81065f59b5f18cdda5c6ef74c3c9e0d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jun 16 09:31:55 2020 +0200
sca: clang format code
(cherry picked from commit cf3c0132cc81b2d8db05a6a9a26d7110a021ce23)
commit 7bf0fc433008f4a0e0bd1e7eb7583fb989df973c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Sat Mar 7 11:57:40 2020 +0100
core: remove compiler warnings [-Wstring-plus-int]
> core/parser/parse_fline.c:241:17: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
> SIP_VERSION+1, SIP_VERSION_LEN-1)) {
> ~~~~~~~~~~~^~
>
> core/parser/parse_fline.c:241:17: note: use array indexing to silence this warning
> SIP_VERSION+1, SIP_VERSION_LEN-1)) {
> ^
> & [ ]
> core/parser/parse_fline.c:247:18: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
> HTTP_VERSION+1, HTTP_VERSION_LEN-1)) {
> ~~~~~~~~~~~~^~
>
> core/parser/parse_fline.c:247:18: note: use array indexing to silence this warning
> HTTP_VERSION+1, HTTP_VERSION_LEN-1)) {
> ^
> & [ ]
>
> 2 warnings generated.
(cherry picked from commit f2959f422bb8171241728f5148d4b21c9cc2c681)
commit 1797a30ec4a8aebab323a08f832d16d74958b765
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Sat Mar 7 11:35:55 2020 +0100
core: remove compiler warnings [-Wstring-plus-int]
> core/parser/parse_fline.c:93:34: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
> strncasecmp( tmp+1, SIP_VERSION+1, SIP_VERSION_LEN-1)==0 &&
> ~~~~~~~~~~~^~
>
> core/parser/parse_fline.c:121:9: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
> } else IFISMETHOD( INVITE, 'I' )
> ^~~~~~~~~~~~~~~~~~~~~~~~~
>
> core/parser/msg_parser.h:131:35: note: expanded from macro 'IFISMETHOD'
> strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \
> ~~~~~~~~~~~~^~
(cherry picked from commit 2b070a622fa3c78d929580fda3c7952963c4066b)
commit f8b099436b654515ef75c61acb1abb0fea53b62d
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jun 11 16:04:43 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit bfa58cdebc84aeca8220eb9d583b597706907a1d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 11 15:50:09 2020 +0200
sipdump: make month in the file name from 1 to 12
- tm_mon is from 0-11
- backport of 97593d20875d26c38511f564fd7071bf79baa56b
commit 3dbf54f8f1994693a028a41d8d81d4cc7d9748d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 11 15:48:26 2020 +0200
kamctl: regenerated the schema
commit 588b41f114ea1d14c59f6f1ab0cab65a0d01a227
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 11 15:19:19 2020 +0200
siputils: cotact ops - more debug info and coherence in log messages
- use lowercase always at the start, the message is prefixed anyhow
(cherry picked from commit 3f156be2e5e2c06a6716e709a246e57c51661012)
commit 367a4f69fe179e52a1ef95780be1bf8284d80ede
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 11 14:07:35 2020 +0200
siputils: contact ops - clang format code
(cherry picked from commit 5754539602bb6806f829a9ceee73630953fdaa81)
commit c0097b69c78919262be2c9c4babb462bc9354e15
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 11 13:27:22 2020 +0200
siputils: contact ops - removed old defines set on for very long time
- bits of formatting code and comments
(cherry picked from commit 2b8b2904399478984d3983ce447c98832419570a)
commit ed1fb65f4e8b63e66c3c80d6382a2d98046265ff
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 9 10:53:22 2020 +0200
app_python: check if f_code field in frame is set before using in log message
(cherry picked from commit b02c247023ea3ea0ef9753efdb04aff7d5d3bbb4)
commit ba3b6235cea86e3119392c5834e26a3fe224e42f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 9 10:49:22 2020 +0200
app_python3: use safer function PyBytes_AsString() instead of macro
- check if f_code filed in frame is set before using in log message
- GH #2335
(cherry picked from commit e680dd6ed672e63012e960c68c0030e3f188654b)
commit c09e2190a6e308e3446625afaaed5e9841883476
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 5 09:47:32 2020 +0200
topos: allow 183 without contact header
- some UAs do not add it, even it can create the session for PRACK,
which requires it
(cherry picked from commit 785326cdfbee849a8436e7c07003ff0539d259cd)
commit be50e55355f1e33297121e0a7ac4c28fc4235e70
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 3 12:45:05 2020 +0200
core: tcp - log details of the exiting tcp connection on insert failure
(cherry picked from commit 4deb51419ab66931459709fe44acd3e7a0acc18d)
commit 69dca2b460b7802eed50072e3672a20a249b8851
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 3 08:55:57 2020 +0200
core: io_wait.h - typedef fd_map_t, more details in log when is a fd conflict
(cherry picked from commit 50af00c7ef7037b6e55a3d3254a38935532bb0fa)
commit c8f98ff7b7f734d0daa765cdb0332ea1952a97c7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 3 08:36:07 2020 +0200
erlang: renamed global io_h to clt_io_h
- tcp core also uses a glibal io_h
(cherry picked from commit b6abc7618af7b8b3470e76aae7a0fd5ba0869949)
commit dd59a3ac58253242257a8660310bb68274432ee3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 3 08:33:01 2020 +0200
ctl: renamed global io_h to clt_io_h
- tcp core also uses a glibal io_h
(cherry picked from commit 19b3deb88afe5d787ca366885c660e66f17c3409)
commit b80ed7c5220dda8ff73a8db48617d92b104b7482
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 31 09:29:39 2020 +0200
pv: removed commented code for retcode var - exported from core
(cherry picked from commit f658a7a8263efd4b0ed5816959741380a964221d)
commit a886c67b9d2047960aaa78154be1faaa259175d4
Author: Torrey Searle <tsearle@voxbone.com>
Date: Fri May 29 09:30:56 2020 +0200
misc: examples/kemi - fixes to the python script
remove dependency on Router.Logger
remove ;
fix comment ref exit()
(cherry picked from commit df2fa2c5589bd5f651e814e32e2edf00c23ffebc)
commit 7b241198698db2ee483be13ab87d4d5bb37c7d85
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 26 15:05:15 2020 +0200
tls: better log messages when failing to create ssl ctx
(cherry picked from commit d2906da97d2429bfdff089203f933de2d282a86d)
commit 1f1b0517ddcb11c51e7211a902c2ca7eb338ef49
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 26 14:56:47 2020 +0200
tls: Makefile - option to link against libssl static libs
(cherry picked from commit 3e7278f28c43b830a197e2f7b212ec6f06e5acbf)
commit be5ded1ec663ba8b364e0bafaac1a07de1e656f5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 26 09:24:17 2020 +0200
core: async task logging on no callback
(cherry picked from commit 8893e6f2b30577b065f11a406faf5c5935714f78)
commit f53ad6d78d77d160682e151b92cba4dc8a0c2fba
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 25 11:06:24 2020 +0200
doc/docbook: added entities for kamctl and kamcli
(cherry picked from commit 80e46395a3a937a5c5691c438db11bc059be6b38)
commit 553438bf0df14ff7b2c450c3e73f909005260f3e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 24 15:43:28 2020 +0200
lib/srdb1: schema - added id auto-increment column to matrix
- coherence across all tables
(cherry picked from commit 740840ebe9538c1a3e6e3a49d82d437602b9d91a)
commit 915c8a0d45710148ca781b3389e8397d6d7ff098
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 19 14:23:01 2020 +0200
core: kemi - functions to test http methods
(cherry picked from commit f2458a66ae46a74b83fe2a3f3886f6015249a960)
commit fed572ae474ca95eb35f712a4173451a8f98d825
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 18 11:28:20 2020 +0200
core: kemi - added KSR.is_KDQM()
(cherry picked from commit 17d3040365400d14d251247c9c3319fc003f2cb2)
commit b50e0041c0d485d82434381f66c1f6d21a2d003a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 18 08:29:09 2020 +0200
core: kemi - added missing is_MESSAGE()
- GH #2331
(cherry picked from commit 8db5a12f7fab1a1fc7d50c87bbf1aee325b067c2)
commit ac73bd096869a1cb13ba3145ad45a76838d023a9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 17 10:01:18 2020 +0200
uid_uri_db: use file specific include guard
(cherry picked from commit 7749069cd05b9619ee32237773097441e241bac4)
commit a27d7da420ca0713201ca5f55ed79749d9ce213c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 17 10:01:00 2020 +0200
auth_diameter: use file specific include guard
(cherry picked from commit 9053c70fe7e147b784c53a57014796282701c74d)
commit 83f20f6b0e8a3e4a6c6b5351526f67b63f10da3e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 17 10:00:28 2020 +0200
acc_diameter: use file specific include guard
(cherry picked from commit 3d73e8cb9f7431383c5a4ce798e2610f37ff92dc)
commit 3a288421dbbffca9952200533668a653d6a4c170
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 16 15:21:43 2020 +0200
websocket: use signature macro instead of offsetting inside server hdr define
- pass rcv info structure by address
- remove function name from logs
(cherry picked from commit c0e687d820f9bbf2b6b1ef6892e5b34c30f25a63)
commit 34eafd03b97c857682f9177ec4d7d1f983ff5bf2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 16 15:20:45 2020 +0200
core: define macro for signature to be used for server and user-agent
(cherry picked from commit d26ccdea61230bfc7720a2523c7b6dd8d2692d6d)
commit 749dcc5b6d03889609685957538dc90bccce5703
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 15 16:51:50 2020 +0200
rr: updates for outboud module api
(cherry picked from commit 6aca846dce4b797a66aaa865fb5a1e81f7806b4c)
commit 8ca76f01711e59fd1567bfcbd785cb0b7b8b3942
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 15 16:51:41 2020 +0200
path: updates for outboud module api
(cherry picked from commit 97c7081df94eaabd8e48b084671ea831b5ec9024)
commit 40e3773f28faf392475b142f54f301d7c0ec6f6e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 15 16:49:17 2020 +0200
outbound: pass recv info struct by address
- fix performance inefficiency for passing large structs by value
(cherry picked from commit 56ea88ef9a0628d7ca644f31840101ffe573e5c3)
commit 88935e040472ac0b5633173dfcd97251c09fa5c2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 14 21:21:51 2020 +0200
pua_reginfo: free xml doc in case of error
- a few whitespacing fixes
(cherry picked from commit 7ae675bd90b4420ebaa17768c97aa09219f53116)
commit 129986178fb1e11e1e3132155445c16f7ba8ac78
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 14 21:15:51 2020 +0200
evapi: cast to void* when printing logs with pointer value
(cherry picked from commit 4ad790f697554332ea590793d3ec56e13437e82f)
commit 4f9f7160511a5f9301e2fb5764d857f58eb8f95b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 14 20:37:09 2020 +0200
tm: safety checks for branch request len
(cherry picked from commit c45913497f222c67bcccdbc8724b25bb083c556f)
commit c90fb35fbd5091e929f8b3b5064d8fe9ef674487
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 13 18:35:56 2020 +0200
misc: examples/kemi - small typo in lua example
(cherry picked from commit c1d3fdb31871078b666278a933dbab20a0a8dca3)
commit c27cad6e743083b56c38f8eaf87ddc43e68b5068
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 12 19:52:52 2020 +0200
core: explicit cast to (void*) for %p format printing
- c standard required that for a defined value and in some cases the
code analysers complain, especially when reading the value via
socket/file descriptor
(cherry picked from commit 730f65c06d0b8436e4a9cd0c1a62d2433819dc45)
commit f1af2147c506b3c01c80dcc66d294481530fd957
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 12 18:01:15 2020 +0200
imc: reserve last char in global buffer for ending zero
(cherry picked from commit 702630b484ac6f7c017829c24294ce7552f1682a)
commit a6a7e9b57edef5794a96299ce77c27db5667e4b4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 9 13:53:19 2020 +0200
regex: leave enough space in buffers for parenthesis and -ending
(cherry picked from commit 9cae069832c8f37ebf9e686b3fbcab5d63652755)
commit ea06c83da7a2d592b856c01c6677692d1311e3f9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 9 11:00:20 2020 +0200
core: udp server - add sockaddr_storage to ensure enough size for sockaddr_union
- safety check that from addr len is matching expected size for listen
socket
- rename local variables to suggest better their purpose
(cherry picked from commit d13f863e74c6c0275264e588f1dca206cf099587)
commit ffc82295b14980283b88cac4793a3331788f413b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 8 21:28:01 2020 +0200
core: safer truncation of hostname using memcpy
(cherry picked from commit aac577a4655ebf09d5cbef3e1a49f72d25ea57d7)
commit c4471752e9f5b75b553676e7a0c8e783c2608a6a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 8 18:01:13 2020 +0200
sipdump: safety check for local socket pointer
- use generic address is not set
(cherry picked from commit 3e969a5b4d9a75d082f7d59b0fa1dc6362391675)
commit 6db082b757ef4552c254ba9974ed29fb8dd1a53c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 8 13:54:49 2020 +0200
core: events - increased SREV_CB_LIST_SIZE
- there can be several modules registering for these core callbacks
(cherry picked from commit fc7b0d65a227a176f79459c86844668bcd519148)
commit 7307b51b439f2d1fde1cc959c9eabc786eb1558c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 6 17:13:16 2020 +0200
htable: use localtime_r() for a safer multi-thread usage
(cherry picked from commit a6a4046757c2cac79455aa4a2d2ac632faa5e379)
commit 51ba498700c239d1721534d01da65fa90e95d069
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 6 17:03:45 2020 +0200
pv: use localtime_r() for a safer multi-thread usage
(cherry picked from commit 14645b550cf9500e6a6e4a7d2ed8749e9aa174dc)
commit 3b0cbc3002280b21e0e77769276eeaf1a7a3af6c
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jun 11 13:01:33 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 8b0cd13f0dc08f9f4ecb0d9b716d651ff23ae2f3
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Jun 11 10:45:00 2020 +0000
ims_charging: fix errors in docs, add missing parameters
(cherry picked from commit d4f3d0e705f38c61c842c5f6a367a9768e592965)
commit 7453e9198ac3149e09cb04416f06e7303f32dd3c
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 10 15:36:48 2020 +0000
cdp: better compatiblity with certain Diameter servers
- better compatiblity with certain Diameter servers
- some Diameter servers do not include Supported-Vendor-Id AVP in their reply
- assume in this case that the server will support our proposed applications
(cherry picked from commit 1a462ed4cffddd5f691b33adb859c286a0c074df)
commit 386669407ec3a04c00ca43ddcce256c61b86a867
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 10 15:31:13 2020 +0000
ims_charging: initialize ro_forced_peer variable
(cherry picked from commit 7cae3e5e0df27bf3481cbf0680bf86902359a97c)
commit 5284b907357aa0dab0aa8eb655eeac81a7af60e9
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 10 11:50:51 2020 +0000
ims_charging: fix missing line-breaks for log messages
(cherry picked from commit 508786fcdbbc120215b3e7dd90d92ab40c3b1e4e)
commit ccf7347e9f756b36e5baa65d93dab520098d3993
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 10 11:35:37 2020 +0000
cdp: add missing line-breaks for log messages
(cherry picked from commit 32a0d8073eb1b7f01190d305d318b43268811be8)
commit 249d558c0e3ae0c0e24d508d2e7a9c2853078a8f
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Tue Jun 9 14:02:50 2020 +0300
pkg/docker: updated alpine docker packaging submodule
commit ef221027a448d77337225e376362b26b2618f050
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 3 21:46:20 2020 +0200
pdb: use memcpy() for PDB_BUFTOSHORT macro
- related to GH #2345
(cherry picked from commit be57be33d0e48d412ddab9801ee4d6d906329d70)
commit 88676c2f083c2d7e52ae6b42f5cbe83f64357865
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Mon Jun 1 07:29:07 2020 +0200
dispatcher: don't reset load table when adding/removing a destination or reloading the list
(cherry picked from commit 4099a6caf856c9af4d7d89aec73db143efbcd40b)
commit ac47ce9019616ffda2d206f42fbecb142a5fc55d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 19 13:43:10 2020 +0200
dispatcher: sync on load management operations
- use locks to increment/decrement call load and get least loaded dst
- GH #2322
(cherry picked from commit d14833d9d1ad6cc92c65e279b7dd89b3b922f129)
commit 0dd7f9e939c2cc54b338a1432847622f7c4e385f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 5 19:31:20 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 1b27855539f42f5dece0232c90ee0857ca012ebd
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Jun 5 17:29:17 2020 +0000
siptrace: extend docs that force_send_socket parameter is only used for HEP mode
commit 16a94677a5aeaa499eaf09eab4cd057a720b3200
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 5 14:31:20 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit dd9b9df93f33819f64831ea7f4a801a2b1b6c50b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jun 3 13:22:21 2020 +0200
cnxcc: don't terminate non confirmed calls
* non confirmed calls can't be terminated via dialog.terminate_dlg() API
* set call.max_amount to 0 to terminate the call if gets confirmed
fix #2346
(cherry picked from commit ca0fc18e1cfad86ed6b7530d6c520b680e5d6a4f)
commit c1b9bf212829f89702fd34cf62c493060d7c5616
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jun 2 19:12:31 2020 +0200
cnxcc: minor changes
* use [PKG|SHM]_MEM_ERROR
* use memset and avoid initialization per field
* init variables
* use localtime_r() for a safer multi-thread usage
* replaced deprecated STR_PARAM with PARAM_STR
* clean includes
* clang-format
(cherry picked from commit e98457faf2098ca2f16a831a4a68d2a26e301b0a)
commit fca18567f458fd3860a63ab37a9e7e2fe89f0019
Author: Jose Luis Verdeguer <pepeluxx@gmail.com>
Date: Thu Dec 19 17:58:45 2019 +0100
cnxcc: updated readme file [skip ci]
(cherry picked from commit cea7fa14b0aefc647d28eb1bf56faaec89d90d67)
commit daecf0490c144a6f3fd5c66c53a86f33b6295681
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 18 18:29:05 2019 +0100
cnxcc: use snprintf() instead of sprintf()
(cherry picked from commit 05bd956a9980ffc8938cdbce6bab3af5086350dd)
commit a41dcf3259d72dfecf4cd34638d885734dc7a5ea
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 5 12:31:49 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 0f733090f69f88a153040e0051057bfd3a9a8404
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Jun 5 09:25:04 2020 +0000
siptrace: fix regression introduced from 4e9a760123c for siptrace(), sip_trace_mode()
- fix regression introduced from 4e9a760123c for siptrace(), sip_trace_mode()
- it was not working properly without destination uri in non-HEP mode
(cherry picked from commit 21338195e74b09ccca29d6479e698417ed34cd42)
commit 05a6f13c40249e0d658016652ae46b8512149857
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Jun 5 10:29:10 2020 +0000
siptrace: manual backport of 75e6e370ceb7, improve documentation for siptrace and DB setup
commit a35a2f3d3f9d2a371ebb2e5c0da67dec24906b77
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Oct 18 09:59:27 2019 +0200
pkg/kamailio/deb: update [skip ci]
* define User and Group
Thanks @sergey-safarov
(cherry picked from commit 0436af5abd8b73e17f65020c74943f0f3b72ba0d)
commit ed2b91a57f648334a72aa18b9538230caaba7829
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Oct 18 09:47:07 2019 +0200
pkg/kamailio/deb: update /var/run -> /run [skip ci]
* introduced on Debian since 7 Wheezy, on Ubuntu since 11.10 Oneiric
(cherry picked from commit ac21d494253eddd085197e2862c3206efff8233a)
commit 5be2234db7992309d128e6b999771fb298c01fd5
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 23 22:24:25 2020 +0300
pkg/kamailio/obs: packaged xhttp_prom (prometheus)
(cherry picked from commit 3e77c574c340941f36ca8f9081a77c5b476f8c8c)
commit be32a0896187b385cb9f708abaf72089e5c35adb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 4 20:05:26 2020 +0200
rtpmanage: enable hadling of PRACK requests
- they can have SDP
- use more compact bitwise match for method types
(cherry picked from commit de77beffb436e783031a6aa71c1887848cb2cc73)
commit fc28a14203f59c62d2c745ffd294a5091bf8cb26
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sun Apr 12 19:03:52 2020 +0300
pkg/kamailio: fixed python3 deps for RHEL 6
(cherry picked from commit 5f31a56acd25f892e6275e6ac786677f2eb2be0c)
commit 957335591e589cde0ae3127b6d2e50c092708e0e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Mar 29 14:17:19 2020 +0200
lib/srdb1/schema: removed kamailio-extensions.xml file
- file didn't have any content itself, tried to include an inexistent
extra.xml, which generated an warning for 'make dbschema'
(cherry picked from commit 367a865e7f0c9cd67fda9176add1ca3c0dad2d46)
commit cc31c71e56f8feeeab45532f8fa954991817ed6d
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Feb 23 21:45:48 2020 +0100
core: better debug logging in mk_action function
(cherry picked from commit 10b96696b82d2e70c15f3e4bc52097f0a5062499)
commit 99c3ddecd7887abed5ab087decdd9ff3712ff545
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 27 10:47:48 2020 +0200
pdb: covert byte-by-byte from buffer to short-int to avoid unalignment compile warning
- GH #2298
(cherry picked from commit 86ebb4eef482b37a3bb8bf033caa4d87fd8aeb87)
commit 2396526ca13f3373d41d727119326fd9a41b7eb7
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Mar 29 11:27:07 2020 +0200
lib/srdb1: fix warning about wrong namespace in version.xml
(cherry picked from commit d4311f3dfa3fc6c3836e8573fb12bc2ae4b6c264)
commit 11f64c9562c71b45497901be6b606ba86546126e
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu May 7 12:49:20 2020 +0300
ims_usrloc_scscf: extend and fix log messages
(cherry picked from commit b2487d95f61b46033eb2825c5f54d5f19ca1e878)
commit ebd35b33f3afe9aa1b1858f07b672370267f532c
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Tue Apr 21 13:55:36 2020 +0300
ims_registrar_scscf: fix aor generation in lookup()
- Generate AoR in lookup() from parsed uri user and
host. Skipping all user's and host's parameters.
(cherry picked from commit e53b25f89a14aba93d3c48a1b2f983114db1760c)
commit 702ec6fb87ede0fe20e621b1e4a8eead057b0fcc
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Wed Mar 11 17:56:09 2020 +0200
ims_registrar_scscf: fix multiple contacts in NOTIFY
- Prevent multiple contacts for NOTIFY message in
Message body <registration> tag after
RE-REGISTRATION procedure.
(cherry picked from commit fa8b7941c4d14625beadd4943d89e898543c7377)
commit a91e7fdc9128b59c2084cab1a0e7c0ecbaa791ca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
xmlrpc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 994a8dfc070d84b5dad28fa873d8759280c910f2)
commit 81eb48d0627e9b677114fdce8e0890bf4f4c9e62
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
xhttp_pi: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit fe173b2af121b2d6388fea3632037a0ea2999988)
commit 5cd1c93c452dc37ee96b2cf9959ac3c7902d4921
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
xcap_server: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 169ccce5e3cb302352b1e4d5ac0a0dc58eb552cb)
commit 40c925ae5cd7726d5730486999671cd26db7a21d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
rls: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit fbfe21f54c7fd845bf9c99c4091980b1ee4d61d5)
commit 31097600fa8ee6867e6c6dccdb9537066561c942
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
pua_xmpp: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit d40a924bd698ddf365b4db52cba2ab45f7d7a6e2)
commit ef5a8bcc8bc986e1658dc863f4eaecfd21deceb4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
pua_usrloc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 20d9453cd3259e8afa1de92a7dba1d25f5f43fe4)
commit ac699321c417232a0444d84b7e0c147915d8c5c8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
pua_reginfo: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 7f6648a8586fdfd5a1fdba05556333095bc25777)
commit 74b7f6bca2e286a151a093d5b1f4d26cffa6b942
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
pua_dialoginfo: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit b4842e81e3aa861739c996ff795b6d7261202b66)
commit 016747536accc3fd32654b0197735dab8d19a526
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
pua_bla: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit e00ce6016afd5c0fba084a19a45fb13353e7f6f4)
commit f05809a2a1aaf2e599646f18ffd42bf97c9efa9b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
pua: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 4f43047172260e1a524700a866693f99ea11383b)
commit 9e01d1bc26443b7fe95ce8bc894ba5b8ed1151a4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
presence_conference: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 8e9e1fdeacc4c1b2b0cd67f1b36d73737dacd015)
commit 65228082e4cddec5377632e50fbf09ab0f0a1b0b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:51 2020 +0100
lost: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 8d7c0f80083351de98b99d2505170b740974080a)
commit 44442227e6477f52ed06287827ac81817f2bcd50
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
ims_registrar_scscf: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit ff92622c3b4c6224f75318ba9e39c9b4389bff1e)
commit d2076d22d30f1ad71a69c178d6f5ff42d55f9fc9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
ims_registrar_pcscf: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 29573bbdb09412c9cbfe839f0c80b7dd7fe77804)
commit dad9ce4a79efa93bb0541bc610ab4061e8ae25f3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
ims_isc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 71e67531194aa867b8f3f32b72d07e1bd4ad7dff)
commit 457d46778bd8b88ffb319779cdc3b967f182d949
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
ims_icscf: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 80f2eb33a967ede3e70fef572dc9b42172ad067c)
commit c3ec851cae8609660372b28f6c4eba1b632964f6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
ims_auth: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 4d3496fb82df1d249a78365e0c50b4ec13989261)
commit 863882cc2b4980a3215bbb5310720fb13cf4f2f8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
cplc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit f05a46dc79de45c6cb958b845b9f2d85452c4f37)
commit 9708c4b553692747603923fa8562f3731140413d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:25:50 2020 +0100
cdp: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 2749962b8354be1731ab68a0ae4aa0fac4f944e1)
commit c81c26637bd9a4869cb446c6f70f21cf04cd79aa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:08:58 2020 +0100
lib/ims: Makefile - try to use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 58deac2e7fd62afca409b17903deb951493b213a)
commit 2012b6ff81c87be6c05cdf25f4f2a9b812a5dae7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Feb 12 20:56:05 2020 +0100
xmlops: Makefile - try to use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 64d37971d2d3fbd87176fe71ae19adca7f47a6ea)
commit 39fce673e50a52dbb0b1c8c786c98b15e8bdfeb7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue May 5 14:20:07 2020 +0200
ndb_redis: redis_cmd() check reply type to detect command errors
fix #2300
(cherry picked from commit d00b14704805d728f5a845a6af900eff1ed372ac)
commit f977da4c7058a62919557eba3f6edcd5faa61cda
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 7 08:19:36 2020 +0200
kamctl: regenerated db schema for secfilter
(cherry picked from commit 59c49af039f468466b0d853a4ceab8fe7f566215)
commit 221175ff31bfead160ef9f3bc8ac613a107f98cf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 7 08:19:05 2020 +0200
srdb1: default value set to 0 for number types
(cherry picked from commit b0f1486f8a656922aac02020c9e3141639f2ecb9)
commit ac1b7f30b4cdc6d48d77f19421822300bcaa34be
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 6 17:15:36 2020 +0200
pua: use file name specific include guard
(cherry picked from commit 076649793bfdbdc4f03f96961f23997c87ce4268)
|
117ff918 |
===================== 2020-05-06 Version 5.3.4 Released =====================
===================== Changes Since Version 5.3.3 ===========================
commit 195c2602db69b37db66662e736e6e43dc65a16b1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 6 13:21:19 2020 +0200
Makefile.defs: version set to 5.3.4
commit 9f2af321f677c0b5173ea4f99bef667fd6320a1f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 6 12:48:04 2020 +0200
pkg: set version to 5.3.4 for pkg specs
commit 4322479f914cc4a256000c1dae44129939d4dd10
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed May 6 12:31:52 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit b03c2cc751524197530899c38ca2e44845595e76
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 5 08:07:14 2020 +0200
snmpstats: use file name specific include guard
(cherry picked from commit 13622cf6e36e50c42ec882272b1c48107fa55677)
commit f84454927bf9435a44bef595dc2df924eb051487
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 5 08:06:56 2020 +0200
ratelimit: use file name specific include guard
(cherry picked from commit 68b5b3ce5b8ae38ed5ba7731ae1a6315adedd0e5)
commit 9e5c25ea35fd949e3ed458b23dd4ecd369bb09c8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 5 08:06:31 2020 +0200
pipelimit: use file name specific include guard
(cherry picked from commit e4356d56d57599ff063e6849cab8cab5267d26e0)
commit a7a6505314d47346b728c65fbe26485d42293599
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 5 07:59:32 2020 +0200
app_sqlang: use file name specific include guard
(cherry picked from commit 9a2fea75dcee851b1dc22e5a9e7a6ee0d05814ef)
commit 25d173a98ea0b5c07e4018da0cd03649ae6db563
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 4 19:38:07 2020 +0200
usrloc: use file name specific include guard
(cherry picked from commit f4f66ad91324116e5d4e9e02fa9caedcad2b2d2f)
commit 3234f21edcffdf74fdf23efc5fae4fbc524e58a2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 4 19:01:21 2020 +0200
uid_domain: use module specific include guards
(cherry picked from commit b3c981db67845622fb8c85a20e18e1b98c29eb69)
commit c0b87c2cc13b1f46b8c5c902a0f5a82e913b85d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 4 18:35:00 2020 +0200
core: hash_func.h - use file name specific include guard
(cherry picked from commit 9691f6e0cab48114ef4067a22cc8f9c1efb8944c)
commit ac3fe062bd9b429133ab086fc28e15b97421a092
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 4 18:26:47 2020 +0200
libs/srdb1: use thread safe localtime_r()
(cherry picked from commit c01633dc54d8d4dc3b3bc2cab064f91a49c8257d)
commit f3dbeda6825b5cd6c28a3258503e27ec2462ebd7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 3 11:05:45 2020 +0200
core: utils/tmrec - use safer localtime_r() instead of localtime()
- coherent whitespacing and indentation
(cherry picked from commit a7496069c60479e41d92830172bd5b9315001df5)
commit 758229d440d95a58e839a50e9e8ea2591a43a992
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 3 10:39:22 2020 +0200
misc: examples/kemi - missing parameter in kamailio-basic-kemi-python.py
(cherry picked from commit 6b69754f28ab8df61852b9f8695e59305a7c6c3a)
commit f128c37d77d2568f7b378e8d08265e1fb2265bf5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 2 08:46:28 2020 +0200
core: more debug messages when matching myself
- coherent coding style for related functions
(cherry picked from commit 34b9b59b97f7d529025863992408fd60a27a941a)
commit 8f5653e6cd84bc1dfa2498959b99f3fe2911b483
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 2 08:18:58 2020 +0200
kamctl: kamdbclt mysql skip creating dbrouser if same as dbrwuser
(cherry picked from commit 66ef7ab7b078794b96ecee13f6867d5f90a8d63e)
commit 4790825cc98068b07c1e0402bdea93f839a1fd77
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 1 17:26:39 2020 +0200
htable: docs - more details about size attribute for htable
(cherry picked from commit 35f711e6ec74c6e67edf99adaa15cc353f2ce949)
commit 291dc3e6cdc77e912e6a2e71b01250e709d26183
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed May 6 09:23:41 2020 +0200
pkg/kamailio/deb: version set 5.3.4
commit e26e587f31eb23c431a2cfb149ec7a86b4f648bc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon May 4 15:22:36 2020 +0200
utils/kamctl: dbtextdb.py close previous opened file properly
related #1747
(cherry picked from commit 5f52f9905bbdf63d636080f7d0340af4f71ed12a)
commit 5a90c8bc600fe9a93a5ce4f828ce50f3bf532b99
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon May 4 15:05:23 2020 +0200
utils/kamctl: dbtextdb remove DeprecationWarning on test
related #1747
(cherry picked from commit 765efa80c7d27e9447bc1ad8a354ee24723580ef)
commit c4dd3218e6b723c688762a5c4253fa70f3f588bc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon May 4 14:01:33 2020 +0200
utils/kamctl: fix dbtestdb
some indentantion errors introduced at https://github.com/kamailio/kamailio/commit/bc8bdcaa726f375f6deea8228a1ab0cf97c67035
related #1747
(cherry picked from commit b722a48144ac9e029bdbc2968dedbe56966a3f7c)
commit 5f6f4331811e654e75b49263f8fb823bea9874a3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon May 4 11:33:12 2020 +0200
utils/kamctl: fix handling of Exceptions
> Traceback (most recent call last):
> File "/usr/lib/x86_64-linux-gnu/kamailio/kamctl/dbtextdb/dbtextdb.py", line 1239, in <module>
> main(sys.argv)
> File "/usr/lib/x86_64-linux-gnu/kamailio/kamctl/dbtextdb/dbtextdb.py", line 1233, in main
> except (Error, e):
> NameError: name 'e' is not defined
(cherry picked from commit 1aca79c43cb8dbd920c1eb81c0c30cf89f0985b9)
commit cca28078f7fe329046744c9b63d01bb9945a8dca
Author: Donato Sciarra <donato.sciarra@bmw.de>
Date: Tue Apr 28 10:33:23 2020 +0200
core: do not use tcp id for lookup if not needed
In case the first lookup (with tcp id) is not successfull, the second
attempt should have been performed without a tcp id.
Issue was introduced with dc43750644 (new global parameter
tcp_connection_match) in 5.3.
(cherry picked from commit 24a3a172dbdecb6e987df943a3ad1acb4da664b5)
commit 178cbde6eac86a86b92b107cf2f039400c578a5f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 27 10:25:28 2020 +0200
app_python: use -fno-strict-aliasing for gcc
- python2 is known for not confirming strict aliasing
- it is EoL and likely not going to be fixed
- GH #2298
(cherry picked from commit 3366bf4f3746285d9dc29e8a2461f53983f0acf0)
commit 21e8b244cea32cd3dedba6fb515877a7cdf47a7a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 27 10:25:06 2020 +0200
Makefile.defs: expose CC_NAME variable
(cherry picked from commit e64b29141afddf06bf7d5d68aa88679b54c5076c)
commit a5d2abed49bde56f4bdda42aa6a941f419186baf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 27 09:36:36 2020 +0200
redis: init variables to get rid of compile warnings
- GH #2298
(cherry picked from commit f1de08eef86dc2cd98509c90fa8b28212d47ca37)
commit 0b6283dc6006c8817664dd915057442500e0dae8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 27 09:00:21 2020 +0200
db2_local: replace timelocal() with mktime()
- timelocal() is nonstandard GNU extension, not recommended to be used
and mktime() should be equivalent:
* https://linux.die.net/man/3/timegm
- GH #2298
(cherry picked from commit a0fb220a8b60b135cabf6741882437317116d868)
commit c26f248ba5be9f56bc1c58ad531fc5ead060a2e2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 23 10:21:22 2020 +0200
ims_usrloc_pcscf: fix value array size and compile warnings
(cherry picked from commit 1292e40c5260fa77d34db91abf7aacf47549d5e2)
commit 479ff8fb8761e9780bd33adf977bd44868f59b97
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 23 09:57:05 2020 +0200
db_redis: var initialization and safety check to avoid compiler warnings
(cherry picked from commit b9b177ccffd58b11cf460764514486d29637dd55)
commit 5b44b60173cb8c5415144b88090ee0f9884f8f76
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 21 09:15:48 2020 +0200
presence: increased the array size for rpc cleanup doc
- reformatted the static structure for coherence
(cherry picked from commit 318c6a068916b478f16702c6f05b16eb8b64ac20)
commit 50cb164e805a8690288b36d02c94f23149e91922
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Apr 27 14:31:34 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit be8a7c4c2857a24dc208f58f5ebfa7426f550633
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Apr 27 12:19:35 2020 +0000
rtpengine: remove obselete auto-bridge flag (GH #2301)
(cherry picked from commit cf084881d79dc18d8272fc4a9f89c0bfc8e1fde0)
commit cb4307c4d863537a5d9ffaba71e9f7680a9d7618
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Apr 24 14:31:57 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 4ba75bce02fc7489462bfa1076313510612f7298
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 16 11:58:23 2020 +0200
nathelper: docs - fix ending tags issues introduced with previous commit
(cherry picked from commit 288f1f17cb36cd69ea2daed7afcaa859ccc72d58)
commit e5262a61b7fcd87ef39d3cd08c78cffc7fa48011
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 16 09:54:48 2020 +0200
nathelper: docs for nat_addr_mode parameter
(cherry picked from commit 9721922e2e47f3e8403bc540ecd73b55f41d5d91)
commit 657ac663b973ef769dea21f9983ff0e2cf8e2444
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 16 09:40:42 2020 +0200
nathelper: new parameter nat_addr_mode
- if set to 0, default private net addresses are checked by
nat_uac_test()
- if set to 1, other reserved net addresses are checked by
nat_uac_test()
- default 1 (reserved addresses are considered not routable)
- related at GH #2277
(cherry picked from commit a10e7652f24bc7ed8e74ff27d16da5d77689b6ac)
commit 0df6a22015d48a57a91ac4b34411fad0a7272179
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 23 19:04:58 2020 +0200
dispatcher: handle the case of maxload 0 for call load distribution
- GH #2297
(cherry picked from commit 0115d3424c0f8780a661882527f39b2b39d0e74e)
commit d055ccbc845291b64b73064853663f80f3da7aa9
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Apr 22 16:14:54 2020 +0000
auth: log correct variable name in nonce-count error message
(cherry picked from commit 75ef2a31ee3abd9e840788a3389cedfac8767cd0)
commit 781a20ab23738d8a3639f3b973bb07df41b0735f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Apr 22 15:01:26 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit a82c6a6c4d7836e6cac586872bdc384abb657c60
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Apr 22 12:52:12 2020 +0000
nathelper: update flag documenation
(cherry picked from commit 95fa98e254ae85b29fa80a8cddde3442b69ca9dc)
commit 3333d76e57c637b6d6dd7617ba4a51892a836d04
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Apr 22 14:17:14 2020 +0200
siptrace: siptrace: fix memory leak in fake replies tracing
commit ff48cc5311d55176118ad57cf2d4417a2d229766
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 17 19:04:16 2020 +0200
http_async_client: do not set global avp lists from t on async callback
- they are done by fake_env() used inside t_continue()
- they were set without reset, living in the process context, resulting
in invalid access when async callback was executed with faked_msg
- related to #2286
(cherry picked from commit 1bc3bbd010705ee247345c1ed9b36210bb8d9ed1)
commit 44ccb90f1e5205fbba593a93c7f36f79b9784ea7
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Apr 16 14:46:30 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 52aa43febb06f69427a4fe5860f3005880c4c6d7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 4 09:25:37 2020 +0200
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)
commit 52bed0c797b79b7e97f5d01fd9fb0ea69c9f4b64
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 16 12:38:20 2020 +0200
tm: do not return if kemi callback execution fails for t_continue()
- have same behaviour as with route blocks
(cherry picked from commit 2161f0cc316af0e1153b01f327d0e7c50523060c)
commit da0c6ba521665d2f898f508cf99c58662518ecca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 16 09:25:05 2020 +0200
nathelper: moved cfg file to examples folder
(cherry picked from commit 097f613f0e1d4ef67a6d9022f33f037921cd9a9c)
commit 76c825fa03e89d094583b2d778f2bde63772b360
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 15 14:20:48 2020 +0200
core: receive - removed unnecessary time zone parameter for time difference
(cherry picked from commit dbec3e4f682b17fc706cf9ea486229a51928e2d0)
commit 613e68a3bde21722c9bd8e8d2169860a29224b71
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 15 13:33:07 2020 +0200
core: data lump - updated comments and param names reflect better the purpose
- coherent whitespacing
(cherry picked from commit 36d55b1fca14eb1a055dedac2e3cdb81b48c3a22)
commit f1899b1e96d046392d7cdd9a567408f1fb0bd56f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 14 09:19:44 2020 +0200
presence: removed unused global var log_buf
(cherry picked from commit 6ef70d7366d60c1c7c73aff987193340e0b7c938)
commit 2a0fa8133783d88b5672e0ff741f69ec3fc872f3
Author: fredposner <fred@qxork.com>
Date: Mon Apr 13 11:49:06 2020 -0400
tls: fix typo in documentation
- params.xml: replace "private" with "private_key"
(cherry picked from commit ad91985849e46beee757d48ee9041b81bef9bd81)
commit 0889852ca52d304cf15fe39f8fcf3b11222646f1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 13 12:14:52 2020 +0200
misc/examples/kemi: make reply code integer everywhere
(cherry picked from commit 28be94ea97216ba7ac1420130cc01ebda167c5d8)
commit 8ab8b455f4c07014d2bd0648122478d4df07e301
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Apr 9 13:19:00 2020 +0200
misc: kemi examples, add missing kemix module
change introduced at 01ac570c2fbda800d1e00cd50305739cf0596ebf
(cherry picked from commit e123971726a8d18627091870086ee7d244e9802f)
commit 1579b7855d09967a92c79df26dd8bda87067b1cc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 12 12:06:52 2020 +0200
app_python3: Makefile - suppress warning if --embed is not supported by python3-config
(cherry picked from commit 392688fc756a97f65c2433bb6af7adedca4e0abf)
commit 3026641a218508044190adc856d160d322667c05
Author: Sebastian Kemper <sebastian_ml@gmx.net>
Date: Sun Apr 12 09:37:48 2020 +0200
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@gmx.net>
(cherry picked from commit 05af36d34aa2668780aa111878206c6797fa98b0)
commit 9c15c3b108ddefd3261640d4c2556b07215b9240
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 11 18:35:22 2020 +0200
app_sqlang: docs - fix for rpc command name
(cherry picked from commit a072e170c07370f97716ae719abb35c508d98564)
commit 80b1c57cc9ff8a670ac88df5dbd71a9d88f52fa9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 8 08:48:55 2020 +0200
rr: exported record_route_advertised_address() to kemi
(cherry picked from commit 66582c49ee16a15a6859bfb094c2faaed7960d4d)
commit 48477857eaf4b5adc9d691f81688a5c17adab2d0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 4 09:48:03 2020 +0200
nat_traversal: docs for contact_match parameter
(cherry picked from commit 91c30dc8650d778851fcf439904557bc7363fcc4)
commit 426262c88e84073a9328c045b31ab400c10199f2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 4 09:38:55 2020 +0200
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)
commit 2762e8b5c5f12bb57418652ced2b6522eb61dbe9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 3 08:40:10 2020 +0200
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)
commit d04d748018631fd8ac983ec19041b8c5e5add882
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 31 09:11:40 2020 +0200
core: parser - removed temporarily remark for module reserved internal flags
(cherry picked from commit 8801ee89856d4a37709869a5c01dfa66988b8f5a)
commit 065668d6264573d33cd67e22272f5706b935a981
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Apr 11 18:31:44 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 85dae9f150fde01afc3bdbc1e583b997b68bde6a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 11 18:22:42 2020 +0200
msilo: docs - fixed position of parameter and whitespacing
- parameter position was broken at the end of file
(cherry picked from commit 1e3d7d319d07cd022c374ed2698fb905dacf50b7)
commit be8aac491ebdc5b48bbcfe05f198a9c915d3bf00
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Apr 8 15:16:27 2020 +0200
modules: readme files regenerated - modules ... [skip ci]
commit fa02f4346b40bad4d4782765709973dcfa0bee74
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 8 12:45:07 2020 +0200
rr: docs - updated ids for xref linkend
(cherry picked from commit 62a2553043f81cd47f611d2829181604488a4b0c)
commit 54520cee9f6f088ddcfad0e7e6f312c04322bf76
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 17:01:49 2020 +0100
dialog: keep route block index as signed int
- otherwise it can be broken value when route block doesn't exit and
kemi callback should be executed
- reported by David Escartin
(cherry picked from commit 6c557efc1b9cb8c880a05235c94780bbaf305073)
commit 46ad9e6dacb7b6040e50ba0c53d72585510dac28
Author: Peter Friedrich <peter.friedrich@kapsch.net>
Date: Mon Mar 30 19:02:29 2020 +0200
ims_qos: bugfix for Rx register dialog callback
- bugfix for Rx register dialog callback
- In some scenarios like parallel forking several INVITE with identical
CALLID and FROMTAG sent to PCSCF which inserts dialogues for each INVITE.
- When 200OK is received in PCSCF the dialog callback must be registered
for the respective dialog. Currently sometimes the wrong dialog is selected
by searching with CALLID FROMTAG and TOTAG thus leading to problem
no STR is sent at BYE.
- Fix is to pickup the right dialog before suspending the transaction during
AAR/AAA processing and reuse this saved dialog.
(cherry picked from commit 2768f8ce1cf6da242674e7e40c8e76eb6c630f6b)
commit 8cee1675e95363462d20cdc2b8aaac1a6976eb9c
Author: Peter Friedrich <peter.friedrich@kapsch.net>
Date: Mon Mar 30 19:00:58 2020 +0200
ims_dialog: bugfix for registering dialog callbacks
- bugfix for registering dialog callbacks
- in Rx scenarios of parallel forking (several INVITEs with same CALLID
and FROMTAG sent to PCSCF) and INVITE for orig and term handled in
same PCSCF (means also INVITEs with identical CALLID and FROMTAG) the wrong
dialog is selected for registering the callback (i.e. the callback
for sending STR) when 200OK from terminator is processed.
- Root cause is that dialog is searched with callid-fromtag-totag but at
the time of dialog insertion (processing of INVITE) no totag is available.
- fix is to get ctx dialog at 200OK processing before suspending the
transaction - save dialog until AAA is received - use this dialog for
registering the STR callback.
(cherry picked from commit e2a1b967fd6e2cc92dc1447e1c033f6124aca446)
commit 40586f8a61a27cc25df6c4bffff60205617eba88
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 30 10:11:54 2020 +0200
tm: do not set msg tcp connection id in the dst info
(cherry picked from commit 974c50aea6b581b5f8545f3d710e98b53d44bd67)
commit 2b8bf4fee656242eddc9bbc45bdb234d96eb518a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 30 10:10:33 2020 +0200
core: do not set msg tcp connection id in the dst info
(cherry picked from commit f9eaa1298f7263be53b709ab7b68336d09e9de0b)
commit cf28e401122daa6cd880af58e51519c2c7a43fda
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Mar 29 11:39:34 2020 +0200
doc/stylesheets: remove obselete company and e-mail address from my name, update copyright date
(cherry picked from commit 446dc8006240050a1e0c13c7094e9f9739cc16c8)
commit d91b5440947884ac00889bfc985d35564699dc8f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Mar 27 08:46:30 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 082e7dfd9048c79e2d6b7cc6365bf4c61ba16b0e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 26 11:28:51 2020 +0100
core: receive_msg() - init local variables for better runtime troubleshooting
(cherry picked from commit 1611766a329aa60a690803d7ff179159a4657a56)
commit 6760931a9938fcd92e36a30821c5bc893d180667
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 24 15:23:10 2020 +0100
pike: docs - aligned ip tree example
(cherry picked from commit e65ce2fd407626acc89879033a2114cf521457dc)
commit 4b5d7ae9911d320a7c3335fb627791c1e629e60d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 24 14:50:58 2020 +0100
sst: docs - more info about how timeout_avp is used
(cherry picked from commit b800ffb9fb1de6ee0d7b6c2b42a25669022c1142)
commit 98b651a5cd3c5c782462867a4492717ef4ab7e3a
Author: Nathan Bruning <nathan@iperity.com>
Date: Tue Mar 24 11:24:28 2020 +0100
core: fix returning multiple IPs for a cached DNS entry
(cherry picked from commit 29a35ec3cec8b9c3ee4b45c8d84308701bda097c)
commit 6b5052823d9e123a0e34c53d258b94beac32cf61
Author: Zero King <l2dy@icloud.com>
Date: Tue Mar 24 11:12:39 2020 +0100
rtpengine: fix zero-length log placeholder
(cherry picked from commit 740afac15b3d8d618b5101a761a37f5808d4b4f0)
commit 6ac87dbf749c3c53cc1dfd031185ffd1a7d94765
Author: Zero King <l2dy@icloud.com>
Date: Tue Mar 24 11:12:25 2020 +0100
rtpproxy: fix zero-length log placeholder
(cherry picked from commit 030f18b5cffeb117dcf582cf12c5b3c35ace1469)
commit c3273ba4bc3bc8d1395823f019ad871ce71695ef
Author: Zero King <l2dy@icloud.com>
Date: Tue Mar 24 11:11:54 2020 +0100
nathelper: fix zero-length log placeholder
(cherry picked from commit 69714b26c63c75df6759f9158c7181d4f86b4764)
commit 261af6718472a7d3d62cb269f135ea12863a268a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 24 10:32:10 2020 +0100
kamctl: regenerated db schema file with secfilter updates
(cherry picked from commit 63cd404d4b46e4514ae1490303189a0f81def942)
commit f8b1f4f3b9447b2400c7cb241a83249c0c145c3b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 24 10:21:22 2020 +0100
lib/srdb1: schema - use smallint for secfilter
- tinyint is not supported
(cherry picked from commit 7c8fdb0df37ee1466d7171ff3cff77e5b961abb4)
commit 5fc4b6871a2c9f8cca841350d4bd0c204d27fc5f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 24 10:02:38 2020 +0100
lib/srdb1: schema - added xml file for sefilter module
(cherry picked from commit 09c18bb06691ad29b71990179a3006b5bdfbf602)
commit f127bcec39888a8b34524e9f8ad336bce3eb447b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 23 18:42:23 2020 +0100
rtpengine: replaced rtpproxy with rtpengine
- avoid confusion in printed log messges
(cherry picked from commit dda07c69420e1a38948dae4b71f8005b2375253b)
commit e59362c76599b29efa7722cebacb8ef0005ca8fd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 23 17:57:48 2020 +0100
dialog: dmq operations under locked dlg table entry
- protect against races that could be due to rentransmissions or other
parallel processing cases
- related to GH #2224
(cherry picked from commit 8965ff07f2e9fa105fc56896eed9caf4b6faf261)
commit 3b8d925ff74ed30f259fa9858d17ab72aa2e8c38
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 23 17:48:39 2020 +0100
dialog: exposed functions to search dlg and lock table entry
(cherry picked from commit 125031daeade9dab5c36b912dda65700d95c4c6a)
commit 975d09a68cbd15f4f042c1c97e0c4d17450479e1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 23 17:36:44 2020 +0100
dialog: functions to search dialog by uuid and keep table entry locked
- helper macros to lock/unlock table entry with dlg cell structure
(cherry picked from commit a4f8c0291bfd32752c0c2c323f618c6ac0c91d53)
commit 01defdb59e7017d284d8519bcb0043c4d7bc4759
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 23 09:19:30 2020 +0100
corex: docs - examples with setting xavps for via functions
(cherry picked from commit 1e58a56cb7f9d83ca0c943481d02c429d33e188a)
commit 5cdcb3a77879266303daa2be22b424e19f26e1b4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Mar 22 15:27:46 2020 +0100
sst: debug message when setting timeout avp
(cherry picked from commit 56ed5c028bd97837c7a9e0017a2599f09554211f)
commit 18f17c944f0ab48d3e7af69deac1f589271f62bf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Mar 22 15:05:17 2020 +0100
dialog: detailed debug messages when resolving the timeout
(cherry picked from commit 20013e4e2bf1a5d5ce8535e07320dca034639286)
commit 382e55f8b1fa8c79b01a90438e674fb4aa905f42
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 20 17:10:05 2020 +0100
dmq: init worker structure in chid_init for PROC_INIT rank
- have it ready when other processes are started
(cherry picked from commit 21bdbff049571ca22f1205a041c8b1162005d319)
commit 7404e276680cebc925002ff3bb714127ea20b265
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Mar 24 22:42:59 2020 +0100
uac: also set socket for in dialog REGISTER (GH #2262)
(cherry picked from commit a752411df65b93f82aaad43a767cff102f5a6100)
commit f31542bb188d69eb4d4e88a54060efc82d1a0bf0
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Mar 23 11:19:52 2020 +0100
ims_usrloc_pcscf: fix warning: this ‘if’ clause does not guard...
commit 6f871feb31e8d1b53b7d0161f2d5643c567b0f9a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 19 16:56:38 2020 +0100
cfgutils: use same type for local variable in rpc gflags functions
(cherry picked from commit 5411eda4e44a487479d00433583a68a328aca9a3)
commit 8283d34684fda83a8f9ec610cd32fb524d09a7be
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 19 10:59:43 2020 +0100
pv: do not set ending '\0' for port value in pv_set_ruri_port()
- it can be a reference to a static string, ending up in a crash
- GH #2258
(cherry picked from commit 1f76bca74839f35d11f42edf758eb046cedb752c)
commit 41967543be401413f5a93682ea537e2e7824ac3b
Author: Greg Troxel <gdt@lexort.com>
Date: Wed Mar 18 19:03:08 2020 -0400
Makefile.defs: Only add -ldl on systems that use it
kamailio uses dlopen, and on some systems, one must link with -ldl.
On others, this is not needed and there is no libdl. For now, simply
omit -ldl on NetBSD (which doesn't have or require it), and don't try
to change behavior on other systems.
(cherry picked from commit bca9768b6f2667bad8472fa99a113b8249ca0f9a)
commit 7597685108228d9d179845ab2771f2010c77bd57
Author: Greg Troxel <gdt@lexort.com>
Date: Wed Mar 18 19:01:52 2020 -0400
Makefile.defs: On NetBSD, link with -lm
(cherry picked from commit 3ccaac365da6078a96681109efebc70dcb12fc55)
commit fd3527ea84d7be2c841cdf89cd6b5b6446fc6ae0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 18 18:41:52 2020 +0100
kamcmd: Makefile - updated the msg target to print pkg-config detections
(cherry picked from commit 331ffea6c8c8b2c7cf38e3d7eda882a6becd326a)
commit c1cc4a07d11c829f89ea62206689fba92eb91ea2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 18 17:39:18 2020 +0100
kamcmd: use pkg-config to get compile flags for lib readline
(cherry picked from commit 0e6e05f8bec1fb451375d71a6b929a6908c5689d)
|
c918a3fc |
===================== 2020-03-16 Version 5.3.3 Released =====================
===================== Changes Since Version 5.3.2 ===========================
commit b3e0db66d5bee1baccb2343eb891fc28ea8d2dde
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 16 14:14:28 2020 +0100
Makefile.defs: version set to 5.3.3
commit 64a9592c13fb736078cdb3e3e5979621cbd50151
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 16 13:55:36 2020 +0100
pkg: version set to 5.3.3 for rpm and alpine specs
commit ee9cd2ea0874f10cb97d899c222e17d8d57385ea
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Mar 16 11:46:40 2020 +0100
pkg/kamailio/deb: version set to 5.3.3
commit 9f32f8b858fc7363704fc8563d206f6ef9698520
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Mar 14 21:31:40 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 76825c0e76d596ab6d6cebba6850925865f6b5a0
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:32:32 2020 +0100
nsq: docs fix parameter name
(cherry picked from commit e907b53374ead5ec03a01f8a04ff69e70bd0356c)
commit 06b81521c9b0c8f9d510e15dfb55e1f61d9b0c0f
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:24:22 2020 +0100
sms: docs fix parameter name
(cherry picked from commit e9d4ab30419460175fe76b82c58b26768ea4ef57)
commit 589229e49ee0365ae53c7dbb91fde7896c6cb85a
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:21:59 2020 +0100
msilo: docs add missing parameter
(cherry picked from commit 34263c603a0b08625c3769a0c5f91012c4a4618f)
commit dbb276127cfb7ba2872450b817a6ac5f21a51fca
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:19:37 2020 +0100
xmpp: docs fixes
(cherry picked from commit bba1b9a10d76d8380f3d27dd0120ae902586e481)
commit e079ded0295045108c7e65e7bd48d3f98e657742
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:19:14 2020 +0100
xcap_server: docs fixes
(cherry picked from commit 64f34d9315d24d9e919ec32c56fca2927e3845c3)
commit 7dac0db379e3f68f14bbc53284b4f66547cdca6f
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:18:20 2020 +0100
tmx: docs fix varname tag around parameter
(cherry picked from commit 404c46f358340df2dc4a91c7f83036ea26d05375)
commit 2834c24d86deac00c866ce1e6cd5c7de7e597525
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:17:27 2020 +0100
rls: docs add missing parameter
(cherry picked from commit 2ba86a27a9f7d32eace52815161c0a8b9e48878a)
commit 61c0ffdf4cc1e769f757315e9281420452a45203
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:17:11 2020 +0100
presence_xml: docs add missing parameter
(cherry picked from commit 3bbb27de30080a9fedaffcba04575dddb690caad)
commit acdf1d2d4ecacd44ed44814781ca95868db41c12
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:16:33 2020 +0100
ldap: docs add varname tag around parameter
(cherry picked from commit 4b2970b5b8addbb6cb325e35060714aa1e8811b2)
commit 27efa5e7591e2b521d56af0cbb5cfd75e3a4ee79
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:15:45 2020 +0100
lcr: docs fix parameter name
(cherry picked from commit 10f7ff344f546cc1816d5e6882313ba57540387b)
commit 1f76b0d7d4923c95cac9cf8fd40f2e368d564e29
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:15:32 2020 +0100
htable: docs fix parameter name
(cherry picked from commit 65cb844fe0b180e0feeba641fa4d16ab3cb9c375)
commit c395d4bd9bb8cb9a80deabcf0806300ac0d5c769
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:15:19 2020 +0100
dnssec: docs fix parameter name
(cherry picked from commit 6b5689f4079aacf348e60bd7e72560b4fe98d9dd)
commit 4d7159e9e289bbbcfcbee1d4b585ca636757aa7f
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:14:53 2020 +0100
dmq_usrloc: docs fix parameter name
(cherry picked from commit 2771b041d47339b76271d4115bd68ffa7514aa25)
commit 1e3ff7201510834a3bd1c44667365504d975211e
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:14:22 2020 +0100
dispatcher: docs add missing parameter
(cherry picked from commit 4b84dd2e9387efcdab7e501b66a64a72b233a9c4)
commit 12319717a1cd3f42aece39012d5e83dec4cde41a
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Sat Mar 14 18:14:04 2020 +0100
cdp: docs add missing parameter
(cherry picked from commit 8668d43ccc814867be9716a548c9d3a4cbf0f3d9)
commit c4908816950d12eade4a320f399f74eb4ec91599
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 13 09:41:32 2020 +0100
siptrace: proper setting of dst field when correlation id is not set
- GH #2250
(cherry picked from commit f0ae3c37cdaf4c5d8034062bf27ebeb03aacb99f)
commit a20891f5d1696db9a87e2a9236572623638d599a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 11 08:41:19 2020 +0100
db_mysql: use cast to (const void*) for mysql_options() value
- match the function signature, cast to (char*) or (const char*) being
used so far
(cherry picked from commit 3bfc01f0f57a25fb53de1dc45d39af747edf309a)
commit 2776dc9e2add3acca8c47323559fd479104fc533
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 10 16:11:14 2020 +0100
db_cluster: trailing spaces removed
(cherry picked from commit 40128763d8a987e4c64d51584f1d72872b53dff5)
commit d756e8f2381c9378949a0d7425b0ebb807132d71
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Mar 13 09:31:52 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit bbc330e768fa462d5e37ad34a7898711cff85b70
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Mar 13 09:22:43 2020 +0100
p_usrloc: fix doc section related to default_db_url (GH #2247)
commit 8b3d3ee39d0f5452451e686a9946951fa69ace8a
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Thu Mar 12 17:50:33 2020 +0100
siptrace: log correct dialog event
(cherry picked from commit 6138877fcabfa579fb243c33b2bdde5d6a862668)
commit 7b90c4e610b3d07b40b3eb883623981294732652
Author: Stefan Mititelu <stefan.mititelu92@gmail.com>
Date: Tue Mar 10 11:46:49 2020 +0200
dialog: update event route statistics
If dialog was deleted while running the event route, update statistics
for early and active dialogs.
(cherry picked from commit c6faf3af06129f636f86f9919f0b9db84ca0dab6)
commit acc5cb10fe8f83269ad9ef953d2745aee323fa35
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Mar 11 09:01:24 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 836c6297820014c5ba9519a5039c775fb399f073
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Mar 11 08:57:40 2020 +0100
siptrace: fix table parameter in example (related to GH#2244)
commit 48a630a11b954fe8da5edac7f3cf5b582407416b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 9 08:27:47 2020 +0100
app_python3: declare global vars extern in header file
(cherry picked from commit a771d9abd9ce97228efa7a0dfc9c4d89690e9b38)
commit e934227bf3d7c082a4cd3125f32a002bda3dd8c4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 9 08:27:15 2020 +0100
app_python: declare global vars extern in header file
(cherry picked from commit 9cc9576c025c541264a3679618bb2be8d108a9f6)
commit dd7e19b1a383bc52e0a9fcf22f183e79474508b3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 9 09:11:04 2020 +0100
siputils: proper param type for kemi contact ops exports
(cherry picked from commit 92c6f04a3faa917a227fb5d3b8918c981a1b1d96)
commit 87e2fcb0289e148f53719fca6f029e03c62a2c72
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Mar 8 20:23:32 2020 +0100
pua_reginfo: extern declaration of global vars in header file
(cherry picked from commit 7afe5b9837d38cd77f75c3028c9134673c95404e)
commit c93c0a989c690acebc6e2896f6b2d7095b95eb3d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Mar 7 11:54:01 2020 +0100
janssonrpcc: use extern not to declare tmb global many times
(cherry picked from commit 6bb1e84907a6c8bdb0c72289bad7b9915c9b3385)
commit fe8f6887f4fa94f72c04d09f6e199218e0b6a90d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 6 16:28:51 2020 +0100
ims_diameter_server: extern declaration of global vars in header file
(cherry picked from commit 19263243127c40d0418ff04e56048d31e9dd9d0c)
commit 267c9940ce9e6f4c5cd57a31d472aba07ee242c7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 6 07:02:18 2020 +0100
ims_ocs: declare extern global variables in header file
(cherry picked from commit 13da8cf58a2abfcd87a48fbc963d4e1a26d60085)
commit 6da1fd36fe4c003ccf20ad629250a1f545e5f189
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 5 15:08:25 2020 +0100
ims_charging: extern declaration for cdpb
(cherry picked from commit 9cd1cec4dedadcfcd50322c4709c4844a3db2f4f)
commit 17768cd71db7464b295db17706b4593e9dc75b59
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 5 13:45:36 2020 +0100
ims_charging: use extern to avoid double declaration of globals
(cherry picked from commit a13d49fb099dd5e8d832a0559a8e69aa8c61c1ae)
commit e58c80bdba4feeabbdbcaacb2168ee9f358049c0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 5 11:22:19 2020 +0100
ims_usrloc_scscf: extern declaration for duplicated global vars
(cherry picked from commit 1bbab692b749feee7f23a6c5c3fbee1ac890fffa)
commit d7c52a7c59c27c054a3782b7f004b865006b6d4d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 5 05:17:07 2020 +0100
ims_registrar_scscf: global vars declared extern in header files
(cherry picked from commit a041e94c4dce464737d6531d11fbe4d61292d7b4)
commit 575ab954538cbd7fdd6ac763fa4fd1c9e5b7ab4b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 22:27:43 2020 +0100
tm: safe list iteration in tm_clean_lifetime()
(cherry picked from commit 325a45e846faae3e5dfa333727d5fab294e44dac)
commit 15ff3bbb0fb79c49f1913fa604680a4904251a50
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Mar 5 11:19:52 2020 +0100
core: fix a crash in cfg parser related to invalid syntax cases
(cherry picked from commit 54a0aeee9d30ee85045150d8ad5b75f7a4b71d15)
commit c887e56311ea77c2d0ded051e93e6b7729edbe24
Author: Stefan Mititelu <stefan.mititelu92@gmail.com>
Date: Tue Mar 3 18:06:26 2020 +0200
corex: check not in SHM before PKG free for path
Do the same for reset_path_vector() in core msg parser.
(cherry picked from commit 3bdfec4a357b9d33787108bcf1b5840de343cbe9)
commit 5b6ce8ef92f876b4ec24305592fb285adbb9bce2
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Mar 4 20:13:43 2020 +0100
CONTRIBUTING.md: small spelling fix after recent doc extension [skip ci]
(cherry picked from commit 116302384110eccc9115ee8cbc96271d893a1f1a)
commit a75be26a5288a2e6c4a6f7d262581e590e3186b1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 12:24:48 2020 +0100
pua: extern declaration of global variable in header file
(cherry picked from commit e260447833f616066e0fa23e51e791822b55b039)
commit f68f5f5adb504d7ee2d4a2c652fd0bebb8679696
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 12:19:40 2020 +0100
siputils: contact encoding functions exported to kemi
(cherry picked from commit b7c47ce4ceea9ce97431bdd921afa2a59617e1c5)
commit 68be831aa83c09e99b35c55a6ff6d7f21a0502d6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 11:39:02 2020 +0100
CONTRIBUTING.md: section for first line of the commit message [skip ci]
- note about [skip ci] flag in first line
(cherry picked from commit 04d082d2a89f8e0d3646856cb81666f9f03fdffa)
commit 70f07adf5778fdb7015bfce8ffd1b8ae0353d432
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 11:14:26 2020 +0100
ims_qos: more extern declarations in the header files
(cherry picked from commit 7bea30203b85b7ed17434ee3f301faa0cedcba76)
commit 8cb7d5c0bb59be44d55582844bd4021032cf5646
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 08:28:30 2020 +0100
ims_qos: use extern in header files not to redeclare variables
(cherry picked from commit df5521fcdfc96462eb191b774f242fe1d4616adb)
commit 2c2af66acca5bbe49840683682323745a9f84b1f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 4 07:19:57 2020 +0100
ims_icscf: stats global variables made extern in header file
(cherry picked from commit bfb717fc8504a079066a0fdc09b856a937a7b430)
commit c720a32974f36873dd8dd9f127f5e28a03b5c9c7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 17:26:58 2020 +0100
ims_isc: avoid duplicate declaration of isc_ulb by using extern
(cherry picked from commit 32f37cdc876abcd7127993e079c9a0132d1f6460)
commit 5090a9661d72679358abe25db19e87602c9d2f2f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 13:28:30 2020 +0100
ims_auth: declare extern the stats variables in header file
(cherry picked from commit 8156dd87a977a011abb9652a997f4ba61eb3e642)
commit f828861139a7e6d75cfff54a5106bca00721acee
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 11:40:40 2020 +0100
ims_dialog: declare extern dlg stats structure in header file
(cherry picked from commit 15d5676fd7b6d64616fbf8ebf9517f0d56a47f5c)
commit fd1d0db7c11e453b808e53102a6792082977bece
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 11:30:04 2020 +0100
core: cfg.y - detect use of function call as parameter of another function
- GH #2227
(cherry picked from commit 047fdebff732c847fcde5b066ce1acd5f6c2219a)
commit 63aef54729c61755fecfb1df94f6a793853c330c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 11:01:53 2020 +0100
core: cfg.y - init static global variables
(cherry picked from commit 8c5b92ee638a33e612e68cf85a1d37ab5e5d2c22)
commit 023d385299b6b0ec6a894d6a893a7cfb5292c5bd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 10:34:02 2020 +0100
cdp: global variables declared extern in header file
(cherry picked from commit a88cf96b8ba3358c08e0e210f76320f6d7926b7d)
commit 15ce49badcd67ec0a4227661b090c4e8318dd3cd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 3 09:11:59 2020 +0100
sipcapture: declare extern heptime in hep.c and init it to null
(cherry picked from commit 16bc15156ecc8a8f4f66c44b064db854d0e3e4e0)
commit a7248dd187b89cdeab9d72a2de574d4eaab4987d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 2 10:21:23 2020 +0100
sms: removed duplicate declaration of global variables
(cherry picked from commit f8284418ea7d16dec970260cb92eb1af35bbf643)
commit c96f7c208499179b6931775084edda193e720dd9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 28 17:57:16 2020 +0100
pv: debug messages when setting shv via rpc
(cherry picked from commit 7f95cd207b5dd56ace92837ad989f234e64a2471)
commit 0bed10f2ad80d192c50885ef3f7a948f1ba9322e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Mar 2 09:31:40 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 34dffb148e2fa3e9d354532817acf490ac8c8e95
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Mar 2 09:24:29 2020 +0100
pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
(cherry picked from commit cd94a88d21c6d649d63791ba509845a38a6eb76b)
commit e2d4024a73306b3efc28b321e5d5d32b96601278
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Mar 2 09:20:22 2020 +0100
pua_dialoginfo: fix doc for pubruri_callee_dlg_var type
(cherry picked from commit ee34fa46d008426f710c38bf247f4dac9e11bfe7)
commit e16ba9fe6b9e1a4c70b42c5822c7a05051da88c0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 2 09:02:33 2020 +0100
Revert "tm: set send socket flag when computing the destination and local socket is found"
This reverts commit 8d608d1c3ed0fe4c69cb02868b746cd0497dd1f5.
commit 66e33a0e3c7af9c51dc665556a022b6598e86843
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 28 17:53:34 2020 +0100
siputils: declare extern contact_flds_separator in header file
- GH #2235
(cherry picked from commit 6e9b0fad487aadb22df10e90f3db6a104ca99cfc)
commit 9539be33fa2026ace2090bc51427eb80346ffb4d
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Feb 28 14:52:14 2020 +0100
dmq: small spelling fix in error message
(cherry picked from commit 97e3de1046cf5247f7a462385778409b02680149)
commit e83a966b69500a9b30ba41858beee77d154a3b4d
Author: Stefan Mititelu <stefan.mititelu92@gmail.com>
Date: Fri Feb 28 12:17:49 2020 +0200
pdbt: add pdb server message check
Related to 3c07e2351a94e4ff2cf3c6b9b9df4d7462cd5760 commit, but on server side.
(cherry picked from commit 7db39bbc128233ae663061364c5545648e06d3a7)
commit d542db02ac2e6e3c70878138aec99566f8fdd7da
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Feb 28 09:46:48 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 64eb8558e94016f74d6a15c2b72f92e6cf8b645e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Feb 28 09:28:44 2020 +0100
pua_dialoginfo: add missing module parameter from docs
intruduced at 09d1bdc38b51619c65c6a9ec8f293cf9c395c6c1 back in 2009
(cherry picked from commit 9e1e7d4d3f7eb2e08d092c9b0b772fc76cf09376)
commit 467354de17c83b6c47d06e020060a0bf788c2d39
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Feb 25 08:46:32 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit e9f20919f1e0b4a396d771255ce86a4e2f9a29c8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 25 08:36:40 2020 +0100
dmq: use PROC_RPC rank to init the worker process
(cherry picked from commit f2a4fd419c27b99ce4ff6f93dc3f235d4f74a33c)
commit 35cd520bfe29d63555aebf64717f602948773280
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 24 20:27:14 2020 +0100
auth: safety check for auth header pointer in pv_auth_check()
(cherry picked from commit ea2ea2f8274eda9d8d7055b22fab8910cd773a19)
commit 64c92f2bbb9739725256d0b6dd5ceb47fe2688ea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 24 10:32:17 2020 +0100
usrloc: log database table if use_table() fails
(cherry picked from commit 3843ae18599bfc1806ccb62df44bbc8ad41d60dd)
commit c8eb4f7a3e875cfb363a4167fdfa66f381b2f4ba
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 23 12:30:02 2020 +0100
rtpproxy: docs updated for rtpproxy_manage()
(cherry picked from commit b15362ec487d14b2a428dabbcce4f3de4cf1fc59)
commit 8922f7733e49c3bf39df0846ae2d1c74668b0e4f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 23 12:29:44 2020 +0100
rtpengine: docs updated for rtpengine_manage()
(cherry picked from commit bdba22bb9b573c7b32a7de45154f9159c725715f)
commit 855acfc670bc814a9d42c5c2a6fdfc19bb93e99a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 23 12:22:08 2020 +0100
rtpproxy: do nothing in rtpproxy_manage() when used in event_route[tm:branch-failure:...]
- avoid duplicating sdp operations
(cherry picked from commit 4305c501128a0d37453a39795bd00314d7f60e4f)
commit 289e35cff83aa0fd4fc7123e26c18dce9053bb03
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 23 12:20:17 2020 +0100
rtpengine: do nothing in rtpengine_manage() when used in event_route[tm:branch-failure:...]
- avoid duplicating sdp operations
(cherry picked from commit 387de23a5c9252ee8409d378ea452bfd52e416d4)
commit 833572502f016f6be83eaa7f7317ac7e0f154039
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Feb 22 11:18:06 2020 +0100
topoh: skip http reply handling
(cherry picked from commit 345d6f67006e4254300209742a2778b925cafaf7)
commit ec02a63f63780d538b5f766d720df1208c2b98af
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Feb 22 10:55:20 2020 +0100
topos: skip http reply handling
(cherry picked from commit fad795648f8cbf12cc099dea18092ff7beee9c75)
commit b35c2ce5969e018884f5ef536cab71918a2027dd
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Feb 24 09:46:18 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 3e94d214bd9361d452c575954fc739b7bb6d3908
Author: Stefan Mititelu <stefan.mititelu92@gmail.com>
Date: Fri Feb 21 11:28:56 2020 +0200
carrierroute: remove mi fifo files
(cherry picked from commit 18c415f27ed9a914615a95c1d648ec2677ea13f1)
commit f7e481ac613c0cbc49516d579cf3dd6c9ff9aa21
Author: Stefan Mititelu <stefan.mititelu92@gmail.com>
Date: Thu Feb 20 17:29:07 2020 +0200
carrierroute: update doc for the new rpc commands
(cherry picked from commit 7647046384883f3506ec2321794f2b2e95032146)
commit 8ca1b7c325bcfe27f1d5fb71f42bf1ea92a5b408
Author: Huseyin Dikme <hueseyin.dikme@1und1.de>
Date: Thu Feb 20 13:11:54 2020 +0100
carrierroute: add new rpc commands
- add cr.add_host command
- add cr.delete_host command
(cherry picked from commit dd186700b6c7a62a19ddde15f3d367bc48a0aa29)
commit 2786033fa978f3059541ef6aee03c53ea570f485
Author: Stefan Mititelu <stefan.mititelu92@gmail.com>
Date: Wed Feb 19 14:21:00 2020 +0200
carrierroute: organize and add new rpc commands
- organize helper commands from deprecated MI FIFO
- add cr.activate_host command
- add cr.deactivate_host command
- add cr.replace_host command
(cherry picked from commit 4c7896fa7f0294fb33d918c7e528871d5969daaf)
commit f0c94fe953c631b722d6ea87a7dc81b8d9842ad1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Feb 21 17:31:22 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit dd78efd695490c68f21e13511c39956f95d503da
Author: Alex Balashov <abalashov@evaristesys.com>
Date: Fri Feb 21 17:25:10 2020 +0100
usrloc: Updated docs for 'timer_procs' parameter about multiple timer processes
commit ded3181d36a496186214ff6940081bb5a3a339f6
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Thu Feb 6 17:28:42 2020 +0100
sipcapture: fix inaccessible HEP chunks
Chunk types 1 , 2 and 3 were not accessible.
$hep(...) pseudovariable didn't return HEP chunks of type:
* 1 (IP protocol family) returned HEP version
(accessible via $hep(version))
* 2 (IP protocol ID) returned HEP message source IP
* 3 (IPv4 source address) returned HEP message destination IP
This removes keys src_ip and dst_ip. Use $si resp. $Ri instead.
(cherry picked from commit 459ccabe9e3975dd5a90135ab96f3cccdf4ffdbe)
commit a1727714bcb4e78e455b77ec13dec4d7c4f7164a
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Thu Feb 6 15:28:18 2020 +0100
sipcapture: fix typo
(cherry picked from commit d4d7a8bb27426045de9afd8636729426a346ca79)
commit 38869d54ed6210f63fceb185a6531193eed1629f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 21 08:39:47 2020 +0100
core: propagate xflags inside sip_msg_update_buffer() to new msg
- xflags were lost when the msg structure was reinitialized (e.g., after
msg_apply_chages())
(cherry picked from commit 2c6e87c50b13acdd94f77491eda0d73430f58dfc)
commit 09914df5a9d5638bb99ae5f89378fcfedd9a9e04
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Feb 17 16:41:32 2020 +0100
db: small spelling fix in docs
(cherry picked from commit 942d1cc40a1772ffd7a7d62bf1354a0b6343f7fa)
commit 920059179d3fcd15cf3c132ba60d69757a9ba4a8
Author: Federico Santulli <federico.santulli@nhm.it>
Date: Mon Feb 17 11:10:28 2020 +0100
pkg: add ebuild for 5.3 branch for new gento packages (GH #2220)
commit 1ed796ca3813e4fde557af6a605e768b38acbf6e
Author: Federico Santulli <federico.santulli@nhm.it>
Date: Mon Feb 17 11:03:38 2020 +0100
pkg: add generic files for new gento packages (GH #2220)
(cherry picked from commit d94fce63e496f1039ed6b39ce2dfc257a8e60da2)
commit a823d5751ba7855ce04692a044ecbf73f4c99fc6
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Feb 11 21:16:34 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit b2cac914e4d4d82e7321a634f843ba2603b9334c
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Feb 11 21:15:04 2020 +0100
ims_qos: fix dialog module name, dialog2 is not used anymore
(cherry picked from commit 70b6e2fb4ccf77c9eb71610f9febeca843228093)
commit b90fa312cdd9df21472559fd0f5cda9418e7d9ba
Author: Nick <nick@nickvsnetworking.com>
Date: Sat Jan 25 11:34:39 2020 +1100
misc: examples: IMS PCSCF kamailio.cfg update
Minor changes to make the example functional in the current stable release and higher.
- removed modparam("ims_usrloc_pcscf", "hashing_type", 2) This parameter was removed under a466c7bf1f1908461b8ab9dbf10ab4c90b65e52a
https://github.com/kamailio/kamailio/commit/a466c7bf1f1908461b8ab9dbf10ab4c90b65e52a#diff-bd9d5dd4265257881c8e19ea24ab533f
- Dispatcher parameters only loaded if #!WITH_SBC defined
- Load IPsec IMS Module by default (IPsec module is required for IMS Usrloc to load)
(cherry picked from commit 74e6daa71bf7dde64b907b7a1b9b3ebf925fad2b)
commit 998581b0216a2e904deccda2b5deb72b133eee51
Author: Nick <nick@nickvsnetworking.com>
Date: Sat Jan 25 11:38:19 2020 +1100
misc: examples: IMS PCSCF pcscf.cfg update
Minor changes to make the example functional in the current stable release and higher.
- Load WITH_IPSEC by default (IPsec module is required for IMS Usrloc to load)
- Bind to any IP in example
- Removed con=> prefix on MySQL Connection (not used in single instance / if not clustered)
(cherry picked from commit decd1848e8c3c8a68553dba48abb4147195b5bf5)
commit 951da90aa25035c7bc70aa0c22afdcd78c6737c9
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu Jan 23 15:24:17 2020 +0200
ims_reqistrar_scscf: Fix bug with multi-notifications
- Added more accurate contact comparison when
sending NOTIFY to a subscriber.
(cherry picked from commit c275110a07fdad8963a08f5ca210f0d5fb717986)
commit 79c52900996bc4a8b6ed86560a74f4b38db0fa8f
Author: Emmanuel Schmidbauer <emmanuel.schmidbauer@textnow.com>
Date: Tue Feb 4 09:33:16 2020 -0500
tm: t_continue - do not print error and return error code
(cherry picked from commit a62d4f45282b4d216def7de908548ade40a6369e)
commit 79c97c97eaf12942e6173d2170f66bd4f72ab509
Author: Peter Lemenkov <lemenkov@gmail.com>
Date: Sun Feb 9 16:38:17 2020 +0100
rtpengine: Remove unused struct fields
These two were copied directly from rtpproxy module but never used by
this module.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
(cherry picked from commit 35b82c4acb4559fd14faa86fe1c58caf763d5fd0)
commit 970708ec637e47822cb39110bf970f3041ce0f11
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 5 14:23:54 2020 +0100
Makefile.groups: add missing kemix to basic group
commit b98bdc21dc495ca2f4babcc6a556b9c0dc63884a
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Feb 3 11:53:55 2020 +0100
tm: use WARN log level for status rewrite by UAS (were decreased before SER tm integration)
- use WARN log level for status rewrite by UAS (log level decreased before SER
tm integration, e.g. v1.5.x)
- for bad interconnection or gateways this might be reported frequently
(cherry picked from commit e1a01699af450292859e4f2cd69b6a6d85246e5e)
commit 0864bad2953aa2c85e4da0e8ebe0ce110a22db52
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 29 10:45:28 2020 +0100
htable: safety check for item name value
(cherry picked from commit 0dbf08635a4b2f6e544c26da0a7f542f1863939b)
commit 0e366f1237e96b4f7fce261dbf1522e85336a9ec
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jan 28 08:46:24 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit aa57ad455b0c0f907bfc5f2f9a0fc382344b7bdb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 08:22:47 2020 +0100
permissions: safety checks when destroying module
- avoid warning of freeing null pointers on failed startup
(cherry picked from commit d98d8b653e5cf0ae358f6abac392ec44ee39548a)
commit 9eb14a43fcd6b21e02b9b0e9f4283f37f0d81f37
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 9 17:43:38 2020 +0100
auth_xkeys: proper debug log messages on valid match
(cherry picked from commit 39802fd2efad4b710072244f360741312a7164f2)
commit b768526a3d3895a10ae0a0543f10d94ceb99d58e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 22 17:39:49 2020 +0100
seas: docs - removed mi_fifo from examples
(cherry picked from commit 31b710b5ec402bf75b3babe5ffe440c429d3ec63)
commit 0a90aecb5737f4001cad7bb20590823deea4390e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 24 10:20:09 2020 +0100
core: msg translator - warning log made info for multipart body processing
- check boundary cannot find boundary value in content-type when the request
is turned into multipart body
- use different return code for this case
- a few realignmets for curly braces to be corherent across the
respective functions
(cherry picked from commit 2c7ba53b2b6cc7dd5e3c24241d23e76fb052aa50)
commit 3d7809f4bc87208c3fc0261bd63ea3badf644916
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Nov 23 18:53:17 2019 +0100
app_sqlang: fix squirrel warning: ânArgsâ may be used uninitialized in this function
(cherry picked from commit 7fad9c51f71854e0649fe76e273190e4b4f82438)
commit 27745e11384f30da9a645569b61ffd393a52e18e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jan 23 10:16:52 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit b9dac63cf660bc454b21297a1e987a400841205d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 23 10:04:23 2020 +0100
textops: docs - proper example for append_body_part() with headers
(cherry picked from commit 79592144c3ba99ccbb4883910eeda3a7dbe5c89d)
commit 704606ac1be5c967b2fd4c344d41145b1ad5adf2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 17:20:19 2020 +0100
tls: proper match of config profile by server id
(cherry picked from commit 40f87b7e46714a114e7c98be7e677b20f1deb694)
commit b6a6222d864704b2452049d3eaedf0a874c48add
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 16:08:56 2020 +0100
pipelimit: make error log debug in rpc command when pipe not found
- error code is returned to rpc command
(cherry picked from commit 5a607cabc34d16fe3770f273241b667fea470dc9)
commit dd259e28f4f820c9f4e641326b271eb8241f853c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 14:54:07 2020 +0100
corex: declare nio specific globals in c file
(cherry picked from commit 512f89bec0b6ebd2b3c7c16b115f15dbd6de9a39)
commit d415780fef56536d88f5f3d7d044d9a64a74c4c5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 20 08:49:29 2020 +0100
core: dprint - reformatted log macros for better readability
(cherry picked from commit ae23876b3091db2e62f651e05fa695d29f540028)
commit 2e8ac93a2c21b9087d60903a406c4cccfe129b86
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jan 19 16:30:28 2020 +0100
core: check logging protection before the level
(cherry picked from commit 53ca8b50207ca35f16a2315efb1ed29448961da8)
commit cebbdd3424b500a24977a606d962c010b7a0295d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jan 19 13:39:22 2020 +0100
log_custom: send processing logs via udp
(cherry picked from commit ec0dd71bd963d7bf5959521ff82b6a659efe699a)
commit 3a21cd3a7010108e88164154b3f682e72dfa65ac
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Mon Jan 20 20:39:52 2020 +0300
pkg/kamailio: removed not maintaned Oracle packaging files [skip ci]
To package for Oracle dist need use OBS folder
(cherry picked from commit fcd45145d9c534e2230707ce64b044d927efca14)
commit af9c575eaa06c3aefa737ceb3fd66116866a4abd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 16 11:23:40 2020 +0100
htable: make ht_dmq_init_sync variable extern in ht_dmq.c
- avoiding redeclaration, it is set via modparam
(cherry picked from commit 02bff604ec70a51a5ba9faae38e946e556763e08)
commit f61b2de38b10e3eb23b01843aacc2b739b7016d8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 15 17:06:36 2020 +0100
core: more details on error log on failed comp_num() expression
(cherry picked from commit a85bdf58e3f1933a4a1d231b5de4fd9cf1393366)
commit ad4871fa367406f03063ae1d387d908a494b035b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 9 18:12:56 2020 +0100
core: kemi - handle notice log level in KSR.log()
(cherry picked from commit 73088fd871b4b1a292c67e80c55373ed1b891144)
commit 7153fda2f2e31079e39820a5233551fccc6d6518
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jan 12 12:16:32 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit ed3b9fca165a5005dfd4715776acafc1d32b77e5
Author: Sam Ware <sam.ware@gmail.com>
Date: Sat Jan 11 14:24:37 2020 -0600
xhttp_rpc: documentation correction
- The documentation in the README file had the
wrong module name in the modparam in the
example for the xhttp_rpc_buf_size parameter.
Corrected this in section 4.2.
(cherry picked from commit c9229d66136f41fda0082585c4a73baf503b2c2b)
|
7ba54531 |
===================== 2020-01-09 Version 5.3.2 Released =====================
===================== Changes Since Version 5.3.1 ===========================
commit ef7ad5164d5d2ed97fb94dd3a12f9fc9496f68e0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 9 11:27:07 2020 +0100
Makefile.defs: version set to 5.3.2
commit 2a4eb02cb934fbbf7f0b69a8a90ae1e4e0d16ef2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 9 11:24:45 2020 +0100
pkg: updated version to 5.3.2 in rpm specs
commit eb319d6d6bbf28cf17236764b892520197c85b86
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jan 9 10:01:36 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 8830a13af10e5d13e646a8d325e046bc95cc54d5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 8 21:07:11 2020 +0100
app_ruby: docs for xval_mode parameter
(cherry picked from commit 4b30a3c4a9fc9d4ca7d3ce40fc5a0637f2386646)
commit 912ad4fc621df6418e0cb7f55ba26a384316dc60
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 8 20:50:42 2020 +0100
app_ruby: option to use internal KSR::PV module and skip returning xval str
- controlled via xval_mode module parameter
- workaround for a reported regression causing crash by using core
KSR::PV exports (GH #2180)
(cherry picked from commit 9bafd4c4e09825b25a84bb35a6dc4a39dbd07b73)
commit 2e8d629a7722cbecae543a7e4a9d0174a16fbc16
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 8 17:38:57 2020 +0100
app_ruby: memset rbdata to 0 in app_ruby_run_ex()
(cherry picked from commit af18330c7ed5266079038ca7ae515487537cd6b6)
commit 4f83d158dbae4d0f854f4bea8a847c071a45d861
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 8 17:31:27 2020 +0100
misc: use single quotes in formatted ruby scrip for kemi example
(cherry picked from commit 77a1698ce24620be0edc171494c4f414a5c5b5e1)
commit 57c54e76f03cf2753487aaa82b516dda1e66f2f2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jan 9 09:56:52 2020 +0100
pkg/kamailio/deb: version set 5.3.2
commit 27f6bb93db36b62520f0093a4f2ffe477ad7306d
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Wed Jan 8 15:22:28 2020 +0300
pkg/kamailio/obs: enabled build of geoip and phonenum modules for CentOS 8 and RHEL 8 dists
(cherry picked from commit c953af29433abef3251e9e4644c0af98b84368cb)
commit ffa3b089a192ef6d135a094bd6b3a29125e35389
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 8 10:15:26 2020 +0100
Makefile: use variable for detecting emacs for ctags flag
(cherry picked from commit ef19acf3a79a804a47238daf1f6d4794f1d82a5e)
commit 13874b22adbff7bb269a6229a00f59c29013d196
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jan 8 10:01:29 2020 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 8fc643b5d199e257ec403fd925f3d15327e8ded1
Author: James Aimonetti <james.aimonetti@gmail.com>
Date: Tue Jan 7 23:55:01 2020 +0000
Makefile: include flag to generate Emacs-compatible TAGS file
Emacs exposes an environment variable `INSIDE_EMACS` which can be used
to toggle ctags to generate an Emacs-friendly TAGS file.
(cherry picked from commit 35c846b1e8dc7075b0cee196a430dd1b09a87446)
commit 2dc27439365ec4f2442b19b139eda1f2c29ec958
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 7 10:11:42 2020 +0100
ipops: fix locating static index for dns pv
- reported by GH #2179
(cherry picked from commit a383caa12a1af2cbc0f135add643045a159f24f2)
commit 851e3f34ed6de43d22511ad52b5cc61163bb7be5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 6 11:25:32 2020 +0100
tm: added missing $T(reply_reason)
(cherry picked from commit bf57a7ab50949ddbeec787331548dfcb023c238f)
commit 030be68ca0af03cf2e54ddbe00670900588459a4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 24 14:39:17 2019 +0100
tls: docs - fix example for setting xavp_cfg
(cherry picked from commit 4f42115ce29d446ad60b32af9ad370d9b2d847c2)
commit 766e0d30454e0a872a8f5016fc1a4f865f95f655
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 20 16:08:16 2019 +0100
tls: set default tls method (version) to 1+
- it was 1, but newer libssl doesn't have it anymore
- while older systems don't have newer version support
(cherry picked from commit 1da196174d8cd7e82ce57d4de60197fc063e6b50)
commit cfba21fc16aa0920c0f36fcd79692f7d64428403
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 16 11:02:57 2019 +0100
rr: fixed warning about unused label in ki_record_route_reset_one()
(cherry picked from commit c65e0926b26ee9f1cdadb9fbd6f488159275cbea)
commit b0888cf384d57b4a11200872f3b9fbdde77c53ce
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 12 08:42:06 2019 +0100
tm: clarification that the sip message flags operations after t_newtran()
- they are not reflected in transaction, only in local sip message
structure
(cherry picked from commit 9a0c850f98063da145120f90d2c5c2a43e76b976)
commit 428c862a9e4445ebf1bec244510a29d443c9e4db
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 10 12:46:34 2019 +0100
tls: init EVP_PKEY pointer when loading engine key
(cherry picked from commit 433551f3ea00e4151f2fa4e84d7c52422b6cefe3)
commit e0420bcf6ee37eb305595b2c56e9054546b3fc63
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 10 12:38:30 2019 +0100
tcp: checks for event route index on close
(cherry picked from commit 46436cf8ef7d337c255b2fd9115544a6971f9741)
commit 2c0048dc6d41c61137f64e9021f897d390d6140f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 9 22:15:24 2019 +0100
tm: rework code to avoid compiler warnings
- fix log message priting wrong string variable
(cherry picked from commit 263b8ce5360716e44c6a7bcdbc65a76dfad67575)
commit 331de11a6164a7a2289da62f4782e42aae21f843
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:47:00 2019 +0100
app_python3: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 731056f0e7ae752273e16bc7bc1a48ba16638235)
commit 9d00826874acc5d164dc207a4fcd890d38393742
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:46:19 2019 +0100
app_python: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit e0f3675e1b0c93ec416e7663ab8b6e21b75373e2)
commit 8f4e5524db2ea1625919c7a92ab9fce7f6277a46
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:44:58 2019 +0100
xlog: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit b5e3409aff3a5f8307ab812693ddea286ebc08e9)
commit db6b7f470fcfbcf3b736f9e9461d87b003e824e3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:44:18 2019 +0100
tmx: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 18059dcc87f371f353fb585a89aefd8d7cadce8c)
commit 0eed9af6156c7bee2ef1a06895ca3b3a0732424c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:43:29 2019 +0100
tm: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 6e7a441a9f27cb22ff22919f2e7b911045b7a7c0)
commit b170db2d9f9f8d29b13bbdad78adb5ec63079ee4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:42:44 2019 +0100
sl: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit af9cdfb14798e331eacb9495aaf70eedf9eae527)
commit 480095d20fcb5bdb34bb9fc496fe0a8e4b1c8b11
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:42:10 2019 +0100
siputils: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 3f859cf341d71ca3789907d9502fea18a48ca56a)
commit 112729e810d5eef40a153b60f720abb60588864f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:41:33 2019 +0100
sdpops: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit beb9a7f7c6397f1ea51b8e8746d06c43f602d2a0)
commit 0b182c2e9cbb3ca8213d7785115e24950c531cb4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:40:41 2019 +0100
sanity: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 2b4d555610b06a1902e3d67f282b4a101e9f3796)
commit 4a69bff459e57a35606edf1f5c715efe13b521ec
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:40:02 2019 +0100
rtpproxy: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 60838d3a51d0afff75a6923791e99c94960f638e)
commit 9d25bc343ec9fd0ad2c566b6d8bcc60147178a37
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:39:26 2019 +0100
rtpengine: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 401240be0a1e4a3b06d2095d2f2a003c371921ed)
commit f57c9fbc276c6daa2fa79175622984bab19e7e5a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:38:32 2019 +0100
rtjson: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit bc046a1cdd096ff66057bc7cb19512192743b705)
commit fb368f2de6c740e075fcefd231ff1e9bdd3f52b5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:37:53 2019 +0100
rr: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 3d5d7278135e21f8fa63d29934943d3424c60de8)
commit f614e328086a851b4053f3df4ae67d6eabf52cef
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:37:11 2019 +0100
registrar: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 49903d1c03af293210b12ea48d13ff12a2bf7954)
commit 5e5e67a680b4c90057645feb8a9a9bfa31d8d0af
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:35:59 2019 +0100
pike: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 48a92121ce496536a38ec3f076ad1298ef85c7e0)
commit 2593e8b26f05cd70b2fb3c9861db214babfcf3f2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:35:21 2019 +0100
permissions: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 2c69186668353c371af4f4d27c78131b72b8719b)
commit cd33d744696bc1ee12f6b26d821cbe8f85578513
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:34:37 2019 +0100
mtree: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 8a1be5135296e0e340e0ef970a53d4e48615d62f)
commit cd2b7a4d86673797bc47d061e1d5362eafa05014
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:33:53 2019 +0100
maxfwd: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 81eeb1b671d7750dd5d52e472242630f95cf7e48)
commit 24d7cf34ecd19012eb2c7d47185e08a80709ae42
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:31:56 2019 +0100
htable: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit c340ef019789ebed2c57e5b4a0a0f1543b6df7ae)
commit 7f140734951c2820c87dc80e4facd7311942918e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:31:13 2019 +0100
geoip2: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 7167ae9134edf247819618522c88c5f8d3cc1adf)
commit e279869422f7cb1c3ea53c8d070a6697c8738d7d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:30:25 2019 +0100
geoip: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 72509a9c538052ef21c0da9b9f3f220c01d8a81c)
commit 10ec9a7e1cdfd42979ca3e3ec4a2497dad38641c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:29:27 2019 +0100
cfgutils: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 7fb0410df8b0a05870690c5d770247855767630f)
commit 6e8209e50a513c37f6fe2ea389ac25cef4e8a638
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:28:19 2019 +0100
auth_db: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit 52f29796fc79706e31f389fbcf35d7b4a38900bb)
commit 71bbd316369dd9f5e2f7608fae041b8032385fc2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 9 18:26:27 2019 +0100
auth: add clang-format directives to skip format on kemi_exports
format is important for generating docs by our python tool
(cherry picked from commit d39dd5480c6e8d56a1fb2c91220da079c1a65800)
commit 72e0eb88dd61daf2bab52425d1d3945da6e0f0c8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 9 07:03:18 2019 +0100
rr: exported to kemi record_route_preset_one()
- the variant for record_route_preset() with one parameter
- GH #2171
(cherry picked from commit b05b0891d890d55b649d19ec22105b2bdcfd3ba5)
commit 6b5838e105f0ce31a448cdb785e4a86148054e02
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 4 08:20:30 2019 +0100
core: kemi - fixed missing support to check for REFER method
(cherry picked from commit 840e29d7d63602482e202e1b514a0ba9952dffe5)
commit e64a0e247d19be178241d38756e7b785c6865730
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 2 19:07:40 2019 +0100
rtproxy: docs - fixed section id value
(cherry picked from commit e896f2c9286809b5ef81c4952577780002ee5df8)
commit 8513d5468bd7d348ef149c5b4d14feb34da93ed7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 2 16:47:40 2019 +0100
kex: docs - fixed rpc command name for shm memory details
(cherry picked from commit 9e89a66b36d7aa691cf69d5b33b7ee31330693e9)
commit 0969030f4e8b01314009e95b84426ee25e7d1066
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 15:18:22 2019 +0100
core: print modparam type as string in log message
(cherry picked from commit f35fd46de42a26d910e637023396a801c0ad404c)
commit 5f0f06dc9c02031a367945b1b79d77a922398c63
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 11:25:46 2019 +0100
rr: debug messages when setting send socket on double rr
(cherry picked from commit a0e04cb2a06ec2cae9a066003732746cb8d609d0)
commit de1970f67194e383345d773f3658f277de1ce8b7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 19:31:19 2019 +0100
ims_isc: null terminate dst_uri field
(cherry picked from commit a8cc28b6e0236b21569625baffa865ff4ce0a153)
commit 6f26ff89510a2cd20d1114f87eebb63342052344
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 19:30:44 2019 +0100
ims_ipsec_pcscf: null terminate dst_uri fields
(cherry picked from commit a8be2459fc4013060944bf79e7c66b3613e8d04c)
commit 99f51cb6091d1c051ca38af9e43ee64ccb43ddd3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 18:06:22 2019 +0100
core: make dst_uri null terminated
(cherry picked from commit ca546d35c326666c6389c84ce45214bd2fc5c147)
commit dfdc5917f3c3d0faee1acea10317c6bc4a958e19
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 15:34:00 2019 +0100
app_sqlang: imported latest squirrel interpreter
(cherry picked from commit b0fc60403b539672c6a2638083e8955783c65e0b)
commit b03256c62fc1f278e47e13765df651cffd48d06b
Author: Markus Bönke <mbodbg@gmx.net>
Date: Mon Nov 18 17:40:23 2019 +0100
dispatcher: Fixed typo in dispatcher_admin.xml
(cherry picked from commit 840d2babc7518e92ffc2173dc760828da1d2ff7b)
commit e400db248e737d282864c6b975177f3995836b8c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 15 20:58:31 2019 +0100
dispatcher: docs for xavp_dst_mode to store socket string in dst xavp
(cherry picked from commit 6389c98d29eeb7f61547bb68ec9d59e4f47b7552)
commit 16e41ffcc834b2eaddb21f8517bda38afeac3ee2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 15 20:52:02 2019 +0100
dispatcher: option to set add socket as string in the dst xavp
- bit 2 has to be set for xavp_dst_mode modparam
(cherry picked from commit 8507efe8644c43a5f3b5d4dc27d557596b3b2f2c)
commit 08353d68f6db7d01e985cad95e9cb8911b9e5f15
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 14 17:28:09 2019 +0100
pv: print missing types for xavp values
(cherry picked from commit 4b0b045a114591de6cc0655ae019029e337167d0)
commit fd489d716fae87c4b57bbc41e6dc5f89cdb00de3
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat Jan 4 23:53:10 2020 +0300
pkg/docker: update submodule [skip ci]
commit 1373aedd261e77c71a0b27b8c4fff72ceb5cd0e7
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Thu Oct 24 22:13:47 2019 +0300
pkg/kamailio/obs: packaged evapi module [skip ci]
Releated GH #2098
(cherry picked from commit 298abc9eb6240b9567df5166d64eba9f6da078dd)
commit 0f2835311ef8e23cdca217e35b5e7640a69c9d80
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat Dec 21 07:31:20 2019 +0300
pkg/kamailio/obs: simplified fedora packaging rules [skip ci]
(cherry picked from commit 1fb5f81618dc142a51104c7b60d467eb1acd9261)
commit 7fa917eef3c1940bb9a178b5e538fd9931dd431c
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Dec 19 17:46:29 2019 +0100
modules: readme files regenerated - modules ... [skip ci]
commit e57e8e9e9301982078005ca5fdd9ad9c6310de64
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Dec 19 17:35:58 2019 +0100
dispatcher: small style fix in ds_probing_mode docs
(cherry picked from commit faccbb1cf62bfb625d0bcc9d1a52727dcdd962ff)
commit d9d677cbc30b2f771a3742c3aa95fd736dc48765
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Dec 19 17:32:14 2019 +0100
dispatcher: fix bugs in ds_inactive threshold and ds_probing_mode 2 (GH #2100)
- fix bugs in ds_inactive threshold and ds_probing_mode 2 (GH #2100)
- ds_mode 2 should ping only gateways with mode inactive and probing
- ds_inactive threshould should work also in ds_probing_mode 0 and 2
- move ping logic to a small helper function
(cherry picked from commit ee45c2a07292cc977a7a212cac18fd2156279588)
commit 1ebae0fa58ff83848336391422014580861bef03
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Dec 19 11:31:54 2019 +0100
sdpops: add missing line break for debug log
(cherry picked from commit 0d7b5bd4575c80053e1d3851aeae34d5fbd5cf0b)
commit 8d0d4e094940308fde0ff14ab4d6ddf74174ae0f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 07:49:57 2019 +0100
Makefile.defs: use dedicated vars for pthread mutex flags
- CC_EXTRA_OPTS and LD_EXTRA_OPTS may be set from environment
(cherry picked from commit be34082aac3e275058f4747c3706499848ccd86d)
commit d231c2856d1c056614a7ec64cddb276312f67214
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Dec 16 11:39:11 2019 +0100
travis: build using pkg-kamailio-docker 5.3-$DIST tag
commit f36ac2aa2d5ac9ed9209176cd01b94c349c49cd8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Dec 9 19:31:26 2019 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 763c30cc65307b7cdd7dd54f604acdffecb9a4b7
Author: Dmitri Savolainen <savolainen@erinaco.ru>
Date: Mon Dec 9 18:31:37 2019 +0300
rtpengine: doc typos
(cherry picked from commit b86fa175e92be4a2ab36f198ebc47d8f9b7c9e2a)
commit acd02bbcd3cdcc86f8be4807d4349d03e706db05
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Dec 5 10:16:46 2019 +0100
modules: readme files regenerated - modules ... [skip ci]
commit a9a26744f2aa469f090206850ed0016b8f22dea5
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Dec 5 10:05:14 2019 +0100
ims_usrloc_scscf: fix parameter example titles
(cherry picked from commit 55233fffb6ed9165bc912565ec782624dbffaa26)
commit 1e560eafb9ba0155bdbaee6cc54b344cfdd4aa31
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Dec 4 12:14:14 2019 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 93d06acf1f1cc201ce3ca6970c2f73eec0e57d87
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Tue Dec 3 14:05:00 2019 +0200
ims_ipsec_pcscf: fixed defects and warnings:
- fixed a defect reported from Coverity Scan - Concurrent data access
violations in spi_gen.c for spi_data->spi_val.
- in create_ipsec_tunnel() return -1 when unable to convert ip address.
- in ipsec_create() go to cleanup instead return -1 when get request
for reply fails. Fixed debug message for that error.
(cherry picked from commit 8973feb34ab5059966158b34d3d3e3deb2af1b23)
commit dc322c0d24fec1a864e133bff6bb8a7a67e136b5
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Nov 29 19:40:03 2019 +0100
tm: extend t_newtran docs with a note about flag behaviour
(cherry picked from commit f2f492bd580621dec23d0538b8785635a013497a)
commit 3eac27269bb60ec062eb0c2058319c70a94e0fbb
Author: Greg Troxel <gdt@lexort.com>
Date: Thu Nov 28 20:53:23 2019 -0500
utils: Change sh(1) "test ==" usage to "="
The POSIX sh(1) specification says that strings are compared with
test(1) (also "[") with "=". Bash accepts "==" and this leads to
non-portable code. This commit simply changes "==" within test/[ to
"=".
(cherry picked from commit e8b8251f6c7382f8e373c2b309422973a3bf730d)
commit aa26d787ee21733dd1f4d13a6869302b28a229a5
Author: Marco Capetta <mcapetta@sipwise.com>
Date: Fri Nov 29 09:28:45 2019 +0100
cfgt: fix detection of jump to previous-previous route
* this happends with onsend_route
(cherry picked from commit e0ed91acb88091caf285704689f72e48c5127ae4)
commit aa94a3a3310f9088b2b48ddeeb69ef0e78d5d6b3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 28 14:28:14 2019 +0100
cfgt: don't try to create dir if it already exists
(cherry picked from commit 6918a96cc61fa0b15e09db01bb02e9b9f8c78abf)
commit 7e5b726ec106fcc06f9ed406570b3f5fea72bd7e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 27 20:28:49 2019 +0100
core: safety checks for xavp operations
(cherry picked from commit 1067abf87cdaabc9557a99b36ad60e2349e16fa5)
commit 2b4a62658176a72b99f0f5a1f8ea88fb6baad30c
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Thu Nov 21 17:12:37 2019 +0300
pkg/kamailio/obs: fixed rpm requirment for python23
(cherry picked from commit 6677dfdba3534a0f50c15fe5b43b8220444b18ad)
commit c3392b750ebe70db7aee8928fd40b704af23a5d9
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 15 13:35:13 2019 +0100
core: add support for parsing http/2 replies parsing
(cherry picked from commit 17be36102e3a1c286c69a5da193dd8405000ab62)
commit 8b558ce9aa0625bdc2d3c66d795a450ce982a716
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 08:15:03 2019 +0100
tm: execute TMCB_REQUEST_FWDED cb as BRANCH_ROUTE when necessary
(cherry picked from commit bc40eaa4fe446bffd9f41d5d6b21becd7b7fdc87)
commit 159e32c2c2cc3f2c5c3c226be3406bd91ca9a052
Author: rdboisvert <rdbprog@gmail.com>
Date: Tue Nov 19 16:05:34 2019 -0500
db_redis: allow deletion of all rows
(cherry picked from commit bf2ecd4dec55d5009e0904392d083e17af91977d)
commit 404c3ee38b6158d755f196c66f69eeee234f97e2
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Mon Nov 18 20:45:48 2019 +0300
utils/db_berkeley: fixed unused var
kambdb_recover.c: In function 'load_metadata_columns':
kambdb_recover.c:819:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
819 | int ret,n,len;
| ^~~
(cherry picked from commit 792261b43d74518e6d67f807df60b6622ba2d9f8)
commit 6867b0e47fa250c335746e3583ee6f248ab56904
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Mon Nov 18 00:55:13 2019 +0300
pkg/kamailio/obs: added extra packages to centos 8, rhel 8 and 7 dists
(cherry picked from commit 24eb08c9cbcf4ab464ac5e8f2830bf8afa8a4271)
|
cabd7682 |
===================== 2019-11-14 Version 5.3.1 Released =====================
===================== Changes Since Version 5.3.0 ===========================
|
283e4684 |
commit 97eb5e2558c5031794f4ca16ff8e5e46edf38ee3 (HEAD -> 5.3)
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 14 12:25:09 2019 +0100
uac: reset credentials structure for uac_req_send() authentication
(cherry picked from commit 2b12754920704f49cd227c518e130cef4d76ea7d)
|
cabd7682 |
commit b18203a2114a2999532e15336874b69a70c20473
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 14 11:49:21 2019 +0100
Makefile.defs: version set to 5.3.1
commit e6a359b6436ca433cdd8916020cf4a75898a6e2b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 14 11:47:19 2019 +0100
pkg: rpm/specs - set version to 5.3.1
commit 909aa7ea5e8a6a4825ec57997e65ea490205ef6a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 14 11:41:53 2019 +0100
pkg/kamailio/deb: version set 5.3.1
commit ae7a6f6e0950dcfb13e421ed64da6d9cd023f58c
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Nov 12 12:18:06 2019 +0100
core: bug fix in str2ipbuf, return an error for invalid input parameter
(cherry picked from commit a48d87dff0d266efabaf4b0312d2c228ccbd13ff)
commit e76e2cefb5112372bc76935dbb17670ca2c377b0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 11 10:51:33 2019 +0100
phonenum: use -std=c++11 cpp compile flag
- required by the libphonenumber
(cherry picked from commit 75c5a20a870985059f642ac1a6624655332dbca8)
commit 74e1b77336e9b7b9d16c48217190a8742a6efd63
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 5 13:47:53 2019 +0100
core: slow timer - warning message if callback function is null
(cherry picked from commit 574b080d69b2b968cfe871bc7cfe8fdf930fbc2e)
commit 92454e1175698b6b00e1e1466859c30da6a6d342
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Nov 3 10:30:09 2019 +0100
core: qmalloc - print details of prev fragment when its tail is overwritten
- do it when check2 field is not touched
(cherry picked from commit bf1ba8d2d4519af50d44acfce5f34535fd1db8e0)
commit ed2befe76dc8987c3bcc22fb8f47db58d4d578f4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Nov 2 18:04:23 2019 +0100
textops: remove check done in the called function
(cherry picked from commit 7261efbcd0826014227fbe814e4142cec0c79368)
commit c4e3f20eefe45a543bfaddce8d13434566d63b90
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 31 09:54:22 2019 +0100
evapi: use local allocated buffer to get data parameter for event relay
- use system malloc given that the data can be passed from jsonrpcs,
which uses system malloc as well
- try to grow the internall buffer as needed based on estimated size of
output for the data parameter
(cherry picked from commit 63334e312d60a5d6a6470b0067c29db672d08c7c)
commit f8a8ad28bcc984938a65c1cf69adab06f460d2b0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 30 18:27:40 2019 +0100
acc: better evaluation of error return for pv_printf_s()
(cherry picked from commit 69ccdc25fbfaf01785127ecb051429e51df6cad5)
commit 8d7dbdd934375c7bbeed9bb8d6c75d98615aa0af
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 30 18:26:34 2019 +0100
core: pv - function to get the size of the value for strings with vars
- added silent mode for printing strings with vars
(cherry picked from commit 6ee9e9c9dc2d818a5ce6c6cf7828a68a1c8cb291)
commit 3eca96c29ed5bc8d51643e8d9a87318a220c9042
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 30 18:25:44 2019 +0100
core: use pv_elem_t for vstr fixup value get
(cherry picked from commit 73e36b6a467491252e1f81be1b8da66d6c1a4b1b)
commit 7bc98c4ebd8e8bff8417b8e9542c07badafda63e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 30 15:41:04 2019 +0100
core: fixup helpers to get dynamic string parameter in own buffer
(cherry picked from commit 3e1438bebdf611b83574ab44c8ed3eb3c7067391)
commit 4ca6ad00eb71ea76dacf71c6126a4fe853d898c9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 30 10:14:07 2019 +0100
ctl: docs - more infor about binrpc_buffer_size modparam
- replaced ser with kamailio in a few examples
(cherry picked from commit c9070600af1b7993b003964b5c58db3391d50f60)
commit 3fb626bd5f9a5b5a21659f98d215234ce74e90a8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Oct 28 10:00:28 2019 +0100
core: pad some fields in contained structs for 4 byte alignment
- safety for sigbus on strict cpu architectures when accesing fields by
address
(cherry picked from commit 1296bb2270985a1bf3af04f35e4cdae1fe4b184a)
commit 3950df29cd6f3f2c4a35e0cd8dde8c31180b99bb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 24 12:38:20 2019 +0200
statsc: debug message when fetching stats values
(cherry picked from commit a463c53e767114567ff25f0fe50115da0e3d0045)
commit c773828d392729cb27f99d7adeaf095084056aee
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Oct 22 10:49:18 2019 +0200
kamdbctl: split create user and grant access statements for mysql
- MySQL 8 doesn't support all in one statement
(cherry picked from commit c0879add55bef77703f2259f224b4a1f954cd8bf)
commit ff2705b98784b451a7fe37b8fe680a5032af2fb6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Oct 21 08:28:09 2019 +0200
imc: docs - added section ids
(cherry picked from commit 6f9bb6427ce201863d60e3255debe31a6a7db776)
commit fe0b4cb34964b16f08e7b594d9ea1d0940994131
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 18 08:52:23 2019 +0200
dispatcher: docs - details of returned code by ds_list_exists()
(cherry picked from commit 619b2603b486efea29fd314f360647f6d8ef3aec)
commit 46333e57afa8e90808c921c923e06c913c390c60
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 18 08:48:27 2019 +0200
dispatcher: adjustments to ds_list_exist()
- info log messages made debug
- return -2 if evaluating the fixup param fails
(cherry picked from commit fcabdc012d5490cfc740d0e0773fd88ed07c2b64)
commit 6ec84c91c75e2bb8ac04245292b130ae99464098
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat Nov 9 10:58:06 2019 +0300
pkg/kamailio/obs: replaced systemd-mini requirments by systemd [skip ci]
Also commit restrict requirements only for OpenSUSE Leap dists
(cherry picked from commit 0075472ef96c77ec38789af7bba744667a49ef22)
commit fb393b1a6e59ba0ca2ce2700aeb11c5f4e1291f8
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Mon Nov 4 13:51:07 2019 +0200
ims_usrloc_scscf: added '\n' for debug messages
- added a new line to the end of some debug logs for
better formatting.
(cherry picked from commit 90ff57e10f1b456b35dc8ac262457dbb2c497997)
commit 865bd055cb1ecea8c08976f41ef733a40444c74d
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Nov 7 18:25:36 2019 +0100
ims_registrar_scscf: formatting change for a few really long lines
(cherry picked from commit a7b8cb33d815fcea5dec7c82a33e8fcbad54ba03)
commit f6087e8084a3ccf854f53594e9c1c1998fcb3c39
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu Nov 7 18:11:21 2019 +0200
ims_registrar_scscf: added '\n' for debug messages
- added a new line to the end of some debug logs for
better formatting.
(cherry picked from commit 2e4727014fff86545bb9ce8bb97f72173d8c8c87)
commit 6d1abb352c772caf164486854a2609ca67a0142b
Author: Stanislav S. Litvinenko <litvinenko@protei.ru>
Date: Thu Oct 31 02:17:54 2019 +0300
ims_ipsec_pcscf: closing mnl_socket in some exceptional situations
- fix leak socket when error handling errors in creation or destruction ipsec tunnel
(cherry picked from commit 575102bef5418ddfef2f619f22dd827183eef8af)
commit 50dcbdf4f6f2a99d1a60aa0d676612c782285133
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Oct 31 16:39:59 2019 +0100
ims_ipsec_pcscf: fix gcc warning about misleading indention
(cherry picked from commit 08e451066aad2ed14a70a72a18733788a48224ef)
commit 543fbbf9b1dd2429be910b27566bf273381cbf78
Author: Stanislav S. Litvinenko <litvinenko@protei.ru>
Date: Thu Oct 31 01:54:28 2019 +0300
ims_ipsec_pcscf: fix non-close mnl_socket when a bind error
(cherry picked from commit 8cae623c7051d529d779c4bf072225c44154e403)
commit 72d17edf9c38118b852ffece061417653f9a97ff
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Oct 31 12:46:32 2019 +0100
modules: readme files regenerated - modules ... [skip ci]
commit f6c49cd7bf3ee6a2dd85367b4225402548488e91
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Oct 31 12:30:46 2019 +0100
topos: fix documentation for msg-sending event_route (GH #2115)
(cherry picked from commit e42fcc9395ee82d3d9d3df0da3728dd652a1d5c2)
commit 65136e5df6926c7757b52da79eae9ecef26235e1
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Thu Oct 31 12:29:05 2019 +0100
topos: fix event_mode parameter type (GH #2115)
(cherry picked from commit d9c603d3fcc93a3a160a03e7e3c5500d744957db)
commit e591ff9ded3e3ab8478c7a574c64e27ff35c3e91
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 25 12:55:06 2019 +0200
lib/srdb1: detect if ipv6 address is between square brakets
- if not, let it be host part with surrounding brakets, because it can
by a mysql conf group name
(cherry picked from commit 2aa614d49f4917faec62534a51fcf8ddfc5fb870)
commit 9bf5f8a70edb2a0c5177389cae1ddc1778a53ede
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Thu Oct 24 14:19:32 2019 +0300
pkg/kamailio/obs: added packaging for RHEL 8 and for CentOS 8 dists GH #2078 [skip ci]
(cherry picked from commit a3ce062fdec2d3a5d5e46f49c9d0ea9d449a1bec)
commit eb79a1361ef47671b7ee64789cd89e505d3f7031
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Thu Oct 24 14:13:45 2019 +0300
pkg/kamailio/obs: packaged lost module [skip ci]
(cherry picked from commit ac97c59a762b5ebf024775785193a9b25345c2fe)
commit 6a2e45a6133b7fe8da3715971e73efd5afe6ca7e
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Oct 11 12:37:57 2019 +0300
pkg/kamailio: Updated RPM spec release extracting for "-rc" [skip ci]
(cherry picked from commit 1361ce6e980856ce7a3ffb77349cc45254ced6ab)
commit ad1905397bd5bb7cca8c32f0f782fd340f07c68b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Oct 22 15:16:30 2019 +0200
uac: proper condition to chech if ha1 flag is set for uac reg authentication
- GH #2108
(cherry picked from commit 2a3186ee0f8a2989f8de154019fd0ad73b390d73)
commit d6a55699c56c5b298442d3bb10838304156d6850
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 00:29:48 2019 +0200
domain: fix spelling error
(cherry picked from commit 0944689db2eabbb531fc6daed9db3a9bcc1780b6)
commit 09b3a82e496dd6f45a8f55fb06ca8ff6d4582aa1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 10:08:34 2019 +0200
core: fix spelling error
(cherry picked from commit e35fe2d7b4ae79be6af9a70d8520620941960a72)
commit 81e39705affe8efe3e544ef34ae4e7649f745512
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 10:04:58 2019 +0200
pua: fix spelling error
(cherry picked from commit d06e85d6fa9e75e8008bc422a7596671283054f7)
commit 48e4b9b41c70ebe3f7a478dcdcb628e7a0306123
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 10:02:36 2019 +0200
utils/kamctl: update shebang to python3
(cherry picked from commit 9aa42d7c8161d4a0d085b019a85cde6981b3b4f9)
commit 4c36858eb9302465bba492f7901986f6a94198f0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 10:00:16 2019 +0200
textops: fix spelling error
(cherry picked from commit 20e6c522c6722012cb8c38ae7e0c1773b2d536ed)
commit c1e5c03aadb86abe0b8063f04f1cbcc8e908b0a8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 09:59:02 2019 +0200
smsops: fix spelling error
(cherry picked from commit 4ba14d2f6db6144870650398da6c07b07d23d64d)
commit 4537518a1df4c579f0603dfdbe947f3cee6d0fe3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 09:57:07 2019 +0200
smsops: fix spelling error
(cherry picked from commit 4a657005a5c4eff88e48dc2b8847d5800a90bead)
commit a616c673ca4164a026ca8fc64db977bb3ffcef95
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 09:52:42 2019 +0200
secfilter: fix spelling error
(cherry picked from commit 3c26ebe4670eaffce4754bbd0cd76cbecf5bf590)
commit edc998d58fbd9f5555d951c6469d7278525af1e1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 09:35:10 2019 +0200
seas: fix spelling error
(cherry picked from commit 8a197dcc8d2d063d3615e8800ed8d2f7812cce0f)
|
4cc67ada |
===================== 2019-10-17 Version 5.3.0 Released =====================
|
780fbd39 |
|
bc96bbad |
===================== Changes Since Version 5.2.0 ===========================
|
06eb6ed4 |
|
4cc67ada |
commit 52dc42ef6e4929ce67403d43909df2f015146c5e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 17 13:20:27 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0
- new major release
|
06eb6ed4 |
|
4cc67ada |
commit ce8a69d891521c862b8374df88f77bb42a760f09
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 17 12:31:38 2019 +0200
|
bc96bbad |
|
4cc67ada |
utils: kamdbctl - version set to 5.3.0
|
bc96bbad |
|
4cc67ada |
commit a9e65d76af4f7485b876b97ab8b6d6f1a28d56a7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 17 10:57:23 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
pkg: rpm/specs - set version to 5.3.0
|
06eb6ed4 |
|
4cc67ada |
commit 67cd116cdb05511cbf889a6f4418830c35ec77c3
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 15 19:40:02 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
statsc: free parsed params in case of error
|
bc96bbad |
|
4cc67ada |
- wrap some lines of codes in blocks
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit 27020d88b4d3206a8f193dc5343ea8bb5b39b5a1)
|
06eb6ed4 |
|
4cc67ada |
commit e0de1a6842b03b06c56f84ae2dfc153b18f3a7c1
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Oct 11 14:02:57 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
nathelper: removed exe flag from c file
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit 82195c2a51c5020ca0024f59492a4e2faef0e15a)
|
bc96bbad |
|
4cc67ada |
commit 195c0150c83cdea3ec2f1dcd4c53f59d37280be7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Oct 17 09:16:28 2019 +0200
|
bc96bbad |
|
4cc67ada |
pkg/kamailio/deb: version set 5.3.0
commit 0ba475b82c640047060d49dab9768a5003eb5cf4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 16 12:13:07 2019 +0200
siptrace: use debug for the log message about retrasmission
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit bf3c70e00b0d8252acca4b8d28f435819dd100b5)
commit fc91331a92acdef0a17b0341b8d22f93bdbbc1db
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Oct 15 15:13:32 2019 +0200
tls: add TLSv1.2+ to example configuration
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit aedd2c6470feb6410605110e8e31eca8b43feefb)
|
bc96bbad |
|
4cc67ada |
commit 98e22d5e11be5ef9e669635ea472ffe4f1d81e42
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Oct 15 15:16:40 2019 +0200
|
bc96bbad |
|
4cc67ada |
modules: readme files regenerated - modules ... [skip ci]
commit dc41cb04a5af37192ac5363bb939efb3a45efe90
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Oct 15 15:13:09 2019 +0200
tls: fix missing TLSv1.2+ parameter documentation
|
f0d5c35c |
|
4cc67ada |
(cherry picked from commit 5e00109fabe3507f1c20cbef80348e72ddb78cc8)
commit 7454cb8938df103ad77a3ec6c7eb733558ceea86
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Oct 14 14:35:17 2019 +0200
dispatcher: add some debug logging for ds_update_state function
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit 8ee71161f907201e1734a4b2476636cfb518dab3)
|
3bcf5579 |
|
4cc67ada |
commit c32bccf1cebf70e512f16c15124db1c717e01769
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Oct 15 14:14:16 2019 +0200
tls: switch to TLSv1.2 in example cfg, usage of TLS 1.0 is not recommended anymore
(cherry picked from commit 3fa7b04cb6ac4170343455fa4f591fa95f7a3ff9)
commit 1c1791db132aaa87dec0a60a2080680da19a49f9
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Oct 9 22:46:24 2019 +0200
modules: readme files regenerated - modules ... [skip ci]
commit 90fb9166dd8ec011540c3401cc583996b5bd7c5a
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 9 22:41:47 2019 +0200
websocket: small doc improvement (use module names instead of file names)
(cherry picked from commit 179c536e972f4f8739a4ba3446610161d8cb913f)
commit 102131c20c179572452946c5dc82557ad1da2234
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Oct 9 21:31:21 2019 +0200
modules: readme files regenerated - modules ... [skip ci]
commit eaed118951d605b5961fdcf57a81a25881642e1b
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Oct 9 17:01:20 2019 +0200
modules: readme files regenerated - modules ... [skip ci]
commit f581c1360979adf4087b594b4638cec4b945576f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Oct 7 17:16:30 2019 +0200
|
3bcf5579 |
|
4cc67ada |
modules: readme files regenerated - modules ... [skip ci]
|
3bcf5579 |
|
4cc67ada |
commit 64c35a9f06ef42ecbfe2ac11a7ed171c7e91c06c
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Oct 9 21:28:40 2019 +0200
|
3bcf5579 |
|
4cc67ada |
tls: docs for kxlibssl rand engine
- manual backport
|
06eb6ed4 |
|
4cc67ada |
commit 29a75074c99b334ea80d78a247562684d18b2116
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Oct 9 20:29:52 2019 +0200
|
3bcf5579 |
|
4cc67ada |
tls: added rand engine kxlibssl
|
bc96bbad |
|
4cc67ada |
- use default libssl engine wrapped in a kamailio mutex lock
- manual backport from master
commit e22bc63df21a96a2ad8a7e0c6302d4c73bac667c
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 9 21:18:20 2019 +0200
uac: spelling fix in docs, add missing title section for uac.reg_add
(cherry picked from commit 073907aa1f3b325b121801f06a65e7e7175154f3)
commit 841182e9ee55dca5b932a7716d14b3350ab3671f
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 9 21:12:48 2019 +0200
uri_db: spelling fix in variable name
|
f0d5c35c |
|
4cc67ada |
(cherry picked from commit 23b60ed9fbf9396bd531c76f57c133d5850c0764)
|
3bcf5579 |
|
4cc67ada |
commit c44bd17c79bc0119ae201b826d84b9514700eda9
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Oct 9 12:38:14 2019 +0200
|
3bcf5579 |
|
4cc67ada |
tm: skip resuming suspended transactions put on wait
|
bc96bbad |
|
4cc67ada |
- transaction is expired in that moment, pending its destroy process
- GH #2055
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit 52afc7b70f8e4abfb347c84872ab7daa202a6a24)
|
3bcf5579 |
|
4cc67ada |
commit fc9ca0fcdff7ebc5399374038bc6a0aa02207229
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 8 12:31:39 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
avp: free allocated variable in case of error
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit 5a18155c0fe661e7488f75afa7b0ea7638932943)
commit 21e0fba6adb9e77e91ea83ed79b13621df556e1e
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 9 16:56:31 2019 +0200
tls: add initial seeding to cryptorand generator, as we don't do it in core
|
bc96bbad |
|
4cc67ada |
- add initial seeding to cryptorand generator initialization to main proces
- only as additional fallback in case of no access to system entropy sources
- not needed for 5.3 - we do it in here in the core for all processes
|
06eb6ed4 |
|
4cc67ada |
commit 679f20654ebf52855fdaad1d72cd6572dd9f9743
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Oct 7 11:50:29 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tls: update name and mailing list in tls_cert.sh script
|
3bcf5579 |
|
4cc67ada |
(cherry picked from commit 49a78933845f136f8f7caaf7e24e6cdcf206cbb5)
|
06eb6ed4 |
|
4cc67ada |
commit 6fb06e5f71bdf1b7fc689701a57f543e34836812
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 9 15:47:05 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tls: small extensions in parameter docs related to PRNG engines
commit 7f892850916a6d668386575d1bb1ed1b3a638059
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Oct 7 23:21:33 2019 +0200
pkg/kamailio/deb: version set 5.3.0~rc1
commit 5f477b4e58e4d9b02aa20176c314b2915ff832f5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Oct 3 14:21:35 2019 +0200
usrloc: keep a private copy of urecord before running ul_callbacks
|
bc96bbad |
|
4cc67ada |
fixes #2089
|
28111e79 |
|
4cc67ada |
(cherry picked from commit f3cf0a2f4e60a3a7185baa106869dab85cd8cd0b)
|
06eb6ed4 |
|
4cc67ada |
commit 6ab666f4bb205d4729bfa8874a351f351ef5275e
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Oct 7 18:51:40 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-rc1
commit 970f86d2fc8c842f267dc99fa1ebb4093b5586ad
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Oct 7 15:38:22 2019 +0200
core: workaround related to T_OPT for alpine linux musl C library (GH #2095)
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit cec1043a9c4daa39b4245b87f28fb5566e8627bd)
commit a4cab366dd03c1e8dcd6e36ba1bfa01104aafcbf
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Mon Oct 7 18:23:12 2019 +0300
pkg/docker: updated kamailio-ci submodule
commit 46effd6a25fb1bf4c789307b3b097bd2c25e9fac
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Oct 7 17:04:54 2019 +0200
texopsx: extend docs with a small note about msg_apply_changes()
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit 899b826bcf2ebe0197fae5766962e0c193c585ec)
|
06eb6ed4 |
|
4cc67ada |
commit 2ec8caa1ef9577fa4f21fb1fa2f9f6217a29f3eb
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Oct 7 16:26:10 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
http_async_client: use enough size to print pointer as string in build_hash_key()
|
bc96bbad |
|
4cc67ada |
- use local string variables instead of allocation in pkg, because the values
are needed only inside the function
- use safer snprintf() instead of sprintf()
- GH #2091
|
28111e79 |
|
4cc67ada |
(cherry picked from commit 087654a5028cd800e17fcd9d1768135a60fd6706)
|
06eb6ed4 |
|
4cc67ada |
commit 398641926648a32b635f39f655ae3231038b9c3d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Oct 7 15:13:58 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tls: docs - documented cryptorand engine for prng
|
06eb6ed4 |
|
4cc67ada |
commit 58f6eb7b8bbd6e22994f4b147b6c2fc9c7d1daa0
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Oct 7 14:57:06 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tls: add cryptorand (fortuna) engine for PRNG if libssl v1.1.0+
|
2a6f5858 |
|
4cc67ada |
- set it to be the default PRNG with libssl v1.1.0+
|
06eb6ed4 |
|
4cc67ada |
commit f07893606b2129f3a7f24a7d1f7fee619f9b8105
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Oct 7 11:42:12 2019 +0200
|
2a6f5858 |
|
4cc67ada |
tls: Makefile - do not enclose fortuna lib in quotes
|
f0d5c35c |
|
4cc67ada |
- bsd make keeps them in compile/ldd command
|
06eb6ed4 |
|
4cc67ada |
commit 30cef0e29c39402b91cd6d4b4d323cf3bf9fd033
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Sat Oct 5 20:41:50 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
presence: free allocated memory in case of error
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit 4e6c8fe6073d7d52bab66faa68abad2f685d2090)
|
28111e79 |
|
4cc67ada |
commit aa875e297bea05828f319d71fc68c44969931231
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Oct 4 18:12:15 2019 +0200
|
2a6f5858 |
|
4cc67ada |
xmlrpc: clean allocated buffer for reply when no more memory for reason value
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit 36a4b16117d79f1a30a9f929350f75ab8bfd5d2a)
|
28111e79 |
|
4cc67ada |
commit 52dda341500c697b988f600d3ae6f1b0065670bc
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Oct 4 11:15:04 2019 +0200
|
28111e79 |
|
4cc67ada |
tls: use fastrand() for the corresponding rand_engine
|
ed29e169 |
|
4cc67ada |
(cherry picked from commit f877069e141749796ec02a78ce16342f9e120ef7)
commit ac16e21715e57befcba386e74214fa482bdf97d7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 4 08:53:53 2019 +0200
core: str2int() test first if result is null, otherwise init it to 0
|
bc96bbad |
|
4cc67ada |
(cherry picked from commit b83a165e2d0e34c9bca742708c1891eb114bae04)
|
28111e79 |
|
4cc67ada |
commit 3c11a405344af55aa4b9c8d35e1c181473cbdf42
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Oct 3 11:36:05 2019 +0200
|
28111e79 |
|
4cc67ada |
tls: docs for rand_engine parameter
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit 787b95a5a0573d4e81b2475a84bad59076e34faf)
|
bc96bbad |
|
4cc67ada |
commit 2935b65d7d909f8ac355b8f2b5404494c4ec2c6b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 3 11:23:09 2019 +0200
|
bc96bbad |
|
4cc67ada |
tls: set random number engine to fastrand for libssl1.1+
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit 6d154fbb2ff1d2941316281fad120b5db219deb1)
commit 43aa779ee9e43805e6a7da2c12562fdc89c5c413
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 3 11:18:41 2019 +0200
tls: option to set use fastrand for rand_engine
|
2a6f5858 |
|
4cc67ada |
(cherry picked from commit 4f514a7956534f1afc1ef30d8332f5dc3547de4b)
|
28111e79 |
|
4cc67ada |
commit 26d8e3cf82a49ad4e58ced507f7a1787b74656b0
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Oct 4 16:26:20 2019 +0200
|
28111e79 |
|
4cc67ada |
tls: add local copy of fortuna and depenencies from git master
|
bc96bbad |
|
4cc67ada |
- add local copy of fortuna and depenencies from git master
- not active yet, needs additions in tls_rand.* and probably also Makefile
commit eb792682973f34b1946a36126a01f6547ae43a5b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Oct 3 12:02:12 2019 +0200
pkg/kamailio/deb: version set 5.3.0~rc0
commit 726ad8579d75e0cd6fd3537140690c997601435c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 2 23:45:11 2019 +0200
Makefile.defs: version set to 5.3.0-rc0
|
2a6f5858 |
|
4cc67ada |
- branch 5.3 for v5.3.x release series
|
28111e79 |
|
4cc67ada |
commit 08ae663b82ec955cc349c5550b8bea796f148295
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Oct 2 23:32:02 2019 +0200
|
2a6f5858 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-pre2
commit c03818998f0bd679a1db67ef3b487dd7f1ec256b
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 2 16:29:46 2019 +0200
crypto: remove FIXME, add proper log level for debug statement, rephrase log
|
bc96bbad |
|
4cc67ada |
commit 9a268f13454c498fd374ca24b1a876e057ff155d
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Oct 2 16:27:40 2019 +0200
crypto: spelling fix in comment
commit 58047ba61d0cbceebc8c85590970a573fc396aa5
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Oct 2 08:32:21 2019 +0200
|
bc96bbad |
|
4cc67ada |
app_perl: first destroy old interpreter before creating the new one
|
ed29e169 |
|
4cc67ada |
- on interpreter reset, the new one may inherit globals from the old
one, if that is not yet destroyed
|
28111e79 |
|
4cc67ada |
commit fc542100d85a013272dde869e54173a7d5a062f4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Oct 1 23:04:01 2019 +0200
|
28111e79 |
|
4cc67ada |
tls: option to set custom random bytess generator
|
bc96bbad |
|
4cc67ada |
- attempt to fix GH #2077 which exposes a crash in the libssl v1.1
default random bytes generator
|
28111e79 |
|
4cc67ada |
commit 325d1e6d53b3db3265d6f76ec34bb3d6a31419c4
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Oct 1 18:00:13 2019 +0200
|
28111e79 |
|
4cc67ada |
core: fix compile error related to missing T_OPT in older (<2.25) glibc (GH #2087)
|
28111e79 |
|
4cc67ada |
commit 51e72659699b5f15b1a4b8827247e0bcdd587fab
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Oct 1 17:01:51 2019 +0200
modules: readme files regenerated - siptrace ... [skip ci]
commit 1d014c04cfc67d5ed7c3bd440bcf05eb76b1fc73
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Oct 1 17:00:36 2019 +0200
siptrace: fix (copy and paste) errors in siptrace docs
commit aeea940adaddc12c1467a0ac8f5e34d14b1339be
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Oct 1 16:38:20 2019 +0200
core: skip get_record for DNS extensions e.g. for EDNS0 (GH #2087)
|
28111e79 |
|
4cc67ada |
commit dd594481ee5478d4509c2e53d88a4e309e7dad67
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Oct 1 13:46:53 2019 +0200
modules: readme files regenerated - siptrace ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 3033a26a6a8a8e7075dd5a86bf376c73830f2bbe
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 13:31:47 2019 +0200
|
28111e79 |
|
4cc67ada |
siptrace: docs for sip_trace_mode() function
|
28111e79 |
|
4cc67ada |
commit 929ff145d78b70f29c388b31e76f84c4b438ee90
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 13:23:06 2019 +0200
|
28111e79 |
|
4cc67ada |
siptrace: added sip_trace_mode(tmode)
|
f0d5c35c |
|
4cc67ada |
- function to specify the tracing mode: message, transaction, dialog
- a short form of siptrace with 3 params when the duplicate uri and
correlation id are not used
- the variant for the older setflag(...)/sip_trace(...) to track all the
messages in a transaction
|
06eb6ed4 |
|
4cc67ada |
commit 47e0649eca286bfc26c39dd1142169fc06eea077
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 12:22:34 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
pdt: init len variable to avoid using garbage value
|
06eb6ed4 |
|
4cc67ada |
commit 6861995e417c40e9ab530d4c0bed97c57de184fd
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 12:17:48 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
speeddial: fix stripping domain prefix
|
bc96bbad |
|
4cc67ada |
- increment the index after the value is adjusted
|
06eb6ed4 |
|
4cc67ada |
commit dfe8db758f84f5e88e0cb35b80a65dcd48158897
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 10:28:13 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: init local structs to avoid use of garbage values
|
06eb6ed4 |
|
4cc67ada |
commit a886f8ef15677b951e36407735f1fb5b94f0edd0
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 10:27:37 2019 +0200
|
3bcf5579 |
|
4cc67ada |
core: tcp - safety check that dst address is provided for tcp_send()
commit 41f6ddb8162960633b005c759b74efd86296d021
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Oct 1 10:17:03 2019 +0200
|
3bcf5579 |
|
4cc67ada |
modules: readme files regenerated - siptrace ... [skip ci]
commit 3f23f9ef88e4fa2af8d24c3260cb9821aa2f64cc
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 10:06:47 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
siptrace: docs - more info on using trace_mode vs flag/sip_trace()
|
06eb6ed4 |
|
4cc67ada |
commit fa5f36454f2ef5fb4e55dd05f746430d9786e842
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 09:04:01 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
jsonrpcc: removed old todo file
|
06eb6ed4 |
|
4cc67ada |
commit a6caed41166e555d7297abbae6017c5c54262662
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 09:02:56 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
ims_qos: fixed typo in comments (timout -> timeout)
|
06eb6ed4 |
|
4cc67ada |
commit 5631338036c405b1e8c7fe8a1e320db2eb63c3f9
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 09:01:29 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
sms: fixed typo in comments (timout -> timeout)
|
3bcf5579 |
|
4cc67ada |
commit 75e0e0f4d693e207d2035f84c3e1ddc9cc715ec4
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Oct 1 08:59:44 2019 +0200
|
3bcf5579 |
|
4cc67ada |
db_mysql: fixed typo in comments (timout -> timeout)
|
06eb6ed4 |
|
4cc67ada |
commit 40e09d8625184f19ff5666a2848cbb8c6212db26
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 30 20:17:10 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
siptrace: trace transaction when message flag is set
|
06eb6ed4 |
|
4cc67ada |
commit be04fb6eab7caec8a2406a0b3ddee2b07083987e
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 30 19:56:50 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
siptrace: proper handling when sip trace flag modparam is not set
|
2a6f5858 |
|
4cc67ada |
- use a dedicated variable to get flag index via param, because 0 is a
valid index, resulting in bit 1 being used for sip tracing
|
06eb6ed4 |
|
4cc67ada |
commit de11e2850314b12320cf8fed29f709a38a986709
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 30 09:05:47 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tm: removed async mutex define option
|
ed29e169 |
|
4cc67ada |
- it was disbaled due to conflict with reply processing, the reply mutex
being used, t_continue() has same processing like a failure handling
|
06eb6ed4 |
|
4cc67ada |
commit a37f3fe8e2c93adcbeaa91ace8b3bff6abc29ff5
Merge: 635cdbc17 a44ade38d
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 30 08:36:40 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Merge pull request #2083 from amessina/master
|
ed29e169 |
|
4cc67ada |
kamctl: Update dbtextdb.py for Python3
|
06eb6ed4 |
|
4cc67ada |
commit 635cdbc17abd0d213cc0065dcbbb22f1c73ce61b
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 23:47:16 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
lib: add missing debug output for srdb1, db_do_submit_query
|
06eb6ed4 |
|
4cc67ada |
commit 671fc87ccd345f56e74a87e3ff599912631dcef3
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Sep 29 23:16:42 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - usrloc ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 98e1eabc676639b7e739d8641e3fa80f3c5b56dd
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 23:15:40 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tls: spelling fix in comments (usefull -> useful)
|
06eb6ed4 |
|
4cc67ada |
commit 8d729f0d218d84c0850ade47e5dbe28ba54a5c98
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 23:15:31 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
usrloc: spelling fix in comments (usefull -> useful)
|
06eb6ed4 |
|
4cc67ada |
commit 64a93405470569b098b6d1a45361a80bc5f82644
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 23:15:11 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
ctl: spelling fix in comments (usefull -> useful)
|
06eb6ed4 |
|
4cc67ada |
commit 76353873c63cf3115c05b2e188f36e5a2b0ce9bf
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 23:14:24 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
lib: spelling fix in comments (usefull -> useful)
|
06eb6ed4 |
|
4cc67ada |
commit 68d1bdefb373798c740130b50602cdde2e70f876
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 23:13:41 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: spelling fix in comments (usefull -> useful)
|
06eb6ed4 |
|
4cc67ada |
commit ac016795dae5c0dcb5377fe9efa83fda240a6d17
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 22:57:53 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
uac: fix crash related to uacreg HA1 addition, commit 9b501c4945
|
bc96bbad |
|
4cc67ada |
- fix crash related to uacreg HA1 addition, commit 9b501c4945 (GH #2076)
- it's also necessary to add the new column to the queries
|
06eb6ed4 |
|
4cc67ada |
commit 4ad1382a6529f9d201a78280998f846dbbd3aa80
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Sep 29 21:47:11 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - siptrace ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit d3b0710a1bf0158a337636c6bb7132209320ef87
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 29 21:41:59 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
siptrace: fix an error in the docs, new tracing functions will be available in 5.3.0
|
06eb6ed4 |
|
4cc67ada |
commit a44ade38dc420d2699896930ededf54645837a22
Author: Anthony Messina <amessina@messinet.com>
Date: Sun Sep 29 11:04:58 2019 -0500
|
06eb6ed4 |
|
4cc67ada |
kamctl: Update dbtextdb.py for Python3
- reported by GH #1747
|
06eb6ed4 |
|
4cc67ada |
commit a1a32a927203c8897c577618bb03ab543b5e71f9
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Sep 27 18:31:50 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - dialog ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 21af49a8db75b80e6a910e6b6ed0412bbcf5608a
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 27 18:15:25 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
dialog: two spelling fixes in docs, small rephrasing
|
06eb6ed4 |
|
4cc67ada |
commit 827713c8abb15c50828d7b0597fdf1024a45cbd5
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Sep 27 11:25:51 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
pkg/kamailio/obs: removed deprecated fedora dists [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 94a20e8f0005f16b371833b315f8d64457709328
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Sep 27 11:47:07 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
pkg/kamailio/obs: Added fedora rawhide packaging [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 3ac708b5d80faf1f7615eb884dba2ce2fc04bdf3
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Sep 27 11:27:05 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
pkg/kamailio/obs: fixed rpm buils for CentOS dist on OBS [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit e9671df3f458ad40d913bd2ce0792340a5df5948
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Sep 27 11:23:13 2019 +0300
|
f0d5c35c |
|
4cc67ada |
pkg/kamailio/obs: set correct group name for systemd unit files [skip ci]
|
f0d5c35c |
|
4cc67ada |
commit 1fdabbf5ce5fd218a47b7d147ebec5c6c45c1cce
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 27 12:22:24 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
app_perl: log the number of reset cycles in debug message
|
06eb6ed4 |
|
4cc67ada |
commit 5eb2eca034d07f0fdb65cbcee2847945d476cbe2
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 27 11:36:28 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tools: allow one whitespace between route and name, kamailio parser accept it as well
|
06eb6ed4 |
|
4cc67ada |
commit 9490ec06d3cf0cfd0b0cf2d0a5ef701ccdabcaba
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Sep 26 23:09:37 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
app_perl: set G_EVAL flag when executing perl_destroy_func
|
2a6f5858 |
|
4cc67ada |
- trap use of die in the perl libs to avoid having an exit when
reset_cycles is used
|
06eb6ed4 |
|
4cc67ada |
commit b6a0d86b79dcc8eacbf725a3f5d6b8d123b14fc1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Sep 26 09:31:48 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - db_cassandra ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit f87f25700aa64f82e9c359cf1788061160dd2276
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Sep 25 15:17:11 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - dialog ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 39b7b4073465fd5343297683c59d75510c87d195
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Sep 26 09:19:46 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
db_cassandra: docs - note about the state of the module
|
06eb6ed4 |
|
4cc67ada |
commit ccc0eb6d12a1deb61536d7887d0baf73a9cc639f
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 17:04:05 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: remove over-specific -fmpu definition, not needed according to my tests
|
06eb6ed4 |
|
4cc67ada |
commit ea141f0a63cf8a09eb11df53929ead49c5a07338
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 15:35:17 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
jsonrpcs: cast to unsigned long, related to commit e624cbfa4b0df
|
06eb6ed4 |
|
4cc67ada |
commit 074c7ce165704aaea0d5ec3cd0d920656c1cd255
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 15:33:47 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
smsops: cast to unsigned long, related to commit a61e04757d5f
|
06eb6ed4 |
|
4cc67ada |
commit ed0bc07dd66f954757695eebbcd7e49dc5333a9d
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 15:31:41 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
call_obj: cast to unsigned long, related to commit 2a2780cb6b04
|
06eb6ed4 |
|
4cc67ada |
commit eeeecadeb1452972de7386354dfca37f483cef06
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 25 15:16:23 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
app_python3: implement missing types for 3 params
|
06eb6ed4 |
|
4cc67ada |
commit 261cb0f91e7a85bf56c64bbf929673c46197efcf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 25 15:11:30 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
app_python: implement missing types for 3 params
|
06eb6ed4 |
|
4cc67ada |
commit 436ef74f2e12a17f7187031d5ea40b2fb3bbb107
Author: Alexandru Covalschi <568691@gmail.com>
Date: Wed Sep 25 15:13:56 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
uac: fix uac_reg_check_password having '9' disabled in hash string (GH #2072)
|
06eb6ed4 |
|
4cc67ada |
commit 6319d73aa3aac1d4da689259dc3ec6084bbfca2f
Author: Jurijs I <jurijs.ivolga@gmail.com>
Date: Wed Sep 25 15:34:06 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
Typo in RPC Command dlg.dlg_list example
|
bc96bbad |
|
4cc67ada |
Typo in RPC Command dlg.dlg_list example, it should be kamcmd dlg.dlg_list abcdrssfrs122444@192.168.1.1, instead of kamcmd dlg.list abcdrssfrs122444@192.168.1.1
|
06eb6ed4 |
|
4cc67ada |
commit d4adbb31b9dab53a0ee5c6417bd3bbd4ee8c528b
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 14:47:42 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: enable SMP mode after ARM v6/ARM v7 fixes on this platform
|
06eb6ed4 |
|
4cc67ada |
commit 1bc29ce527ffbf135926516ab387a59ae215cfec
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 14:36:36 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: improve ARM v6 and ARM v7 atomic operations (branch merge from andrei/armv7)
|
bc96bbad |
|
4cc67ada |
- improve ARM v6 and ARM v7 atomic operations support in core
- this will also fix the swp{b} assembler warning messages on this platform
- merged from andrei/armv7 branch (base commit b092c2d10f4672db)
- these patches have been already used from some embedded hardware vendors
|
06eb6ed4 |
|
4cc67ada |
commit 6b1bb063adc7310f297ef426af2b415ed2273eb4
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 14:21:07 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: print the architecture for Kamailio was compiled for (included in '-I')
|
06eb6ed4 |
|
4cc67ada |
commit a61e04757d5fbc6d756fed6339495e809258dc1e
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 14:20:24 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
smsops: fix compile warning, size_t is unsigned int on 32 bit architectures
|
06eb6ed4 |
|
4cc67ada |
commit e624cbfa4b0dfc88c95844f056b25fa46bd6b1f1
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 14:20:04 2019 +0200
|
bc96bbad |
|
4cc67ada |
jsonrpcs: fix compile warning, size_t is unsigned int on 32 bit architectures
|
bc96bbad |
|
4cc67ada |
commit 2a2780cb6b043baca964db19b45c46d9d9adc754
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 14:19:21 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
call_obj: fix compile warning, size_t is unsigned int on 32 bit architectures
|
06eb6ed4 |
|
4cc67ada |
commit ec89ce24367882bf15f39f9a5acd58c652ba6737
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 11:25:53 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: add support for ARMv7 architecture (e.g. newer Rasberry Pi 3)
|
bc96bbad |
|
4cc67ada |
- add the possibility to optimize for ARMv7 architecture (e.g. newer Rasberry Pi 3)
- can currently be enabled by editing the Makefile.defs and adding '-march=native'
at the documented line
- warning about swp{b} instructions needed to be fixed in atomic operations
- fallback for ARMv8 to ARMv7, as core atomic operations does not support it yet
|
06eb6ed4 |
|
4cc67ada |
commit 517854cba98d33fb632983fe9a2ecf9da9e7e7f9
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Sep 25 11:22:29 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: enable existing atomic operations for ARMv7 architecture (e.g. newer Rasberry Pi 3)
|
06eb6ed4 |
|
4cc67ada |
commit f31f0814fa50f29b45bf427cc84d12558834f836
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Sep 25 10:08:05 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
pkg/kamailio/deb: switch back to libssl-dev 1.1 where available
|
06eb6ed4 |
|
4cc67ada |
commit 24988041d42c752c8202829d8e92d7a75762ab96
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Sep 24 18:29:03 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: fix doc URL for pre-defined architecture compiler macros
|
06eb6ed4 |
|
4cc67ada |
commit 0d8a19fde8f46d175302f5fe77caed1bdef1a8bc
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Sep 24 09:35:52 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: enable mem_join memory manager setting as default
|
bc96bbad |
|
4cc67ada |
- enable mem_join memory manager setting as default
- this should help with server stability in low memory situations
- some downstream projects (e.g. Kazoo) enables this already since years
|
06eb6ed4 |
|
4cc67ada |
commit 9ac7c87edb1c9fdbaaeaf413dc0586f32c646276
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Sep 24 16:31:56 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - acc ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 659e2c3ebb50f4a7362b4de2340883885391ebe6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Sep 24 16:24:44 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
acc: update doc reference to wiki [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 2f690e4c01502ad744d3e24e368ff4359dcbdf33
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Sep 22 00:46:32 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - drouting ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit e2c3ed2de42eaa85c52d9d78c6e2076274645344
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:36:18 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
lib: don't initialize the PRNG again, especially with insecure low entropy input
|
ed29e169 |
|
4cc67ada |
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
06eb6ed4 |
|
4cc67ada |
commit 53ea0794c9ffeb017e0e5500b0ac2480023946e5
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:34:49 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
sipcapture: don't initialize the PRNG again, especially with insecure low entropy input
|
bc96bbad |
|
4cc67ada |
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
06eb6ed4 |
|
4cc67ada |
commit 56c6f787a0e968d3ed05c21cffe8bdeb8e286d84
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:31:08 2019 +0200
|
bc96bbad |
|
4cc67ada |
cdp: several own processes are forked, we need to properly initialize the PRNG for them
|
bc96bbad |
|
4cc67ada |
- cdp: several own processes are forked, properly initialize the PRNG for them
- related to commit df25b16635e
|
bc96bbad |
|
4cc67ada |
commit 6e81ff04eff41666a7fa94a7ac090bdb5dd4950f
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:12:14 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
mohqueue: don't initialize the PRNG again, especially with insecure low entropy input
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
06eb6ed4 |
|
4cc67ada |
commit c89746fd908788807fdae32577450defa6be18fd
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:11:41 2019 +0200
|
ed29e169 |
|
4cc67ada |
drouting: don't initialize the PRNG again, especially with insecure low entropy input
|
ed29e169 |
|
4cc67ada |
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
06eb6ed4 |
|
4cc67ada |
commit 930406ec25254859eef0fa1db194d197317b6be0
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:11:14 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
lost: don't initialize the PRNG again, especially with insecure low entropy input
|
ed29e169 |
|
4cc67ada |
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
ed29e169 |
|
4cc67ada |
commit df25b16635e88b493b07bb3c3e0eb6aa764c396b
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:10:51 2019 +0200
|
ed29e169 |
|
4cc67ada |
cdp: don't initialize the PRNG again, especially with insecure low entropy input
|
ed29e169 |
|
4cc67ada |
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
ed29e169 |
|
4cc67ada |
commit e68bab8a107c19776f0d4abdc52ca8bbadfccb9c
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:09:53 2019 +0200
|
ed29e169 |
|
4cc67ada |
auth: remove commented out code block related to PRNG initialization
|
ed29e169 |
|
4cc67ada |
commit e85c9fc326d7d06a1078a529ed0a873bfc5ffeb6
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:08:31 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
dispatcher: don't initialize the PRNG again, especially with insecure low entropy input
|
ed29e169 |
|
4cc67ada |
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
06eb6ed4 |
|
4cc67ada |
commit 8dc02a6bd0adb068a07ec7b6b856e20665cd9cd1
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 22 00:05:18 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
uac: don't initialize the PRNG again, especially with insecure low entropy input
- don't initialize the PRNG again, especially with insecure low entropy input
- this is done in the core for the main process and all children
|
06eb6ed4 |
|
4cc67ada |
commit f07664492be76212aaa5c380d982860a56629c0f
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 23:53:13 2019 +0200
|
ed29e169 |
|
4cc67ada |
core: more secure PRNG initialization, use fastrand (its much safer) to init the other PRNGs
- more secure PRNG initialization, use fastrand (its much safer) to init the other PRNGs
- related to commit 0cd270bcb4b for main process, this is for the forked children
|
ed29e169 |
|
4cc67ada |
commit e8aa74a0220d6776c417d0f83d438be13d571e80
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 23:45:00 2019 +0200
|
ed29e169 |
|
4cc67ada |
drouting: document default DB URL
|
ed29e169 |
|
4cc67ada |
commit 9d9e6f0df91fdab423bc5740099a9db501c2da19
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 23:44:33 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
drouting: use default DB URL as all the other modules
|
06eb6ed4 |
|
4cc67ada |
commit 3caeb310bda0a40f0dca3567308df9f9cbeea462
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 23:40:11 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: improve child_init debug logging
|
06eb6ed4 |
|
4cc67ada |
commit 0cd270bcb4b4402f94fa65224e8d69ce1205b050
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 23:35:35 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: more secure PRNG initialization, use fastrand (its much safer) to init the other PRNGs
|
06eb6ed4 |
|
4cc67ada |
commit 4dbe7fa01d43931cbe1bfc041d4a16bece6ecec9
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 22:53:55 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: remove code for NO_REVERSE_INIT #define from 2002, which don't compile anymore
|
06eb6ed4 |
|
4cc67ada |
commit f89b0e2eb5b543f9689e894b02cb5e0585fd0b99
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 21:22:20 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: remove pointless assert, block_size returns size_t so it will be always >= 0
|
06eb6ed4 |
|
4cc67ada |
commit d1f5a2a266716d4f6759f9e695249dce442ccdd2
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 21 21:15:12 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: fix possible int overflow (conversion after multiplication) in cfg code
|
06eb6ed4 |
|
4cc67ada |
commit d0ed04ae7938ef09da1ca215043334190adb9c52
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 20 19:25:26 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
xcap_server: free xpath object before reusing the variable
|
bc96bbad |
|
4cc67ada |
- removed unnecessary resets of local variables at the end of function
|
06eb6ed4 |
|
4cc67ada |
commit b54573ca9167c807a1de39634bed04cb7953dce0
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 20 14:25:31 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
xmlrpc: reset fields in case of error for building fake via
|
06eb6ed4 |
|
4cc67ada |
commit f58c3ce7050908606e7bfd4dcde7f47622c0473e
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 20 12:53:10 2019 +0200
|
bc96bbad |
|
4cc67ada |
tools: add reply_route support to route_graph.py tool
|
bc96bbad |
|
4cc67ada |
commit 4a66e500ddb6028d3dfcf67aca951282309b6ea4
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 20 12:02:03 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tools: fix python exception usage in route_graph.py tool
|
06eb6ed4 |
|
4cc67ada |
commit 545ef51912ae9bf5e14eaffeb9f41be8359a442f
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 20 11:54:16 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
tools: use correct check of None instead of wrong comparison in route_graph.py tool
|
06eb6ed4 |
|
4cc67ada |
commit 4c709004bcc6a90fee21cf39fa1b19b0d69afec0
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 20 11:31:50 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: fix out of bounds write, related to commits 776d0d6bb1086 and dc2acb895538
|
06eb6ed4 |
|
4cc67ada |
commit b2c3344fb2ed55ef9da5594046b7eb92bc479517
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 20 10:02:07 2019 +0200
|
bc96bbad |
|
4cc67ada |
core: remove unnecessary negative check for unsigned int value (code scan warning)
|
06eb6ed4 |
|
4cc67ada |
commit 0e6b79f293e05222230f4e72efe1b5667253af48
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 20 00:03:55 2019 +0200
core: comment added to timer fork logic
commit eef64d618745b4837990603d1268f8f87d33c1a7
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 19 23:59:52 2019 +0200
core: add missing #include header guard
commit 9b7a8f90742ab03735c3c9f4fe3053d1f9f6fa35
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 19 23:54:14 2019 +0200
|
bc96bbad |
|
4cc67ada |
core: replace glibc time function calls with the thread-safe versions
|
f0d5c35c |
|
4cc67ada |
- replace glibc time function calls with the thread-safe versions, to prevent
race conditions from multi-process / multi-threaded access
- used in different utility functions which are used from core and modules
- trivial change, only the respective variable types were changed
|
06eb6ed4 |
|
4cc67ada |
commit 776d0d6bb10866e330e62003b7ec5bfcf4761f1a
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 19 23:52:45 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: replace glibc time function calls with the thread-safe versions
- replace glibc time function calls with the thread-safe versions, to prevent
race conditions from multi-process / multi-threaded access
- used in (undocumented) SER 'sys' selects, no functional change, locally tested
commit dc2acb895538131e99c770da6f7448cb5a46fc32
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 19 23:49:32 2019 +0200
core: replace glibc time function calls with the thread-safe versions
- replace glibc time function calls with the thread-safe versions, to prevent
race conditions from multi-process / multi-threaded access
- used in 'kamcmd core.uptime' rpc cmd, no functional change, locally tested
|
06eb6ed4 |
|
4cc67ada |
commit f229d221de2d9cbe8535019e98b018f31313c8cd
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 19 23:47:49 2019 +0200
core: rename local variable that hides global variable
commit 8821cc2f5a6b972307fb71e73cf8d57496e61f66
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 19 23:45:20 2019 +0200
core: remove unused seq variable in build_iface_list function
commit 6ea0555fbe3c941215c20372516431c07d466750
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Sep 19 17:28:28 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
msilo: coherent indentation and whitespacing
|
06eb6ed4 |
|
4cc67ada |
commit 3709b235a56b7c237bafc02ea87fd873e54b4b6d
Merge: 392a9abb7 6416d394a
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Sep 19 10:11:13 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Merge pull request #2068 from kamailio/xavp_serialize_fields
|
bc96bbad |
|
4cc67ada |
core: fix xavp_serialize_fields
|
06eb6ed4 |
|
4cc67ada |
commit 6416d394ae4fcb07726a19686dbc4c3f2e0116c5
Author: Julien Chavanton <jchavanton@gmail.com>
Date: Wed Sep 18 10:57:35 2019 -0700
|
06eb6ed4 |
|
4cc67ada |
core: fix xavp_serialize_fields
|
f0d5c35c |
|
4cc67ada |
stop adding plus signs when serializing empty strings
github issue #2067
commit 392a9abb79c1ff85e087540cc50f7f2a54d201df
Merge: 801a9e38b 10037f658
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Sep 17 14:35:10 2019 +0200
Merge pull request #2066 from kamailio/grumvalski/run_cb_on_dlg_load
dialog: run DLGCB_LOADED callbacks when loading dialog from db
|
06eb6ed4 |
|
4cc67ada |
commit 801a9e38bcd863950a53ed0ca63a2976376daddc
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Sep 17 13:18:08 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: print a version flag when pthread shared mutex is enabled for tls
|
06eb6ed4 |
|
4cc67ada |
commit 10037f658cd1657275f383314b6960715c17ea39
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Sep 13 13:56:34 2019 +0200
dialog: run DLGCB_LOADED callbacks when loading dialog from db
|
06eb6ed4 |
|
4cc67ada |
commit b9bd13a1d016eba5e4211ca9068bee1a3f5dbf83
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 16 22:29:17 2019 +0200
tm: small change related to commit 38bcfb75d, prevent short from tag in else case
|
06eb6ed4 |
|
4cc67ada |
commit 88d06a08a8baf460188745f1d748dd83f275356f
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 16 10:12:47 2019 +0200
|
3bcf5579 |
|
4cc67ada |
kamctl: kamdbctl.base - replaced get_answer() with a portable version
- contributed by Sergey Safarov, GH #2019
|
06eb6ed4 |
|
4cc67ada |
commit 66508a753d8685ba8bcd0b43a94ce3477c198c4a
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 16 09:51:40 2019 +0200
|
3bcf5579 |
|
4cc67ada |
presence: init event structure to avoid use if invaid values
|
06eb6ed4 |
|
4cc67ada |
commit 28dc74fa8a30b17abd7f7b173b66b8538c5a4bb5
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 16 09:45:33 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
presence: reset freed list to avoid double free in case of error
|
06eb6ed4 |
|
4cc67ada |
commit 9e703c1c1eb362bd68e53b38021aa42f8b173d0c
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 16 09:38:26 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
log_systemd: return in case the xavp is not valid
|
3bcf5579 |
|
4cc67ada |
commit 38bcfb75d3dfc5492fdee9e9bbb17f44cce37684
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 16 09:13:28 2019 +0200
|
3bcf5579 |
|
4cc67ada |
tm: safety check when using r-uri for generating from tag
- it can come from functions exported via tm api and the r-uri can be
optional because there are other checks if it is null or not
|
06eb6ed4 |
|
4cc67ada |
commit 17dc42ad31643eb95a0fd745ec7a7abc2a70b107
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Sat Sep 14 16:47:10 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
modules: readme files regenerated - msilo ... [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 492f6e1584d4a2a51c584ab5a71fe43822acef72
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 14 16:38:48 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
msilo: fix documentation for expire_time and clean_period to values from code
|
06eb6ed4 |
|
4cc67ada |
commit 059eb6f10d604d253f642db608dbfd54aafa30df
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Sep 14 15:16:50 2019 +0200
|
3bcf5579 |
|
4cc67ada |
modules: readme files regenerated - dialog ... [skip ci]
|
3bcf5579 |
|
4cc67ada |
commit 0412210eeaf525359da614eb2f73ccf6e9291f7e
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Sep 14 15:03:23 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
dialog: extend doc that DLGCB_LOADED needs to be loaded alone as well
|
06eb6ed4 |
|
4cc67ada |
commit 36ee7fa70ee43cffc8e7f2c279fb97862daf3f9b
Author: Jeff Gross <jeff@grosssoftware.com>
Date: Thu Sep 12 15:46:48 2019 -0400
|
3bcf5579 |
|
4cc67ada |
ims_isc: fixed the RURI trigger point match
- use the RURI from the SIP message in the regex compare, rather
than the regex string from the trigger point
|
3bcf5579 |
|
4cc67ada |
commit 57332eb67ca2fc086c27b19332b16a1a826f03a7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Sep 13 14:30:30 2019 +0200
|
3bcf5579 |
|
4cc67ada |
pkg/kamailio/deb: version set 5.3.0~pre1 [skip ci]
|
3bcf5579 |
|
4cc67ada |
commit a0ca4cd43f098d10aa5aadcc18453cbd0120dcef
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 13 13:39:23 2019 +0200
|
3bcf5579 |
|
4cc67ada |
tls: openssl_mutex_shared - add a date to the note about libssl workaround validity
|
06eb6ed4 |
|
4cc67ada |
commit 321eb14d23c42a1b22ff4d5a735247e4c53acde0
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 13 13:11:09 2019 +0200
|
3bcf5579 |
|
4cc67ada |
tls: openssl_mutex_shared - note that its code was imported in the core
|
3bcf5579 |
|
4cc67ada |
commit 1185b5f90eb3d608b66247dbec284d94188452e2
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 13 13:07:51 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-pre1
|
3bcf5579 |
|
4cc67ada |
commit a8c811e69e964821b73d0861a9547a301253d172
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Sep 13 13:00:17 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: main - functions to set PTHREAD_PROCESS_SHARED for pthread mutex and rwlock
|
f0d5c35c |
|
4cc67ada |
- 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
|
06eb6ed4 |
|
4cc67ada |
commit 79619717aa67c219fc36dfaac8d06919b8f2018e
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 13 12:57:38 2019 +0200
|
3bcf5579 |
|
4cc67ada |
Makefile.defs: detect if libssl version is 1.1+
|
f0d5c35c |
|
4cc67ada |
- link against pthread to be able to set PTHREAD_PROCESS_SHARED attribute
for mutex and rwlock initialization
|
3bcf5579 |
|
4cc67ada |
commit 9f514da4f0e601d246ffdeee837ca4c5f0488084
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Sep 12 23:47:23 2019 +0200
|
bc96bbad |
|
4cc67ada |
modules: readme files regenerated - acc ... [skip ci]
commit 40905046baab49fb3baf0f2fdded1307b023d08a
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 12 21:53:21 2019 +0200
acc: extend documentation related to flag usage
|
bc96bbad |
|
4cc67ada |
commit f40df55af2f50789ca4a8b89a213f7323b1932f2
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Sep 11 12:42:58 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: tcp - set default local socket for tls when lookup fails
|
bc96bbad |
|
4cc67ada |
- GH #2028
|
06eb6ed4 |
|
4cc67ada |
commit 8a678c244aa34cf352fb614693c6e6d505ce2dfe
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Sep 11 12:05:18 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: main - set default send tcp sockets to tls if no tcp is available
|
06eb6ed4 |
|
4cc67ada |
commit 9d8f6e25e30a48e6a1c55cfa112317b3da42207a
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Sep 11 09:36:14 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
core: safety protection on handing incoming messages without setting local socket
|
06eb6ed4 |
|
4cc67ada |
commit ab0a69eb01953be97ccdfdb230e5af06bac9649c
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Tue Aug 27 21:03:33 2019 +0300
|
f0d5c35c |
|
4cc67ada |
pkg/kamailio: added rpm spec version and release configuration [skip ci]
|
06eb6ed4 |
|
4cc67ada |
commit 79fecc643d0a17b4de25f54ae269d1bee1f0cb00
Author: Pintu Lohar <plohar@sk.com>
Date: Tue Sep 10 09:14:00 2019 +0200
|
f0d5c35c |
|
4cc67ada |
nathelper: Fixed memory leak in nathelper fetch contact timer (GH #2062)
- Allocated buffer is not freed when contact fetch is failed
- Leak frequently occur when database disconnect and reconnect
|
06eb6ed4 |
|
4cc67ada |
commit f99b4926c817e181f83f92ffa15510ff133d0a15
Author: Alexey Vasilyev <alexei.vasilyev@gmail.com>
Date: Wed Sep 4 14:12:22 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
db_postgres: database URL supports IPv6 address as hostname
|
bc96bbad |
|
4cc67ada |
- changed parsing of db_url to accept IPv6 address for hostname
|
06eb6ed4 |
|
4cc67ada |
commit a7588f382605991bef4499de8c89b10a9468c8cf
Author: Alexey Vasilyev <alexei.vasilyev@gmail.com>
Date: Wed Sep 4 13:47:23 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
db_mysql: database URL supports IPv6 address as hostname
- changed parsing of db_url to accept IPv6 address for hostname
|
06eb6ed4 |
|
4cc67ada |
commit 9e29e262f0107cedbf2e2d61d045b05c5a5fc410
Author: Alexey Vasilyev <alexei.vasilyev@gmail.com>
Date: Tue Sep 3 16:48:02 2019 +0300
|
06eb6ed4 |
|
4cc67ada |
lib: database URL supports IPv6 address as hostname
- changed parsing of db_url to accept IPv6 address for hostname
|
06eb6ed4 |
|
4cc67ada |
commit 68df10a2e8cb47d9e788a8bbc38e1f7be91cea78
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:35:49 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
Revert "github: small additition related to file line endings and windows editors"
|
3bcf5579 |
|
4cc67ada |
- This reverts commit d80bccc3b85256fe0d440cc47c90fc1020ae1d8d.
- not needed anymore, git should take care of this automatically now
|
06eb6ed4 |
|
4cc67ada |
commit 6ca88a4df74c095dac919efae6f74190fc44999b
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:29:18 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
git: add .gitattributes file to normalize line endings for new added text files
|
06eb6ed4 |
|
4cc67ada |
commit 162c32a32971b0a2e1681eefd9f9ab20f482cc01
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:29:09 2019 +0200
|
f0d5c35c |
|
4cc67ada |
sca: end of line normalization to linux line ending format
|
06eb6ed4 |
|
4cc67ada |
commit 73207ad1038aa50c502bb29bca24913f11e49c3a
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:28:45 2019 +0200
|
f0d5c35c |
|
4cc67ada |
lost: end of line normalization to linux line ending format
|
06eb6ed4 |
|
4cc67ada |
commit da7ce6eba4f7ec2716dcb5f9084e0830fa2ac716
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:28:22 2019 +0200
|
f0d5c35c |
|
4cc67ada |
janssonrpcc: end of line normalization to linux line ending format
|
f0d5c35c |
|
4cc67ada |
commit 904af9ae6c317c095bb37ed741c7a7daf0ecddaf
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:28:04 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
ims_registrar_scscf: end of line normalization to linux line ending format
|
06eb6ed4 |
|
4cc67ada |
commit 00f082d1a8b49241b928a9cc5439b6ef96e12b40
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 9 21:27:30 2019 +0200
|
06eb6ed4 |
|
4cc67ada |
pkg: end of line normalization to linux line ending format
|
06eb6ed4 |
|
4cc67ada |
commit 56bf76bba043ae02eefa8263d352caa7bb3af213
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 9 09:09:49 2019 +0200
|
18430108 |
|
4cc67ada |
kamailio.cfg: set_forward_no_connect() only for initial requests going through nat
|
18430108 |
|
4cc67ada |
commit ce19d9212feb0ff4b017b5eaa71e4637a71aa4b9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 9 08:34:08 2019 +0200
|
18430108 |
|
4cc67ada |
siptrace: turn warn into info message about loading dlg api
- dialog tracking is optional
|
18430108 |
|
4cc67ada |
commit d80bccc3b85256fe0d440cc47c90fc1020ae1d8d
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 8 22:57:27 2019 +0200
|
18430108 |
|
4cc67ada |
github: small additition related to file line endings and windows editors
|
18430108 |
|
4cc67ada |
commit e7468184151c20919428ab10dc72391f25c93d4f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Sep 8 10:31:59 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - db_redis ... [skip ci]
|
2a6f5858 |
|
4cc67ada |
commit a638c71454499d78363c5f213769c57a78772278
Merge: 5a380e95b 86990ab53
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Sun Sep 8 10:21:34 2019 +0200
|
2a6f5858 |
|
4cc67ada |
Merge pull request #2059 from kamailio/grumvalski/db_redis_keys_doc
db_redis: add examples about usage with dialog module
|
2a6f5858 |
|
4cc67ada |
commit 5a380e95b0914f9ae3b24ce9638404ad0b0afd6b
Merge: 26c137977 d05dfc206
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Sun Sep 8 10:17:13 2019 +0200
|
ed29e169 |
|
4cc67ada |
Merge pull request #2058 from kamailio/grumvalski/dlg_check_xdata_len
dialog: check xdata length when loading profile from db
|
ed29e169 |
|
4cc67ada |
commit 86990ab53c4b5e5ede49b95e17b02f96ae00a01c
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Sun Sep 8 09:56:43 2019 +0200
|
ed29e169 |
|
4cc67ada |
db_redis: add examples about usage with dialog module
|
ed29e169 |
|
4cc67ada |
commit d05dfc20632fde1d65017ff5d7f41713a9c79825
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Sun Sep 8 08:58:54 2019 +0200
|
f0d5c35c |
|
4cc67ada |
dialog: check xdata length when loading profile from db
|
f0d5c35c |
|
4cc67ada |
commit 26c137977d2892f67e80f07759bec17ddfe99172
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 6 20:48:31 2019 +0200
|
18430108 |
|
4cc67ada |
core: fix log message with the proper preprocessor directive name
|
18430108 |
|
4cc67ada |
commit 8f6e826576e52270f21c22a7d94b3026cc22c172
|
3bcf5579 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Sep 6 20:35:08 2019 +0200
|
18430108 |
|
4cc67ada |
core: ensure index of preprocessor directive conditions is not negative
|
3bcf5579 |
|
4cc67ada |
- avoid accessing the array at negative index for else processing
|
ed29e169 |
|
4cc67ada |
commit 37ec84b6718bf34c325f5cb522f7e41d8d345849
Merge: 1b85430f6 21afc6081
Author: wkampich <wolfgang.kampichler@gmail.com>
Date: Fri Sep 6 16:27:25 2019 +0200
|
18430108 |
|
4cc67ada |
Merge branch 'master' of https://github.com/kamailio/kamailio
|
ed29e169 |
|
4cc67ada |
commit 1b85430f6c783ad73ad29596dbd77a54773b5030
Author: wkampich <wolfgang.kampichler@gmail.com>
Date: Fri Sep 6 16:24:02 2019 +0200
|
18430108 |
|
4cc67ada |
lost: added generic P-A-I body parsing
|
3bcf5579 |
|
4cc67ada |
- the P-A-I body parsing function now uses parse_to() to allow
display name and uri params in the P-A-I body.
- besides: code refactoring and clean up log output.
|
18430108 |
|
4cc67ada |
commit 21afc6081c3044b4f754e6a34ea67fd98f2e3af9
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 6 12:13:19 2019 +0200
|
18430108 |
|
4cc67ada |
core: spelling fix in error message related to pid/pgid chown
|
ed29e169 |
|
4cc67ada |
commit 919dd72712561f03bc0f303390c06366fe7acddb
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 6 12:09:38 2019 +0200
|
18430108 |
|
4cc67ada |
core: improve error messages on permission problems for cfg/pid files and runtime dir
|
ed29e169 |
|
4cc67ada |
commit ed10d7692b99b1cd6d3975c06d8b0d9d3270779d
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 6 11:37:44 2019 +0200
|
18430108 |
|
4cc67ada |
core: improve error message related to a mismatch of #!ifdef/#!define statement
|
18430108 |
|
4cc67ada |
commit e3774a8e40e4cbe57d286e0426a8fd4e0a4175f1
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Sep 6 09:19:59 2019 +0200
|
bc96bbad |
|
4cc67ada |
pv: add missing implementation for documented acc user pv (GH #2056)
|
3bcf5579 |
|
4cc67ada |
- add missing implementation for documented acc user pseudo-variable
- it was documented as $Au, but it works differently since a long time
- as discussed in issue GH #2056 add a new pv $AU that works like intended
|
18430108 |
|
4cc67ada |
commit 748f981c708ebeb8b0f4325060696fd58d152f54
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 5 21:31:16 2019 +0200
|
f0d5c35c |
|
4cc67ada |
Revert "pv: fix $Au pseudo-variable, it contains incorrectly domain or realm (GH #2056)"
This reverts commit aa8f0820318762a393c41623cba3a5795225fb0a.
|
bc96bbad |
|
4cc67ada |
commit aa8f0820318762a393c41623cba3a5795225fb0a
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Sep 5 19:21:27 2019 +0200
|
2a6f5858 |
|
4cc67ada |
pv: fix $Au pseudo-variable, it contains incorrectly domain or realm (GH #2056)
|
2a6f5858 |
|
4cc67ada |
commit 20c9e35e811817377dba0290180ff23ee9749827
Author: Vicente Hernando <vhernando@systemonenoc.com>
Date: Wed Sep 4 18:36:45 2019 +0200
|
18430108 |
|
4cc67ada |
call_obj: fix Doxygen comments.
|
18430108 |
|
4cc67ada |
commit bda770e57200aba4118803a6d332f2440fb0a540
Author: Vicente Hernando <vhernando@systemonenoc.com>
Date: Wed Sep 4 13:26:07 2019 +0200
|
bc96bbad |
|
4cc67ada |
call_obj: software license.
|
bc96bbad |
|
4cc67ada |
commit 7f11960acfec8b182eadee1948f1cbd0e553faa1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Sep 5 11:53:28 2019 +0200
|
18430108 |
|
4cc67ada |
pkg/kamailio/deb: version set 5.3.0~pre0
|
18430108 |
|
4cc67ada |
commit ac0a0d6feebe738830efaa7bdcfae8ca7f41070d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Sep 5 08:46:10 2019 +0200
|
18430108 |
|
4cc67ada |
pkg/kamailio/deb: version set 5.3.0~dev8 [skip ci]
|
18430108 |
|
4cc67ada |
commit 101e798573a0a971f1d0f07512cb6267186f1f23
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Sep 5 07:03:27 2019 +0200
|
18430108 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-pre0
|
bc96bbad |
|
4cc67ada |
- start of pre-release phase (testing) for v5.3.x
|
18430108 |
|
4cc67ada |
commit 303e07d66198fa3891b69fdcf3c71d68805c1558
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Sep 5 07:02:39 2019 +0200
|
18430108 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-dev8
- end of development for v5.3.x
|
18430108 |
|
4cc67ada |
commit f828ad875f2cbb13303e59bb090071e5cc168487
|
f0d5c35c |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Wed Sep 4 00:31:30 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - nathelper ... [skip ci]
|
18430108 |
|
4cc67ada |
commit c556067bc3c0d99b7e81ee0bd1a97c1b416617d3
Merge: 26d25b1c9 e1ab977fd
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Sep 4 00:21:16 2019 +0200
|
18430108 |
|
4cc67ada |
Merge pull request #2051 from aalba6675/kemi-rr-preset
|
bc96bbad |
|
4cc67ada |
module rr: KEMI expose record_route_preset
|
18430108 |
|
4cc67ada |
commit 26d25b1c9e3654642f9f85c02492297ec1c03e75
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Sep 4 00:19:38 2019 +0200
|
18430108 |
|
4cc67ada |
nathelper: docs - added missing xml tags for the new nat test option
|
18430108 |
|
4cc67ada |
commit 9a5db07510feb5fab0bdd2b7d67446f93c55ee0f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Sep 3 23:31:47 2019 +0200
|
ed29e169 |
|
4cc67ada |
modules: readme files regenerated - nathelper ... [skip ci]
|
ed29e169 |
|
4cc67ada |
commit 9094ee5b1780b3be1b89b54cb8cc32cda4e8c04b
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Sep 3 23:21:45 2019 +0200
|
ed29e169 |
|
4cc67ada |
nathelper: also return -1 in case of SDP parsing errors for sdp_1918 check, simplify code
|
ed29e169 |
|
4cc67ada |
commit ce3bfaa843f0efabe49bd7087e89506f3f211669
Author: Yasin Caner <caner_yaso@hotmail.com>
Date: Tue Sep 3 23:14:16 2019 +0200
|
ed29e169 |
|
4cc67ada |
nathelper: extend nat_uac_test() to test for mismatch between connection and source IP (GH #2045)
- extend nat_uac_test function to test for mismatch between connection and source IP
- add documentation for this new flag 256 to module docs as well
- based on pull request GH #2045 with smaller adaptions
|
ed29e169 |
|
4cc67ada |
commit 56f86535e0ae3fcf8fa2d0b565c7ab61351678d0
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Sep 3 20:03:05 2019 +0200
|
bc96bbad |
|
4cc67ada |
phonenum: proper access to the str type param resid
|
bc96bbad |
|
4cc67ada |
commit 5518bbaa8c27ca0fbfa173e1f7101da90b1aee6d
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Sep 2 19:16:50 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - uac ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 56e53ed0ce594a1df30b5a5dcb5b455e0346957d
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 2 19:10:31 2019 +0200
|
18430108 |
|
4cc67ada |
uac: docs - fixed missing ending tag
|
18430108 |
|
4cc67ada |
commit f99b8731a9e91315f75e584f34f15d3c83f086d5
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Mon Sep 2 18:46:48 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - uac ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 3c980e1a820bd5981b8f68e393a8404131b49bec
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 2 16:43:59 2019 +0200
|
18430108 |
|
4cc67ada |
uac: docs - updates about use of auth_ha1 for remote registrations
- added docs for rpc uac.reg_add command
|
18430108 |
|
4cc67ada |
commit 163f73feb1f423270c3ecab7dec30b5d7cee0964
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 2 16:43:09 2019 +0200
|
18430108 |
|
4cc67ada |
lib/srdb1: uac_reg schema - updated notes about auth_password and auth_ha1
|
18430108 |
|
4cc67ada |
commit 9b501c49450646b47b740c7cc82a6a755f6f10f5
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 2 16:23:31 2019 +0200
|
18430108 |
|
4cc67ada |
uac: use auth_ha1 field if set for remote registrations
- has priority over auth_password field
|
18430108 |
|
4cc67ada |
commit b9cfe696db5f7bbcbe6fc8c3ae63b4f9d640e311
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Mon Sep 2 13:47:22 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - phonenum ... [skip ci]
|
ed29e169 |
|
4cc67ada |
commit d2bac426192c074368bf78014e0d1d0ca97f3274
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 2 13:45:16 2019 +0200
|
bc96bbad |
|
4cc67ada |
phonenum: docs for resid parameter
|
bc96bbad |
|
4cc67ada |
commit 67412b4b2b377cca179de2ebe109bd56fb8a63b9
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Sep 2 13:41:03 2019 +0200
|
ed29e169 |
|
4cc67ada |
phonenum: new param resid to register result container ids
|
f0d5c35c |
|
4cc67ada |
- allow use in KEMI scripting by pre-registering container result id via
modparam
|
ed29e169 |
|
4cc67ada |
commit e4ae7c7a7c7e8696870535e3399c8b9ddf585a06
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Sep 2 09:54:21 2019 +0200
tm: improve from-tags to include more randomness and use the recommended size from RFC 3261 (GH #1164)
- improve from-tag generation for uac request to include more randomness (request uri)
- use the recommended size of 32 bit randomness from RFC 3261
- implementation could be further improved by using a cryptographic hash algorithm
- related to GH #1164
commit 06e27d3608b7f75003d54dc43b3a067b511f8e7a
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 1 22:48:39 2019 +0200
core: improve to-tags to include more randomness and use the recommended size from RFC 3261 (GH #1164)
- improve to-tag generation to include more randomness (callid body if available)
- use the recommended size of 32 bit randomness from RFC 3261
- implementation could be further improved by using a cryptographic hash algorithm
- related to GH #1164
commit a2e5e6e267b15cad23bca8be15bca06383865ed7
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 1 20:08:39 2019 +0200
seas: remove a code block related to tag generation which was commented out since 2006
|
ed29e169 |
|
4cc67ada |
commit e1ab977fd9a61864376782f2534cc0d932347d78
Author: A Alba <ascanio.alba7@gmail.com>
Date: Mon Sep 2 01:28:48 2019 +0800
|
18430108 |
|
4cc67ada |
module rr: KEMI expose record_route_preset
commit bc96f46f8a9f0beefffe281398671d216c839f20
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Sun Sep 1 19:23:08 2019 +0200
|
f0d5c35c |
|
4cc67ada |
CONTRIBUTING.md: removed garbage bullet from commit mesage details
|
f0d5c35c |
|
4cc67ada |
commit e98a4ee55253302144053704c26089f440d5d7ff
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 1 17:16:26 2019 +0200
|
18430108 |
|
4cc67ada |
nathelper: use portable kamailio rand() wrapper instead of direct library call
|
18430108 |
|
4cc67ada |
commit 0e74c602c0822393bc6032574f834e2a9030cc7b
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 1 17:14:05 2019 +0200
|
18430108 |
|
4cc67ada |
rtp_media_server: use portable kamailio rand() wrapper instead of direct library call
|
18430108 |
|
4cc67ada |
commit 6cc563b1b73bfa07911d3e6e3f35d744eb952fbf
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 1 17:08:05 2019 +0200
|
18430108 |
|
4cc67ada |
lost: use portable kamailio rand() wrapper instead of direct library call
|
18430108 |
|
4cc67ada |
commit 059b8426397f2802ea51db44861387386f7109e5
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Sep 1 17:01:58 2019 +0200
|
ed29e169 |
|
4cc67ada |
lost: a few bug fixes reported from source code analyzer
|
ed29e169 |
|
4cc67ada |
commit 06a17dbf23d2b1d3cc1c7be69e7fb99825a534ee
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Aug 28 20:56:01 2019 +0200
|
18430108 |
|
4cc67ada |
lib: add a comment that HA1 hash value is currently not used from uacreg module
|
18430108 |
|
4cc67ada |
commit 8aeca29b0666a6c6fbca7e7488677aad1a45e44e
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat Aug 31 13:05:32 2019 +0300
|
18430108 |
|
4cc67ada |
pkg/docker: updated submodule [skip ci]
|
18430108 |
|
4cc67ada |
commit 8f98a04c0f9392db6a74289a184d06da11545ab0
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat Aug 31 13:01:12 2019 +0300
pkg/kamailio/obs: packaged kemix, lost and xhttp_prom modules
commit 72a4d665607d3c38278a744d3af3588ed54d2a05
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Aug 30 09:09:33 2019 +0200
|
18430108 |
|
4cc67ada |
tm: void the return for sr_kemi_route() to prevent analyzer warnings
|
18430108 |
|
4cc67ada |
commit 932bbdb19f48808fe6f40849e4798124ef4da127
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Aug 30 09:04:43 2019 +0200
|
18430108 |
|
4cc67ada |
sl: void the return for sr_kemi_route() to prevent analyzer warnings
|
18430108 |
|
4cc67ada |
commit 16beec2b7660d416a05f069695b4ce18e8b4e795
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Aug 29 18:51:17 2019 +0200
|
f0d5c35c |
|
4cc67ada |
tls: proper dot position for matching subdomains
|
f0d5c35c |
|
4cc67ada |
- reported by GH #2049
|
f0d5c35c |
|
4cc67ada |
commit 152801eaef0d95a6cee027391b809bfe2289ef3d
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Aug 29 14:36:00 2019 +0200
|
18430108 |
|
4cc67ada |
sl: docs - set section ids in expected format
|
18430108 |
|
4cc67ada |
commit 8beae91f8a33b16f3ca66de3d0ec7449af63994a
|
f0d5c35c |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Wed Aug 28 21:02:05 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - sl ... [skip ci]
|
18430108 |
|
4cc67ada |
commit f1953708c37f0abd020cffff44991b47c4cacfdd
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Aug 28 20:55:12 2019 +0200
|
28111e79 |
|
4cc67ada |
sl: docs for new params event_callback_fl_ack and event_callback_lres_sent
|
28111e79 |
|
4cc67ada |
commit cc0b27a26081a0716edcea03d86ff63296b1fdab
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 28 17:55:15 2019 +0200
|
ed29e169 |
|
4cc67ada |
sl: added kemi callbacks for event routes
- new parameters
* event_callback_fl_ack - name of callback function for filtered-ack
* event_callback_lres_sent - name of callback function for
local-response
|
ed29e169 |
|
4cc67ada |
commit b6763b8527b627b1bec158b3a3a9c0ef8148cb6c
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 22:00:12 2019 +0200
|
3bcf5579 |
|
4cc67ada |
kamctl: regenerate database creation scripts after scheme extensions
|
28111e79 |
|
4cc67ada |
commit 5d9109a0b901f3d959ee01a3b234841671a72c9b
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 21:58:41 2019 +0200
|
28111e79 |
|
4cc67ada |
lib: change topos DB scheme for *contact from uri_len to contact_len, 512 (GH #2043)
|
28111e79 |
|
4cc67ada |
commit a222ad2f384aeb025de7caa345cfc1e49b45defe
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 21:55:00 2019 +0200
|
28111e79 |
|
4cc67ada |
lib: change uri_len from 128 to 255 for DB scheme (GH #2043)
|
28111e79 |
|
4cc67ada |
commit f318c29bb86208a95a65ed6f00b12647f2c86b6f
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 21:49:31 2019 +0200
|
28111e79 |
|
4cc67ada |
lib: use socket_len for location received and topos IP address DB scheme (no change table definitions)
|
28111e79 |
|
4cc67ada |
commit 7f205a7bee0df7f1966f77250f765e5947fcd4dc
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 21:41:33 2019 +0200
|
3bcf5579 |
|
4cc67ada |
- lib: use new introduced socket_len in topos and uacreg DB scheme (no actual change in definition)
|
28111e79 |
|
4cc67ada |
commit ab3ad7ed318f3b76c75c716ad1c0e280bb478262
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 21:38:14 2019 +0200
|
28111e79 |
|
4cc67ada |
lib: add new DB scheme entity 'socket_len' with length 128 to prepare the change of uri_len
|
28111e79 |
|
4cc67ada |
commit c5bd15567e56c4798aa15e670550e313bb0bf7c4
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 27 21:31:47 2019 +0200
|
28111e79 |
|
4cc67ada |
lib: use domain_len for dialog socket in database scheme (no change in table definitions)
|
28111e79 |
|
4cc67ada |
commit 88350ffb64c9655f195bf9e96be9645589094370
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 13:31:45 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit a2b8e8296f3a56b9ba96f043e3297e4e65d95a58
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 13:21:15 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: new parameter event_callback_lres_sent
|
f0d5c35c |
|
4cc67ada |
- set the name of callback function to be executed in KEMI scripts for
event_route[tm:local-response]
|
28111e79 |
|
4cc67ada |
commit e78d2ffb2537f4272fd9a796e640edb4e4a75736
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 13:19:35 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: docs for event_callback_lres_sent param
|
28111e79 |
|
4cc67ada |
commit 234f201e180289414d6a45b7ecfe696273a54182
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 13:02:18 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: lookup envet route for local-response only once
|
28111e79 |
|
4cc67ada |
commit 613fba9704b497e6181802a7aa68fb3b476d4897
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 13:01:47 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit d3211fdff1cfb9596a5339eff2184f1a91508bd2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:49:20 2019 +0200
|
2a6f5858 |
|
4cc67ada |
tm: event_route[local-response] is actually executed after response is sent
|
f0d5c35c |
|
4cc67ada |
- change back after previous commit
- somehow it is incoherent with event_route[local-request] that is
before sending out, allowing to change the content
|
28111e79 |
|
4cc67ada |
commit 755e15fcfc4d36cdeff974a7ab701f3cdd445c78
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 09:46:47 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 18303418756952ce0d850d8994cc485a823d547c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 09:36:39 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: docs - include dockbook entities in event route file
|
2a6f5858 |
|
4cc67ada |
commit be8ba0dab1ee36ae517cef52c023cd83440f4af9
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 09:31:51 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 042971bcb6bb47ced735f5405fa5534f94d81dce
Merge: b241fc7e1 afd0c929d
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Aug 27 09:26:48 2019 +0200
|
28111e79 |
|
4cc67ada |
Merge pull request #2047 from kamailio/grumvalski/siptrace_fix
siptrace: check if trace_to_database is set before checking the db coâ¦
|
28111e79 |
|
4cc67ada |
commit b241fc7e1d20098dd8b0666297303fe7255587e8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 09:17:18 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: docs - clarifications about event routes
|
28111e79 |
|
4cc67ada |
commit fa7e915b31965709be6549076f70ff6a65817db0
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Tue Aug 27 09:03:20 2019 +0300
|
28111e79 |
|
4cc67ada |
pkg/kamailio/alpine: packaged MongoDB module [skip ci]
|
28111e79 |
|
4cc67ada |
commit 6b52ccc6176da328205dafcde55a34af59f1729e
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Wed Aug 14 15:41:15 2019 +0300
|
28111e79 |
|
4cc67ada |
pkg/docker: updated submodule
|
28111e79 |
|
4cc67ada |
commit e4edf53858c399e5a3e635d04725a8a137523d15
Merge: 78a62e199 fe6614feb
Author: juha-h <jh@tutpro.com>
Date: Mon Aug 26 21:43:53 2019 +0300
|
2a6f5858 |
|
4cc67ada |
Merge pull request #2040 from kamailio/set_rtpengine_set
modules/rtpengine: set_rtpengine_set fix
|
28111e79 |
|
4cc67ada |
commit afd0c929dc72a975e2ca3c88f307fd8c140a4fda
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Mon Aug 26 20:21:13 2019 +0200
|
28111e79 |
|
4cc67ada |
siptrace: check if trace_to_database is set before checking the db connection
|
2a6f5858 |
|
4cc67ada |
commit 78a62e19955ada9d67245031780bad29035b0ef2
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Aug 26 16:02:22 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit fa3c97a331b06ea675e830f418771e94375216cc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 26 15:52:29 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: docs - note about kemi for on_sl_reply parameter
|
28111e79 |
|
4cc67ada |
commit ce6612402f122d38878834f7da70ebf75c12b37b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 26 15:49:42 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: execute on_sl_reply callback via kemi
- the value of the parameter on_sl_reply has to be the kemi function
name
|
28111e79 |
|
4cc67ada |
commit 3f1b5142c45f979b7847b2878ccf3b130baeae65
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 26 13:31:29 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: lookup on_sl_reply route in mod_init()
- moved from fixup during modparam to store the name of the route block
|
28111e79 |
|
4cc67ada |
commit b8e725c407ce5b0b9580ab0d8bd7a9223b509193
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 25 13:27:05 2019 +0200
|
28111e79 |
|
4cc67ada |
websocket: remove core stats.h #include, remove no-op #defines as well
|
28111e79 |
|
4cc67ada |
commit 74dd23adc125ee2e3e9f31a4d33a9fd687638a21
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 25 13:26:34 2019 +0200
|
28111e79 |
|
4cc67ada |
tls: remove core stats.h #include, add necessary system #include for open(..)
|
28111e79 |
|
4cc67ada |
commit b38fe1b5b6061c07a050b329bacd55377bdd45ef
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 25 13:16:45 2019 +0200
|
28111e79 |
|
4cc67ada |
core: remove STATS #define, depends on non-existing module, does not compile
- remove STATS #define, depends on non-existing snmp module, does not compile
- could be used to print e.g. number of packets on SIGUSR1
- these numbers were reported through SNMP
- replaced by Kamailio statistics support
- remove stats.c and stats.h files
|
28111e79 |
|
4cc67ada |
commit 7dc450006743ea160864ce5583a4494fb1033e9e
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Sat Aug 24 16:22:16 2019 +0200
|
28111e79 |
|
4cc67ada |
core: kemi - warning when using an unsupported method flag for is_method_in()
|
28111e79 |
|
4cc67ada |
commit e876770e36c83ce47d1b0f95c14fe269b92a4e70
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Sat Aug 24 16:09:45 2019 +0200
|
28111e79 |
|
4cc67ada |
core: kemi - fix matching update for is_method_in("U")
|
28111e79 |
|
4cc67ada |
commit c8132a25d412c4fb907b27dc4f4d24a479fc2770
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Aug 24 12:29:57 2019 +0200
|
28111e79 |
|
4cc67ada |
uac: small whitespace change in docs
|
28111e79 |
|
4cc67ada |
commit 8c8aaa62db91c0b4ea25f09b4214947a6b80950b
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Aug 24 12:01:42 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - uac ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 55740c2b1eb69a19a0a42b4264edcb1b5a9a0aa9
Author: Henning Westerholt <hw@skalatan.de>
Date: Sat Aug 24 11:57:07 2019 +0200
|
28111e79 |
|
4cc67ada |
uac: add functionality to specify a custom socket for each uacreg table entry
- add functionality to specify a custom socket for each uacreg table entry
- necessary if you need to REGISTER over different outgoing interfaces with uac
- add socket column to module database schemes
- bump uacreg database table version from 3 to 4
- add database version check helper to module
- extend RPC commands to output and also add this value
- add documentation for the new functionality
|
28111e79 |
|
4cc67ada |
commit 6fe6b336acd28d07aa227f9252a4b2cfbb8c2d39
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Aug 24 10:47:22 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - ims_registrar_scscf ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 2668110abe7b008470740ffbace1235933b9ba09
Author: Yasin CANER <caner_yaso@hotmail.com>
Date: Sat Aug 24 09:13:26 2019 +0300
|
18430108 |
|
4cc67ada |
ims_registrar_scscf : document title is fixed
Document title is fixed
|
28111e79 |
|
4cc67ada |
commit 7d7670f6d19cba5cbb8a3533795d6e271edad8f1
Merge: 92a25673c 0e29879ee
|
3bcf5579 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Aug 23 09:46:40 2019 +0200
|
18430108 |
|
4cc67ada |
Merge pull request #2038 from surendratiwari3/memory_leak_rtpengine
Module:rtpengine: memory leak is fixed, if no rtpengine in list
|
3bcf5579 |
|
4cc67ada |
commit fe6614feb5f9b062a556de82fd7df6fc12c96471
Author: Juha Heinanen <jh@tutpro.com>
Date: Fri Aug 23 10:05:33 2019 +0300
|
18430108 |
|
4cc67ada |
modules/rtpengine: set_rtpengine_set fix
|
18430108 |
|
4cc67ada |
commit 92a25673cb3b16b0d324569c25dc74f14a7c9147
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Aug 22 22:28:11 2019 +0200
|
18430108 |
|
4cc67ada |
uac: remove obselete DB definition from source code
|
18430108 |
|
4cc67ada |
commit 4efe19f64d8bb787d2d620a833f5dd29619fa588
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 20 22:24:30 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: run dlg callbacks also for PRACK requests (as done for "other" requests)
- run dlg callbacks also for PRACK requests (as done for "other" requests)
- bugfix for uac module in auto mode with dialog storage for PRACK requests
|
18430108 |
|
4cc67ada |
commit c5208429d1e2b4f4c0d3e7928849a172d8779644
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 20 21:44:36 2019 +0200
|
18430108 |
|
4cc67ada |
build: lost module depends (also via http_client) on curl library, correct group
|
2a6f5858 |
|
4cc67ada |
commit dc43750644f723494c6821e3298b3580cf49797a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 20 13:48:48 2019 +0200
|
2a6f5858 |
|
4cc67ada |
core: tcp - new global parameter tcp_connection_match
- control how the connection is matched
- set it to 1 to force a more strict matching trying to lookup using
local port as well, not only remote ip/port and local address
- default 0 - exiting behaviour
|
18430108 |
|
4cc67ada |
commit 8d608d1c3ed0fe4c69cb02868b746cd0497dd1f5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 20 12:07:30 2019 +0200
|
18430108 |
|
4cc67ada |
tm: set send socket flag when computing the destination and local socket is found
|
18430108 |
|
4cc67ada |
commit 18eb1c973c5d863a562864c2b77b4e1d520f9406
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 20 11:17:17 2019 +0200
|
18430108 |
|
4cc67ada |
pv: added {s.count,c} transformation
- count how many times c appears in the pv value
"abababa"{s.count,a} => 4
|
18430108 |
|
4cc67ada |
commit 0e29879ee950d5a9e9a669c7d5c634416d52f5c9
Author: Surendra Tiwari <surendratiwari3@gmail.com>
Date: Tue Aug 20 13:17:04 2019 +0530
|
2a6f5858 |
|
4cc67ada |
Module:rtpengine: memory leak is fixed, if no rtpengine in list while reload
|
2a6f5858 |
|
4cc67ada |
commit 4acc8aa71b50efc0f8ec073d711dda27b928e991
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Aug 19 11:47:13 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - lost ... [skip ci]
|
2a6f5858 |
|
4cc67ada |
commit a743a6c7d3f7b65a366251dd121011725964d07b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 19 11:37:03 2019 +0200
|
2a6f5858 |
|
4cc67ada |
core: tcp - debug messages when looking up tcp connection
|
2a6f5858 |
|
4cc67ada |
commit 9ff491a881f326b5ee6eee4fd40c427f8d83ecf0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 19 11:23:31 2019 +0200
|
18430108 |
|
4cc67ada |
tm: propagate tcp connection id in outbound branch dst structure
|
18430108 |
|
4cc67ada |
commit 4917283ae2ed27a852a63cde78e9f8739958ff92
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 19 11:00:41 2019 +0200
|
18430108 |
|
4cc67ada |
core: dset - comment to document return code for getting branch data
- differentiate when returning data for valid or invalid branch index
|
18430108 |
|
4cc67ada |
commit a8d3274c32ba7d7cfb93d0f6d4090a7832db7ff7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 19 10:32:46 2019 +0200
|
18430108 |
|
4cc67ada |
core: dset - function to link branch data in a structure
- existing functions to retrive branch attributes have too many parameters already
|
18430108 |
|
4cc67ada |
commit 878c41b7dbd1a716d5a2a9281ab99af585737022
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 19 10:26:16 2019 +0200
|
18430108 |
|
4cc67ada |
lost: docs - note that http_client param query_result has to be set to 0
|
18430108 |
|
4cc67ada |
commit 0e4e0a162aa4fc4e3b8467c68b20fea992012e18
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 16 23:01:36 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - lost ... [skip ci]
|
2a6f5858 |
|
4cc67ada |
commit 769dce2fad66efdbc6cce6951bc60b60bf453a19
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 12:57:33 2019 +0200
|
18430108 |
|
4cc67ada |
evapi: use a completely new fake message structure for dispatcher handling
|
18430108 |
|
4cc67ada |
commit d7bd8a187546f132547788c47ff9a3947be49957
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 12:56:49 2019 +0200
|
18430108 |
|
4cc67ada |
core: clear branches and expose the function for a new faked msg
|
18430108 |
|
4cc67ada |
commit 4a904b5fe90253d0d5517cf1a5cdca3695e59ec3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 12:37:58 2019 +0200
|
18430108 |
|
4cc67ada |
core: function to get a new faked message in a specific structure
- refactored the code to be able to fill a sip msg structure with
content from the faked request
|
18430108 |
|
4cc67ada |
commit 860cf242c1d9fb964b8e64acba136af561ffa748
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 11:06:42 2019 +0200
|
18430108 |
|
4cc67ada |
registrar: lookup() sets the tcp connection id in sip msg and branch structures
|
18430108 |
|
4cc67ada |
commit 9115bcdabaa3da04e3e563bb43a04358b33e2c17
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 11:05:35 2019 +0200
|
18430108 |
|
4cc67ada |
core: dset - function to push a new branch and return its pointer
|
18430108 |
|
4cc67ada |
commit f3b977d39ca72e5787a5b97ee2cf154adbe7d0ca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 10:42:43 2019 +0200
|
18430108 |
|
4cc67ada |
core: store tcp connection id in sip msg and branch structure
- try to use it to identify outbound connection for stateless forward()
|
18430108 |
|
4cc67ada |
commit 308b7a2f7b6a7c50e05a2c83537f85b95f979c32
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 10:11:21 2019 +0200
|
2a6f5858 |
|
4cc67ada |
core: tcp - new core parameter tcp_accept_unique
- if set to 1, do an extra check when a new connection is created to be
sure the is no overlapping with another connection on local ip/port and
remote ip/port
- recently some tcp/ip router/balancers can do port sharing, but that can create
troubles for routing of the requests with the current tcp routing implementation
(e.g., using the wrong connection in such group)
- default is set to 0
|
2a6f5858 |
|
4cc67ada |
commit edd056dd85e2f68fd7877592e7bd2fc5d15b7b64
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 16 08:16:03 2019 +0200
|
18430108 |
|
4cc67ada |
lost: small spelling fix in docs
|
2a6f5858 |
|
4cc67ada |
commit 4b317d12a3b9786b1d5ba152e9fb1f1189484e02
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 16 08:15:24 2019 +0200
|
2a6f5858 |
|
4cc67ada |
build: add new lost module to extra module group
|
18430108 |
|
4cc67ada |
commit 2ab96d985676889f4145f7aecbb7ca21a9048f29
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 16 08:09:52 2019 +0200
|
18430108 |
|
4cc67ada |
lost: initial checkin of README file
|
18430108 |
|
4cc67ada |
commit 318669423164b7c96e48861fd49de17d34e957ab
Author: wkampich <wolfgang.kampichler@gmail.com>
Date: Wed Aug 14 20:36:37 2019 +0200
|
18430108 |
|
4cc67ada |
lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-based routing
- header comment included
|
18430108 |
|
4cc67ada |
commit c655e401e0a839a73c60217b3feb7be87d183bf5
Author: wkampich <wolfgang.kampichler@gmail.com>
Date: Wed Aug 14 20:22:04 2019 +0200
|
18430108 |
|
4cc67ada |
lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-based routing
- code review, updates to memory managment and error handling
|
18430108 |
|
4cc67ada |
commit 0f006f092cc56f06a153b3c8f363c2d81e2afb1e
Author: wkampich <wolfgang.kampichler@gmail.com>
Date: Wed Aug 14 20:13:33 2019 +0200
|
18430108 |
|
4cc67ada |
lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-based routing
- code review, updates to memory managment and error handling
|
18430108 |
|
4cc67ada |
commit e255aaa596d622103628903d08f07a226dacdbd9
Author: wkampich <wolfgang.kampichler@gmail.com>
Date: Mon Aug 12 15:04:38 2019 +0200
|
18430108 |
|
4cc67ada |
lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-based routing
- lost_held_query() takes specific id (pvar, P-A-I, or From), assembles a
locationRequest (XML), and sends it to an http_client connection, responses
are parsed (pidf-lo and location reference are returned)
- lost_query() takes pidf-lo (pvar, msg body, or de-referenced), a service urn
(pvar, request line) assembles a findService request (XML), and sends it to
an http_client connection, responses are parsed (target uri and display name
are returned)
|
18430108 |
|
4cc67ada |
commit a263f5b62c03851a5d8a61f09e69745f90370703
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Aug 15 16:25:57 2019 +0200
|
18430108 |
|
4cc67ada |
topos_redis: fix regression in PRACK routing (commit cfc89db53c087, GH #1784)
- fix regression in PRACK routing (introduced in cfc89db53c, GH #1784)
- result set were set to 0 before usage by a memset
|
2a6f5858 |
|
4cc67ada |
commit 3cd50f171d4443abe21beba8e5e07081f29747d1
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Aug 15 16:23:58 2019 +0200
|
18430108 |
|
4cc67ada |
topos_redis: a few improvements for debugging output
|
18430108 |
|
4cc67ada |
commit f25cf7806a84caccf49275be14a5885a9038bdca
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Aug 15 08:46:18 2019 +0200
|
18430108 |
|
4cc67ada |
ims_dialog: small spelling fix in WARN log messages
|
18430108 |
|
4cc67ada |
commit 389843c34eed6f39f4631eede6f6ab8b6bade2eb
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Aug 15 08:45:37 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: small spelling fix in WARN log messages
|
18430108 |
|
4cc67ada |
commit d36a4b00c6becd42cfcec4fc7eb398371e1cc812
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 15 08:33:49 2019 +0200
|
18430108 |
|
4cc67ada |
evapi: free the faked msg clone used for dispatcher event route
|
18430108 |
|
4cc67ada |
commit 897f58fd48c68d88df7967c1390a23f8b9069a61
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 14 09:53:17 2019 +0200
|
18430108 |
|
4cc67ada |
sqlops: add a limit of maximum 32 result containers
- prevent use of too much memory by defining too many result containers
- related to GH #2032
|
18430108 |
|
4cc67ada |
commit 29eb75611987c58a32904f5094055efa33c1c89a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 16:37:01 2019 +0200
|
18430108 |
|
4cc67ada |
rr: use msg_ctx_id_t for caching of request direction
|
18430108 |
|
4cc67ada |
commit 8d4ba1c577601c51903cc4b1bee8012318f70b54
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 16:28:44 2019 +0200
|
28111e79 |
|
4cc67ada |
rr: use msg_ctx_id_t for record route params caching
|
28111e79 |
|
4cc67ada |
commit 7dca532cf3ab3aed35571134081b3715b6fa75c8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 13 16:16:41 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - rr ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 6542a638bee90afdbfe63b59d9d7f1d23b0406aa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 16:05:45 2019 +0200
|
28111e79 |
|
4cc67ada |
rr: docs - note about use of record_route() for requests within dialog
- it has to be used after loose_route() for a proper detection of
request direction
|
28111e79 |
|
4cc67ada |
commit 8546983de13bba7ed7a84a88ed91027e4291a1bc
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 13 10:16:43 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - registrar ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 23a5b8d9baf40a416401017324ceb01e7d769494
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 10:03:32 2019 +0200
|
28111e79 |
|
4cc67ada |
registrar: updated docs for unregister()
- function is allowed to be used in any route
|
28111e79 |
|
4cc67ada |
commit 0cc64de7530fe90cbe3183caa494d9ef9941ee51
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 10:01:35 2019 +0200
|
28111e79 |
|
4cc67ada |
registrar: allow unregister() to be used in any route
|
28111e79 |
|
4cc67ada |
commit 8b8b5780c968079fd57d7b236ebfbfe3c9c76607
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 13 09:32:20 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - http_client ... [skip ci]
|
18430108 |
|
4cc67ada |
commit f9f113d9b07ea351c75f3d7fed5478074d5575c4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 09:25:15 2019 +0200
|
18430108 |
|
4cc67ada |
http_client: docs for query_maxdatasize parameter
|
18430108 |
|
4cc67ada |
commit ea4b25c67c0e4ea072ce1bbc11ae21bc7c9484a3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 09:20:08 2019 +0200
|
18430108 |
|
4cc67ada |
http_client: new param query_maxdatasize
- set the maximum size to be downloaded for http_client_query() result
- default: 0 - disabled (unlimited size)
|
18430108 |
|
4cc67ada |
commit d93b1861c6e9be5991040d2da327d2f543d9f9ab
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 09:15:43 2019 +0200
|
18430108 |
|
4cc67ada |
http_client: docs for query_result parameter
|
18430108 |
|
4cc67ada |
commit d07b522b927f26b01a24417e0fb9f64c87fb79fb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 09:07:34 2019 +0200
|
18430108 |
|
4cc67ada |
http_client: new param query_result
- control if the http_client_query() returns only the first line or the
entire result
- 0: return the entire result
- 1: return the first line (default, backward compatible)
|
18430108 |
|
4cc67ada |
commit b3d9da5c5e80e42e550c4cf56c29aee1ab068c92
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Aug 12 21:01:45 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - topos ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 3ccf5ee691440e806d441f0e58562ddc4137a488
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Aug 12 20:52:50 2019 +0200
|
28111e79 |
|
4cc67ada |
topos: docs for dialog_expire param limitation for in-dialog requests (GH #2024)
|
28111e79 |
|
4cc67ada |
commit 18eeda012a711584239b03d5cfef8b7720f0ef31
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 12 20:15:17 2019 +0200
|
28111e79 |
|
4cc67ada |
dispatcher: skip inactive destinations for pointing next to be used record
|
28111e79 |
|
4cc67ada |
commit 0a161d19707917f690b5823b64d120cccc354c8b
Merge: c79dfbeab c3b2eacbb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 12 11:37:11 2019 +0200
|
28111e79 |
|
4cc67ada |
Merge pull request #2022 from mancasg/master
core: Fix the cfg framework variable input type default
|
18430108 |
|
4cc67ada |
commit c79dfbeab0bfefaa4dd5cefc41cba3ba157da0ce
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 12 11:18:39 2019 +0200
|
18430108 |
|
4cc67ada |
corex: free old outbound buffer inside SREV_NET_DATA_OUT callback
|
18430108 |
|
4cc67ada |
commit d9a1cbc8f66f9fd0991048e5e1ba1579916a092e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 12 11:18:21 2019 +0200
|
18430108 |
|
4cc67ada |
gzcompress: free old outbound buffer inside SREV_NET_DATA_OUT callback
|
18430108 |
|
4cc67ada |
commit ad8d9628da27a3ab68b005ef52842784af6bda3a
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 12 11:18:08 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: free old outbound buffer inside SREV_NET_DATA_OUT callback
|
18430108 |
|
4cc67ada |
commit 21816a11a56628a9eee17765645fcf03d57929bd
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 12 11:17:33 2019 +0200
|
18430108 |
|
4cc67ada |
topos: free old outbound buffer inside SREV_NET_DATA_OUT callback
- GH #2027
|
18430108 |
|
4cc67ada |
commit 37a1765853294016f43bd633667cd623aaaa2d3e
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 12 11:16:23 2019 +0200
|
18430108 |
|
4cc67ada |
topoh: free old outbound buffer inside th_msg_sent()
- GH #2027
|
18430108 |
|
4cc67ada |
commit 98249e2cc97e818cf7ad492132ecfea2ce13a78b
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 12 11:14:38 2019 +0200
|
18430108 |
|
4cc67ada |
core: forward - clone outbound buffer for SREV_NET_DATA_OUT event
- this event can execute a series of callbacks, leading to leak if only
the core function does pkg free
- GH #2027
|
18430108 |
|
4cc67ada |
commit eeade03783181aacdf0115a61050ec964434a880
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 12 10:28:05 2019 +0200
|
18430108 |
|
4cc67ada |
core: restore alignment after replacing mem error logs
|
18430108 |
|
4cc67ada |
commit 52dd926bed08ca4a83ad995c2fb8cde7445599d8
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 11 11:54:38 2019 +0200
|
18430108 |
|
4cc67ada |
doc: update URL changelog references in NEWS file
|
18430108 |
|
4cc67ada |
commit 1c5c755ab50351ba0b4eadc260067f500c4422f9
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 11 11:51:45 2019 +0200
|
18430108 |
|
4cc67ada |
core: remove WITH_AS_SUPPORT in Makefile.defs after tm change in 087eecdc22f7ae90
|
18430108 |
|
4cc67ada |
commit 38be6c77e6f00d84d8d7da1f0e494459f84dd61c
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 11 11:48:05 2019 +0200
|
18430108 |
|
4cc67ada |
tm: remove #define WITH_AS_SUPPORT, activated and unchanged since 2009
- remove #define WITH_AS_SUPPORT, activated and unchanged since 2009
- introduced in commit d65cdd3fd4ad8faab497
- without it some modules (e.g. ims_dialog, seas) also not compile anymore
|
18430108 |
|
4cc67ada |
commit 8530be379abfe35472f34729975963c94e8869e1
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 11 11:31:40 2019 +0200
|
18430108 |
|
4cc67ada |
tm: remove unused #define TM_E2E_ACK_CHECK_FROM_URI, unchanged since 2009
- remove unused #define TM_E2E_ACK_CHECK_FROM_URI
- it was unchanged since 2009, introduced in commit eddf3e3b7b3db814
|
18430108 |
|
4cc67ada |
commit 19f959a4f994eeedde62d25bec6270be1ce11605
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Aug 11 11:02:21 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - acc ... [skip ci]
|
18430108 |
|
4cc67ada |
commit d8cede175ddeada5ca5654a74e765f154dcfa86d
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 11 10:56:56 2019 +0200
|
18430108 |
|
4cc67ada |
acc: remove diameter specific doc content, code was moved in 2017 to acc_diameter
|
18430108 |
|
4cc67ada |
commit 59a58e8a01e91def4634b551cb69ebe1f1c953e0
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 11 10:51:37 2019 +0200
|
18430108 |
|
4cc67ada |
acc: doc improvement regarding radius and diameter modules
|
18430108 |
|
4cc67ada |
commit 431e9459225b7e58bdb7cc5cc9235bea98d2a82b
Merge: 7628a2c8b 48eb3cd5d
Author: Tsvetomir Dimitrov <tsv.dimitrov@gmail.com>
Date: Sat Aug 10 23:05:13 2019 +0300
|
18430108 |
|
4cc67ada |
Merge pull request #2023 from alexyosifov/ipsec_fix_defects
Ipsec fix defects
|
18430108 |
|
4cc67ada |
commit 7628a2c8bf5473bcb6810d38a2551fe95b77b116
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 9 16:46:49 2019 +0200
|
ed29e169 |
|
4cc67ada |
modules: readme files regenerated - uac ... [skip ci]
|
ed29e169 |
|
4cc67ada |
commit 85994cda0a9413836386d595aab1657d1412ec8b
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 16:35:30 2019 +0200
|
18430108 |
|
4cc67ada |
uac: fix another copy and paste error in docs
|
18430108 |
|
4cc67ada |
commit 6dd0f878cf066fd91a03d76b8d6248efb6370c22
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 9 16:31:39 2019 +0200
|
ed29e169 |
|
4cc67ada |
modules: readme files regenerated - uac ... [skip ci]
|
ed29e169 |
|
4cc67ada |
commit a5360fa28d8394bf420915645ecd0658dcd1c7b8
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 16:25:02 2019 +0200
|
18430108 |
|
4cc67ada |
uac: fix references in docs for AVPs
|
18430108 |
|
4cc67ada |
commit c975878648b7c34f6631a941555eb62f0506d638
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 16:19:46 2019 +0200
|
18430108 |
|
4cc67ada |
uac: extend docs for default_socket with a note about tcp_reuse_port
|
18430108 |
|
4cc67ada |
commit 885fdc8521a7d2f78e195eaef447f01daf7ad800
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 9 15:02:13 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: exported functions to return message body
|
18430108 |
|
4cc67ada |
commit b038de70ffdde8d2179f49edc574afca62e41638
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 14:54:23 2019 +0200
|
18430108 |
|
4cc67ada |
uac: remove old unused #ifdef UAC_OLD_AUTH, related to extension in 2011
|
18430108 |
|
4cc67ada |
commit dd6b8d282289bbaf02adb5a9f341800ca17a0bfd
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 11:29:44 2019 +0200
|
18430108 |
|
4cc67ada |
uac: fix error related to UAC_OLD_AUTH #define and default_socket addition
|
18430108 |
|
4cc67ada |
commit abea963c666fb39f263de7f9d5ff7ea97fb04529
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 9 11:02:23 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - uac ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 27b6f0aba06796f0c52e32fad809d3781b17ce6b
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 10:45:53 2019 +0200
|
18430108 |
|
4cc67ada |
uac: new functionality to force a default socket for register and request sending
- add new functionality to force a default socket with parameter "default_socket"
- works for uac REGISTER requests and also uac_send_req
- if used with uac_send_req an eventual specified socket takes priority over the
default socket
|
18430108 |
|
4cc67ada |
commit ee91829dc65d7062e1aba5069bcd37e0b62a8795
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 9 09:29:41 2019 +0200
|
18430108 |
|
4cc67ada |
dispatcher: module load error because of wrong default socket should be logges as LM_ERR
|
18430108 |
|
4cc67ada |
commit 849763ae85e50e838e26c7b107bcc29556c0e052
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu Aug 8 21:06:42 2019 +0200
|
18430108 |
|
4cc67ada |
sipt: set whole static buffer to 0
|
18430108 |
|
4cc67ada |
commit 2c052974263c0785eb5280a935162673ac82dc6b
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Aug 8 18:29:40 2019 +0200
|
18430108 |
|
4cc67ada |
sipt: reset the static buffer for returning the number
- GH #2030
|
18430108 |
|
4cc67ada |
commit faaf599c0def2d36fb4d41f91d1fbecaf9732905
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Aug 8 17:16:51 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - htable ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 737e21fe03130476aea617449f8dc8f4e428d866
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 8 16:35:52 2019 +0200
|
18430108 |
|
4cc67ada |
htable: docs updated with sth_has_name() and sht_has_str_value()
|
18430108 |
|
4cc67ada |
commit 6d84ede1c54cfa138733e74d40f1c9a0cac4dfc2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 8 16:29:01 2019 +0200
|
18430108 |
|
4cc67ada |
htable: added alias function sht_has_name() and sht_has_str_value()
- corresponding to the match functions, following a rename that broke
compatibility with last stable version
|
18430108 |
|
4cc67ada |
commit 10f116e726533f91467d90a38101d5b16a5801a5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 8 16:16:03 2019 +0200
|
ed29e169 |
|
4cc67ada |
dialog: export dlg_bridge() to kemi framework
|
ed29e169 |
|
4cc67ada |
commit 4c537a618949eb48ffed9297f3abc8cdc879b70d
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Aug 6 21:37:56 2019 +0200
|
18430108 |
|
4cc67ada |
misc_radius: increase MAX_EXTRA from 4 to 8
- GH #2025
|
ed29e169 |
|
4cc67ada |
commit df93a638040f4c1aa4d6ed3799d6f990b0593f94
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Aug 6 21:37:04 2019 +0200
|
ed29e169 |
|
4cc67ada |
auth_radius: increase MAX_EXTRA from 4 to 8
- GH #2025
|
18430108 |
|
4cc67ada |
commit f07949b2e399ba5b0de20540d786e003675bcc15
Author: Andrew White <github@and.rew.ninja>
Date: Tue Aug 6 21:26:47 2019 +0200
|
18430108 |
|
4cc67ada |
misc: added example simple routing blocks/basic config for KEMI ruby (GH #2026)
|
18430108 |
|
4cc67ada |
commit d762848d4f71014a6c6b6693b44403324a8edd15
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 6 17:33:15 2019 +0200
|
18430108 |
|
4cc67ada |
app_python3: Makefile - get all ldflags for linking
|
18430108 |
|
4cc67ada |
commit 3f6e25ecb0ac64f8c0d534e4390d43afc49d5ae0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 6 16:44:25 2019 +0200
|
18430108 |
|
4cc67ada |
app_ruby: proper push of int values to Ruby for xval function return
|
18430108 |
|
4cc67ada |
commit 36ef1bf77f9df7bc5022c1dc350e54df2d168cf3
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Aug 6 09:44:38 2019 +0200
|
18430108 |
|
4cc67ada |
corex: fix parser for alias_subdomain modparam, extend debugging output
- fix parser for alias_subdomain modparam, it was not working correctly for
all proto:hostname:port combinations (e.g. hostname/proto mixed up)
- extend debugging output for alias adding and also alias matching
|
18430108 |
|
4cc67ada |
commit b2814a12119c4419dfea8fae68cbec73bf788eb1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Aug 5 18:31:42 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - app_ruby ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 5773fba2765c8a08be7016e82a6ec02579b49215
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 5 18:29:42 2019 +0200
|
18430108 |
|
4cc67ada |
app_ruby: docs - fix rpc command name for listing the api
|
18430108 |
|
4cc67ada |
commit ea526a8de9c961a57858ecc4c47ce4ba24e03908
|
3bcf5579 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 5 18:11:00 2019 +0200
|
18430108 |
|
4cc67ada |
app_ruby: print pointers in error log message
|
18430108 |
|
4cc67ada |
commit 7a4c490a63cd3fa924b6921fcd20ba77a6d661fb
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Aug 5 18:03:47 2019 +0200
|
18430108 |
|
4cc67ada |
uac: debug messages when restoring from/to headers
|
18430108 |
|
4cc67ada |
commit f50177003c21f53564be6349c0bb4935be184e2d
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Aug 4 21:12:48 2019 +0200
|
18430108 |
|
4cc67ada |
domain: fix memory leak on domain reload (related to domain_attr table, struct domain_list)
- fix memory leak on domain reload, reported by Mack Hendricks
- related to domain_attr table, structure domain_list
|
18430108 |
|
4cc67ada |
commit 50b0e5398b0ce698b287818d2c6fe4266d972152
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri Aug 2 21:36:05 2019 +0200
|
ed29e169 |
|
4cc67ada |
tm: remove CANCEL_REASON_SUPPORT #define, activated as default since 2010
- remove CANCEL_REASON_SUPPORT #define from module
- remove now unneeded defs.h include file
- activated as default since commit bf5d1d6f1df303019ccf4 in 2010
- tm does not compile anymore if deactivated
|
18430108 |
|
4cc67ada |
commit 48eb3cd5d3a0ff0b8b3125d3be3b7ff60d664435
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Fri Aug 2 15:07:54 2019 +0300
|
18430108 |
|
4cc67ada |
ims_ipsec_pcscf: Bug fixes and memory improvements
- Fix a problem with spi_list, spi_gen and port_gen.
Now the global data structs for SPIs and IPSec ports
lists are placed into shared memory to be accessible
from different processes. SPIs and IPSec ports for expired
contacts are released properly. That process is
performed in timer's threads and for that reason the
global structs are placed into the shared memory.
- Add api for ipsec reconfig tunnels. Used in registrar
module. Improve update_contact_ipsec_params() to avoid
memory leak if the method fails.
|
18430108 |
|
4cc67ada |
commit 91c5ca751799db4f25a28a495350cc97f7c2f390
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Fri Aug 2 14:47:27 2019 +0300
|
18430108 |
|
4cc67ada |
ims_usrloc_pcscf: Fix problems with double mem free
- Add checks to avoid double memory free in
free_security() method.
Add api to get number of registered contacts.
|
18430108 |
|
4cc67ada |
commit b34d06ffbee58d51f4ab01c394bdcf66ce6ba831
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Fri Aug 2 14:39:33 2019 +0300
|
18430108 |
|
4cc67ada |
ims_registrar_pcscf: reconfig ipsec in save pending
- Reconfig ipsec tunnels for each new pending contact.
If there are no registered contacts remove all SAs/Policies.
|
18430108 |
|
4cc67ada |
commit c7ceb08b31fdb3f6560d02fff6b6ee71602c19ec
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 2 13:43:36 2019 +0200
|
18430108 |
|
4cc67ada |
tm: removed unused error label in prepare_new_uac()
|
18430108 |
|
4cc67ada |
commit 166ef92d03d5b42fb172d6940ade808269ca1c4b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 2 13:10:10 2019 +0200
|
18430108 |
|
4cc67ada |
core: kemi - functions to get headers by name and index
|
18430108 |
|
4cc67ada |
commit cd379886fa7a8ff01b9618491199f8e5b3ce897f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 1 13:54:21 2019 +0200
|
18430108 |
|
4cc67ada |
tm: proper resoring of backup lumps in case of cloning failure
|
18430108 |
|
4cc67ada |
commit 2306dd47b308f99e5c22c2d6f4d2bc1200ed8453
Author: Guillem Jover <gjover@sipwise.com>
Date: Mon Jul 29 20:15:47 2019 +0200
|
18430108 |
|
4cc67ada |
build: Call make via $(MAKE)
When we need to call make from within a Makefile, we should do so by
using the MAKE variable, which has special meaning for make itself.
This makes sure, it will get marked as recursive command, and will
make it possible to use the make jobserver.
Change-Id: I6829f3ee0a830fc8273e1dffe696382fccc6a093
|
18430108 |
|
4cc67ada |
commit c3b2eacbba1097ed3d40cff18ea2d51ebcad1c67
Author: MancaÈ George <mancas.f.george@gmail.com>
Date: Thu Aug 1 09:39:28 2019 +0000
|
18430108 |
|
4cc67ada |
core: Fix the cfg framework variable input type default
What the affected line of code really wants to achieve is: if an
accepted inputs type mask is not specified then default to accepting
only the actual variable type. So we must mask the var type first,
then shift it by `CFG_INPUT_SHIFT`, before or-ing it with the rest.
What happened before was that the entire type was shifted, and that
included var type, input type and flags. What we end up with is some
additional higher bits set (for flags). I actually discovered this while
adding an additional flag that was meant to mark variables as private,
only accessible through an internal API (not available to modules such
as cfg_rpc).
|
18430108 |
|
4cc67ada |
commit 28b939cc72cdaf6625caa4f7c2d72b15cf57949d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 1 11:15:26 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: functions to get status code for reply
|
18430108 |
|
4cc67ada |
commit 412b6ddc26d9648363dc7a9288aec72c352322d3
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Aug 1 11:08:38 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: exported KSR.kx.get_method() - return sip method string
|
18430108 |
|
4cc67ada |
commit 521a631af088c58cef39fd2c795af8ba64eae28b
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Aug 1 11:01:22 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: fix for get protoid function
|
ed29e169 |
|
4cc67ada |
commit f97093fa289158625a29916b9699353aa18dc6e6
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 31 17:16:26 2019 +0200
|
18430108 |
|
4cc67ada |
core: kemi - exported KSR.get_debug()
- return debug level for config
|
18430108 |
|
4cc67ada |
commit 89cc5ddeebd7cb900aff8000a7593f5c52b880ff
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 31 15:45:16 2019 +0200
|
18430108 |
|
4cc67ada |
core: helper function to get debug level for logging from config
|
18430108 |
|
4cc67ada |
commit 40ccf1455d36d3c18113a06ea67615f6202be329
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jul 31 12:46:44 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - htable ... [skip ci]
|
18430108 |
|
4cc67ada |
commit ca49dc0344f2ca4eae1999f6b46e0ab8c30bd1a3
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 31 12:42:23 2019 +0200
|
18430108 |
|
4cc67ada |
misc/examples/kemi: updated lua script to use dedicated functions
- replaced fetch of variables with dedicated functions for flood
detection
|
28111e79 |
|
4cc67ada |
commit 017e4556e5493d8eab5d54297cc382eb2d6914fa
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 31 12:40:45 2019 +0200
|
28111e79 |
|
4cc67ada |
htable: docs - updates to new function names for matching items
|
28111e79 |
|
4cc67ada |
commit 9c595cb6b1d442ccd11ce59ef53c6ee09b33e5fb
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 31 12:40:17 2019 +0200
|
28111e79 |
|
4cc67ada |
htable: renamed the new functions to match on name or value of items
|
28111e79 |
|
4cc67ada |
commit f887c81f5c5832af2f1494cf5415740eae9da56f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jul 31 11:17:27 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - db_redis ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit f2df5df815f8dfca87324ca70e6fe9a51fc417e9
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 31 11:04:21 2019 +0200
|
28111e79 |
|
4cc67ada |
db_redis: note about defining key when updating table content
|
28111e79 |
|
4cc67ada |
commit 12dbf48d421680764f9e9621de9485616ca0c055
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jul 30 16:58:45 2019 +0200
|
28111e79 |
|
4cc67ada |
usrloc: use static record for expires callback in db-only mode
|
28111e79 |
|
4cc67ada |
commit 74375eae8f447952d17a1d89e5a62f029a15a81c
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 30 16:37:20 2019 +0200
|
28111e79 |
|
4cc67ada |
utils/kamcmd: default port is 2049, adapt help and README
|
28111e79 |
|
4cc67ada |
commit b0d28d2da87647cb3e06b3727bd9df77b09f2583
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 30 13:46:54 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
2a6f5858 |
|
4cc67ada |
commit 49120ac3a105acd216b6c966ed6918a6e829eb05
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 30 13:37:19 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: remove TM_DIFF_RT_TIMEOUT #define, default since 2007 (commit c0ff60b6887248)
- remove TM_DIFF_RT_TIMEOUT #define, this was enabled and default since 2007
- this define could be used to deactivate different timeouts per transaction
- introduced in commit c0ff60b6887248
|
28111e79 |
|
4cc67ada |
commit 8316e1d38e117bbd4fdb3ae2aacedc03e02d5c20
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 30 13:16:57 2019 +0200
|
ed29e169 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 56bf264a5056c53b68dbbd6eda5ae8ce5d5e5b4e
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 30 13:13:35 2019 +0200
|
18430108 |
|
4cc67ada |
tm: remove obselete parameter delete_timer after cleanup in commit 3eeec9a7ec11ae
|
18430108 |
|
4cc67ada |
commit 3eeec9a7ec11aee0cbecf56bf721ffb7e4b81bf9
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 30 13:06:48 2019 +0200
|
18430108 |
|
4cc67ada |
tm: remove old timer based transaction delete functionality, not active since 2007
- remove old timer based transaction delete functionality
- the current implementation is active since 2007 (commit e67d950955e5dc3d)
- remove related TM_DEL_UNREF #defines and #ifdef
|
18430108 |
|
4cc67ada |
commit aa685bf6deb8e0601738eda6e5e9710c250796c4
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 30 09:32:15 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - siptrace ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 803476627da7676321251f403cc8c6ced2d09721
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 30 09:22:25 2019 +0200
|
18430108 |
|
4cc67ada |
siptrace: fix order of parameter for sip_trace function, add listitem structure
|
18430108 |
|
4cc67ada |
commit bd477f5bb938a05efab76fb096cf5ac780d65c45
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jul 29 17:30:29 2019 +0200
|
28111e79 |
|
4cc67ada |
pkg/kamailio/deb: version set 5.3.0~dev7
|
28111e79 |
|
4cc67ada |
commit b4e11cb25d848651406e0ad355d54f10db971761
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 13:51:57 2019 +0200
|
28111e79 |
|
4cc67ada |
core: skip to-tag when computing via branch for invite, ack and cancel
- proper functionality for stateless proxy in case of negative ACK (in
this case the INVITE has no To-tag, but ACK has it and resulted in
different via branch, making downstream proxy to not match transaction)
|
28111e79 |
|
4cc67ada |
commit 4968e8994157f1152bf7461b16049d67e5c9cc59
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 12:25:17 2019 +0200
|
28111e79 |
|
4cc67ada |
kamctl: option to enable kamctl test from shell variable
- set KAMCTL_TEST variable in shell
|
28111e79 |
|
4cc67ada |
commit b642263a08313e86cc4936a9c489e8afb4a2cb5f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 10:54:41 2019 +0200
|
28111e79 |
|
4cc67ada |
usrloc: delete contact attributes in db-only mode
|
2a6f5858 |
|
4cc67ada |
commit 12bf3cb574e2ead2da46e7e237a33415ae12df61
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 10:40:56 2019 +0200
|
28111e79 |
|
4cc67ada |
usrloc: coherent indentation and whitespacing
|
28111e79 |
|
4cc67ada |
commit 5d303af2da471be82c6868d791c0fd6497af8f1d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 10:02:31 2019 +0200
|
28111e79 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-dev7
|
28111e79 |
|
4cc67ada |
commit 13545fb140b633b14f7a3f0a0fb5c1c55449dbd7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 09:46:53 2019 +0200
|
28111e79 |
|
4cc67ada |
app_sqlang: disabled unused static function
|
28111e79 |
|
4cc67ada |
commit 0bb113dbccb8bfcc5503cc0ceecffb9319496505
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 09:44:18 2019 +0200
|
28111e79 |
|
4cc67ada |
kemix: fix export of gete_fhost()
|
28111e79 |
|
4cc67ada |
commit d6249edf97a30863a656f3d8c6ea62b55d30e0d9
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jul 28 21:46:42 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - db_text ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 6b946807dfa77eeead83b5a4650bd3e59f75ba57
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jul 28 21:44:50 2019 +0200
|
28111e79 |
|
4cc67ada |
db_text: small fix in docs
|
18430108 |
|
4cc67ada |
commit 5d5ff47e6a942ae5ae9ff0e5684ca13abf8fe36f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jul 28 20:01:40 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - async ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 7cc2d3168f4cb5be2c9a0d9158cc9c74705bc3ad
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jul 28 19:52:44 2019 +0200
|
18430108 |
|
4cc67ada |
async: small extension of the description for the ms_timer parameter
|
18430108 |
|
4cc67ada |
commit d62748643164cf2530fa5cc7ded4aa005bfba5de
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jul 28 19:51:29 2019 +0200
|
18430108 |
|
4cc67ada |
async: small adaption of new ms timer to the existing timer logging
|
18430108 |
|
4cc67ada |
commit 8333bc7c971bccbed2f8e1bf1c5ca1c22039c48d
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jul 28 16:46:37 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - async ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 124a5b16253926e748ba2724322b1b68f443c319
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 28 16:41:04 2019 +0200
|
18430108 |
|
4cc67ada |
async: docs - use > instead of > in example for valid xml syntax
- coherent white spacing
|
18430108 |
|
4cc67ada |
commit 95ac7eaa5e085d4254b5b989a13268c011e62369
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 28 16:40:25 2019 +0200
|
18430108 |
|
4cc67ada |
async: coherent indentation and white spacing
|
18430108 |
|
4cc67ada |
commit 2a94f7e69b9929d6d966e224d33065cf28a65f7b
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jul 28 16:31:36 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - async ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 629c1674fcbbfd12310da924e8b6cd5116cd71a3
Author: PaweÅ PierÅcionek <ppierscionek@gmail.com>
Date: Sun Jul 28 14:45:16 2019 +0200
|
18430108 |
|
4cc67ada |
sync: added support for millisecond resolution sleep
- new ms_timer parameter to enable millisecond precision timer
- new async_ms_route and async_ms_sleep functions with milliseconds as a param
- implementation:
Each async_ms_sleep adds an entry to a linked list sorted by expiry time.
List is checked every ms_timer ms for expired entries.
All expired entries are pushed for execution on a pool of async workers.
|
18430108 |
|
4cc67ada |
commit ce710ce13a622c3c62334f2ee045b1983d3122f2
Author: PaweÅ PierÅcionek <ppierscionek@gmail.com>
Date: Sat Jul 27 23:07:10 2019 +0200
|
18430108 |
|
4cc67ada |
async: added support for millisecond resolution sleep
- new ms_timer parameter to enable millisecond precision timer
- new async_ms_route and async_ms_sleep functions with milliseconds as a param
- implementation:
Each async_ms_sleep adds an entry to a linked list sorted by expiry time.
List is checked every ms_timer ms for expired entries.
All expired entries are pushed for execution on a pool of async workers.
|
18430108 |
|
4cc67ada |
commit 3074600005ac49ff9bdb6adde2f6bcc26f678457
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Mon Jul 22 13:55:55 2019 +0300
|
18430108 |
|
4cc67ada |
pkg/kamailio/alpine: backported python3 ruby openrc subpackaging from alpine repo
Reference commit
https://github.com/alpinelinux/aports/commit/280b4b05da6dff3980267a0d27b228f0e47a5755#diff-75216d130f5872b5775d4e035eadd419
|
18430108 |
|
4cc67ada |
commit 67730223e6425414aa45b9bb924ab66d600313b8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jul 26 19:47:18 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - mohqueue ... [skip ci]
|
18430108 |
|
4cc67ada |
commit a4ac4b3c0b9b4cf65e188d69c5efaabd4c066df1
Author: Robert Boisvert <robert.boisvert@Synchronoss.com>
Date: Fri Jul 26 13:41:04 2019 -0400
|
18430108 |
|
4cc67ada |
mohqueue: small fixes for header check
- updated to v1.6
- handle change to register_tmcb ()
- updated copyright
- header check stops at semicolon
|
18430108 |
|
4cc67ada |
commit 7a3ea695659830605bb6e1bb05c9c4ab281ff1f8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 23 10:36:04 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 8d613cb532fadecddde799a982bd9acf96df1eaf
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Jul 22 21:13:54 2019 +0200
|
18430108 |
|
4cc67ada |
tm: add missing docs about event_route[tm:local-request], GH #980
|
2a6f5858 |
|
4cc67ada |
commit a161fc7d4854a11d4def684a21b5ad26a7923c40
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Mon Jul 22 17:26:13 2019 +0300
|
18430108 |
|
4cc67ada |
pkg/docker: Updated alpine docker submodule [skip ci]
|
2a6f5858 |
|
4cc67ada |
commit e7061ee85ddcd203fb58fa023eeddd90bc97848e
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jul 21 11:51:01 2019 +0200
|
18430108 |
|
4cc67ada |
uac: minor spelling fix in docs
|
18430108 |
|
4cc67ada |
commit 8334e61815f15656051c5b14cf9321f4c65bcf8c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 21 08:56:39 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: exported functions to get auth username
|
18430108 |
|
4cc67ada |
commit a6a2416e59c1e1a5cbadd3ecceecff52201be10d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 19 10:03:53 2019 +0200
|
18430108 |
|
4cc67ada |
evapi: adjust log message when no client connected for dispatching
|
18430108 |
|
4cc67ada |
commit 72099714de86311b704621034b5ef07ec05a1147
Merge: e6b183a1e 08cf17288
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jul 19 09:56:45 2019 +0200
|
18430108 |
|
4cc67ada |
Merge pull request #2013 from surendratiwari3/no_evapi_client_send_failed
|
ed29e169 |
|
4cc67ada |
evapi:return code and log fixed for no evapi client while sending
|
18430108 |
|
4cc67ada |
commit e6b183a1ec3b267cc25040a9b67a1c151ee85555
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 19 09:50:21 2019 +0200
|
18430108 |
|
4cc67ada |
core: pv - increased the size for vars and transformations tables
|
18430108 |
|
4cc67ada |
commit 08cf17288861bcaa8f3b23166059ead517d1b4fe
Author: Surendra Tiwari <surendratiwari3@gmail.com>
Date: Fri Jul 19 13:07:32 2019 +0530
|
2a6f5858 |
|
4cc67ada |
evapi:return code and log fixed for no evapi client while sending
|
18430108 |
|
4cc67ada |
commit 5e961873401fd0a93ff03ba8d75dbcefbf2fbcf0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 08:46:27 2019 +0200
|
18430108 |
|
4cc67ada |
corex: debug message for set rcv/snd sock functions
|
18430108 |
|
4cc67ada |
commit abe060b417c5270082aa46660fdc2f78098a5888
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 08:41:29 2019 +0200
|
2a6f5858 |
|
4cc67ada |
core: debug message for forcing send socket action
|
18430108 |
|
4cc67ada |
commit ac95f0c29390e1dbc0779b56936ee68a424595e0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 08:34:31 2019 +0200
|
18430108 |
|
4cc67ada |
pv: debug message when seting $fs (send socket)
|
2a6f5858 |
|
4cc67ada |
commit 295bc5471ef79a2ca93ee01399fe41c136a5b940
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 16 12:21:20 2019 +0200
|
2a6f5858 |
|
4cc67ada |
modules: readme files regenerated - dialog ... [skip ci]
|
2a6f5858 |
|
4cc67ada |
commit 3170fc9d95432c7a83ff76f90b6323dc0ae0f8e0
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 16 12:02:19 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: fix another issue (wrong section) in docs
|
18430108 |
|
4cc67ada |
commit f3ab606a1a7015f3145fe7cf00995cae14a23a2c
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jul 16 11:56:29 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: fix syntax error in doc after commit 0b3562ace82e0
|
18430108 |
|
4cc67ada |
commit 5bd5df36c74a93c6acccbef017c2c37553ba8dc4
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 16 11:23:08 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - acc ... [skip ci]
|
18430108 |
|
4cc67ada |
commit e094407297e89e574f10347ce720bd8475537970
Author: Niall McAndrew <34754073+niallmcandrew@users.noreply.github.com>
Date: Tue Jul 16 10:53:47 2019 +1200
|
18430108 |
|
4cc67ada |
tcpops: Fix the example documentation for tcp_get_conid
|
18430108 |
|
4cc67ada |
commit 0b3562ace82e089e904fbe63ee0aeb3e06c4105c
Author: Alex Hermann <alex@speakup.nl>
Date: Thu Jul 10 12:56:49 2014 +0200
|
18430108 |
|
4cc67ada |
dialog: Add setting to loop BYE through proxy
The setting "keep_proxy_rr" will add the Record-Route headers added by the
proxy to the route_set stored in the dialog. When in use, sending locally
generated in-dialog requests will loop back to the proxy with a proper
Record-Route header, including any parameters.
|
18430108 |
|
4cc67ada |
commit 497fd1a38ab655ebeb33a0db3cfd5708ca18d63a
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Jul 15 21:03:39 2019 +0200
|
18430108 |
|
4cc67ada |
ims_usrloc_pcscf: fix code formatting after merge commit 57961c9f
|
18430108 |
|
4cc67ada |
commit 655aff041853a1426ee1adbfff16bd2ad6eec2db
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Jul 15 20:52:41 2019 +0200
|
2a6f5858 |
|
4cc67ada |
ims_ipsec_pcscf: fix code formatting after merge commit 57961c9f
|
2a6f5858 |
|
4cc67ada |
commit ac2736d62fc97c6e93f98dea46e61cb22a356e47
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Jul 15 20:52:03 2019 +0200
|
18430108 |
|
4cc67ada |
ims_ipsec_pcscf: remove commented out code after merge commit 57961c9f
|
18430108 |
|
4cc67ada |
commit ad5a346c13c20603f732b6a0a0988746850cfbaf
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Jul 15 20:37:46 2019 +0200
|
18430108 |
|
4cc67ada |
ims_registrar_pcscf: remove commented out code after merge 57961c9f
|
18430108 |
|
4cc67ada |
commit 26c620fc4b791c9661c47508a34436f50e8c6641
Author: Henning Westerholt <hw@skalatan.de>
Date: Mon Jul 15 20:35:45 2019 +0200
|
18430108 |
|
4cc67ada |
ims_registrar_pcscf: fix code formatting after merge 57961c9f
|
18430108 |
|
4cc67ada |
commit 57961c9f485a9324e140f90acbfc82857efbf0f5
Merge: 9dab8303a 7dd380afa
Author: Tsvetomir Dimitrov <tsv.dimitrov@gmail.com>
Date: Mon Jul 15 19:41:34 2019 +0300
|
18430108 |
|
4cc67ada |
Merge pull request #2001 from alexyosifov/ipsec_tcp_multiple_conns
Ipsec tcp multiple conns
|
18430108 |
|
4cc67ada |
commit 9dab8303a96614fd74efff6add359a23713642a5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 15 17:24:14 2019 +0200
|
18430108 |
|
4cc67ada |
siputils: log method ids on mismatch for options_reply()
|
18430108 |
|
4cc67ada |
commit 183ff04e00e592cc2c7db54732c6a3bb8fb75bb8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 15 16:41:22 2019 +0200
|
18430108 |
|
4cc67ada |
siputils: exported options_reply() to kemi framework
|
18430108 |
|
4cc67ada |
commit 262068940ba8dbd1b9fd93847f83f40c038d988c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jul 15 12:09:00 2019 +0200
|
18430108 |
|
4cc67ada |
rtpengine: fix error output on send_rtpp_command()
* rename out variable to cmd due to We already have an out goto label
|
18430108 |
|
4cc67ada |
commit 93d18c0e4a805c86e82e2271d2d496b4b125fdfd
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jul 14 12:25:28 2019 +0200
|
18430108 |
|
4cc67ada |
dispatcher: small spelling fix in docs
|
18430108 |
|
4cc67ada |
commit f31dbe3633e1a2e787066d4cbeaf7d53d4153dcf
|
bc96bbad |
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
|
4cc67ada |
Date: Thu Jul 11 10:52:35 2019 +0200
|
18430108 |
|
4cc67ada |
travis: use buster instead of stretch
* buster is now Debian stable!! :-)
|
18430108 |
|
4cc67ada |
commit 5b8311cdae91f07e12eb430eef832944219cab40
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 10 09:05:17 2019 +0200
|
18430108 |
|
4cc67ada |
registrar: docs for reg_send_reply()
|
18430108 |
|
4cc67ada |
commit 3c1c0c59698ea0678d730b39b5d15a570695d0f9
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jul 10 08:56:39 2019 +0200
|
18430108 |
|
4cc67ada |
registrar: export reg_send_reply() to scripting languages
- useful with save(location, 0x2) to send later same reply like save(...)
without flag 0x2
|
18430108 |
|
4cc67ada |
commit 94e9d47d2d2da82be23f1bae8cd6491c758a384c
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jul 9 09:35:08 2019 +0200
|
18430108 |
|
4cc67ada |
kamctl: relaxed regex check on aor and sip uri
- it required a dot (.), not valid for ipv6 and single word domains
(e.g., localhost)
- now just match on USERNAME_RE@.+
|
18430108 |
|
4cc67ada |
commit 6a13f5f1103e02ec6abd5fc6b4f77ca9087ce43b
Author: Julien Chavanton <jchavanton@gmail.com>
Date: Mon Jul 8 19:46:06 2019 +0000
rtp_media_server: fix crash in sdp payload pasring
|
18430108 |
|
4cc67ada |
commit 675ab2daf819eb1eb1639e90ceba2cc3b29ab202
Author: Julien Chavanton <jchavanton@gmail.com>
Date: Mon Jul 8 19:19:05 2019 +0000
rtp_media_server: drop in-dialog messages for
disconnected calls
|
18430108 |
|
4cc67ada |
commit 5e9e991cb11c85ad5cf6b72802728a42d70edd4e
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jul 8 17:28:46 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: added functions to get proto string and id
|
18430108 |
|
4cc67ada |
commit 91fa799e436de252e9f5aa5d8f09609f46db6e58
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Sat Jul 6 09:00:06 2019 +0200
|
18430108 |
|
4cc67ada |
usrloc: coherence for int type of parameters
- it was combination of int and integer, now all int
- fix examples for int params, related to GH #1999
|
18430108 |
|
4cc67ada |
commit d0919a004b3bab58c47d9842fc77c19c5a8fed31
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 5 13:22:03 2019 +0200
|
18430108 |
|
4cc67ada |
uac: docs - note about frequency limit for rpc reload command
|
18430108 |
|
4cc67ada |
commit 7dd380afaa5bee73a5bed1d928be38b8bb76fd99
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu Jul 4 09:49:43 2019 +0300
|
18430108 |
|
4cc67ada |
kamctl: added new fields in ims_usrloc_pcscf db
- Added new fields in mysql ims_usrloc_pcscf location table.
There is no related xml file for this table in srdb2/schema,
because of that I added the new fields directly in the sql file.
|
18430108 |
|
4cc67ada |
commit 59c4e08fa57d6fe7b65d9265d39a03d4733b3dd2
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Fri Jun 28 17:37:15 2019 +0300
|
18430108 |
|
4cc67ada |
ims_usrloc_pcscf: added a new match key for ipsec location tbl
- ipsec location table: added a new match key for ipsec location
table. The added key is "received_port" column. It's necessary
because after successful re-registration into the table are
stored two contacts withe the same AOR. Before the changes only
the AOR was contact's match key.
- ul callbacks: added a method delete_ulcb(), wich is used to delete
the pending IPSEC tunnels for the unsuccessfuly registered contacts.
- udomain: adde a new method unreg_pending_contacts_cb(). Used to search
and delete user callbacks for all pending contacts with default SIP
port (5060) after successful contact registration.
- ipsec structure: added a new vars in ipsec_t - port_pc (port proxy
client) and port_ps (port proxy server). Used to keep proxy ports
for already created IPSEC tunnels.
|
18430108 |
|
4cc67ada |
commit 7e46cdac98f70c9fb5f599961c03129089473269
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Fri Jun 28 17:30:32 2019 +0300
|
18430108 |
|
4cc67ada |
ims_registrar_pcscf: update contacts with user callbacks
- save pending: save temp security params only for the pending contacts.
- update contacts: register user callback for successfuly registered
contact to destroy the tunnels after contact deregistration or expiration.
|
18430108 |
|
4cc67ada |
commit 3203c53ea2e00bdbec2746de3d9eb19f6f7f2a71
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Fri Jun 28 16:59:57 2019 +0300
|
18430108 |
|
4cc67ada |
ims_ipsec_pcscf: support for multiple TCP connections
- spi list : fixed a bug with infinity loop.
- port generator: added port generator based on SPI list.
The port generator is used to generate free Client and Server
ports for IPSEC UDP/TCP connections.
- Added a method for parsing of the security parameters.
Used for Re-registration process.
- Remove SA/Policy: Fixed the methods for removing
SA/Policy. Now created SA/Policy are removed properly based
on their IPs, Ports, SPIs.
- Added a configurable parameter for IPSEC maximum connections.
It's necessary because all listen sockets should be initialized
in mod_init().
- Changes in ipsec_create(): Register user callback only for
initial Registration. For Re-registration through IPSEC, it's
not needed to register a user callback for contact expire/delete.
- Set search flag for contact depending of msg type - Request or Reply.
- Added description of a new parameter used for
the IPSec connections - ipsec_max_connections.
|
18430108 |
|
4cc67ada |
commit f7f3222ec03b2a1e9260a79e737cc55c7dac169f
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jul 3 22:09:40 2019 +0200
|
18430108 |
|
4cc67ada |
acc: extend description in docs for log_missed_calls flag
|
18430108 |
|
4cc67ada |
commit a72a27ac4bfc553809fcc7361d9cd4da082aad9d
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jul 3 21:04:19 2019 +0200
|
18430108 |
|
4cc67ada |
sl: small fix in module README
|
18430108 |
|
4cc67ada |
commit e5ed0651c7f3dad224b56625e403bb7420fd208f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jul 3 17:06:18 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - call_control ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 19cfda13da1c95d2f24944d9116e1f0d7c307d56
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 3 17:05:11 2019 +0200
|
18430108 |
|
4cc67ada |
call_control: docs - link to mailing list discussion about MI to RPC control
|
18430108 |
|
4cc67ada |
commit 5e56a374c66e4dad08d03893319f4fd5f60c7805
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jul 3 16:55:18 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - call_control ... [skip ci]
|
18430108 |
|
4cc67ada |
commit 1926dc1f2ed9bcaf4a5294b21c4cb890c41f644e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 3 16:51:58 2019 +0200
|
18430108 |
|
4cc67ada |
dialplan: note about reload interval limit for rpc command
|
18430108 |
|
4cc67ada |
commit b97bb77265e7bfc5562a664e8a510692ed68b2f8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Jun 28 17:06:54 2019 +0200
|
18430108 |
|
4cc67ada |
usrloc: fix memory leak on DB_ONLY mode on RPC commands
|
18430108 |
|
4cc67ada |
commit bf0bafd1e63de3427ae7b411eb26fe8bb95eec26
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 2 18:37:00 2019 +0200
|
18430108 |
|
4cc67ada |
uac: docs for reg_gc_interval param
|
18430108 |
|
4cc67ada |
commit 77b1b52fee7939ec1fcd04952d34649569c7233d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 2 18:30:48 2019 +0200
|
18430108 |
|
4cc67ada |
uac: new modparam reg_gc_interval
- defined value for garbage collection interval made configurable
- default value 150 (secs) - what was so far
|
18430108 |
|
4cc67ada |
commit ec42a0b36a10dec0852bd1ef2bf3ad7ab9ad8dbc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 1 17:30:07 2019 +0200
|
28111e79 |
|
4cc67ada |
uac: docs - examples with rpc commands having params numbers converted to string
- GH #1988
|
18430108 |
|
4cc67ada |
commit 0ff8ab02704f7c096464d49a9f697ebeaf99935e
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jun 30 17:49:25 2019 +0200
|
18430108 |
|
4cc67ada |
lib: add missing line-break in DB init function error log
|
18430108 |
|
4cc67ada |
commit 62d607f29593bcd645c7d068327e0bd4a0db0a8f
Author: Henning Westerholt <hw@skalatan.de>
Date: Sun Jun 30 11:51:57 2019 +0200
|
3bcf5579 |
|
4cc67ada |
call_control: add a note that the callcontrol application expect the MI interface
|
18430108 |
|
4cc67ada |
commit 1124beaa61b4a02f47080e6524ae961cff1822bc
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 28 16:10:09 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - htable ... [skip ci]
|
3bcf5579 |
|
4cc67ada |
commit 1c4af823c39d28b694c1dec607d8d72c5b726456
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 28 16:01:43 2019 +0200
|
18430108 |
|
4cc67ada |
pv: relax uri and params transfromation parsing when separator is last char
- more flexible in parsing custom values, detection done in
transformations code
|
18430108 |
|
4cc67ada |
commit f87adf6aba3fcebfe162341bc45d130365d34f5e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 14:53:02 2019 +0200
|
18430108 |
|
4cc67ada |
htable: docs - rephrased info for db_expires to clarify its purpose
|
18430108 |
|
4cc67ada |
commit 0fcb2607d2d63a0e10fce189b6881ac15b985bb4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 08:07:02 2019 +0200
|
18430108 |
|
4cc67ada |
uac: debug messages when initializing the remote uac registration
|
18430108 |
|
4cc67ada |
commit 3716541db01c09bd00998bdbd0c35b3a842cdaf5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 27 16:25:27 2019 +0200
|
18430108 |
|
4cc67ada |
sdpops: exported to kemi the functions to detect sdp with codecs
- sdp_with_codecs_by_id() and sdp_with_codecs_by_name()
|
18430108 |
|
4cc67ada |
commit 8266f0ee05b1f2faf2d4148efca257f7322da4ce
Author: Vicente Hernando <vhernando@systemonenoc.com>
Date: Tue Jun 25 15:37:43 2019 +0200
|
18430108 |
|
4cc67ada |
call_obj: b/f acept optional limit parameter.
|
18430108 |
|
4cc67ada |
commit 0669b71f52e5c5e1ee942921251787e28c968ea4
Author: Vicente Hernando <vhernando@systemonenoc.com>
Date: Tue Jun 25 15:23:41 2019 +0200
|
18430108 |
|
4cc67ada |
call_obj: KEMI functions call_obj.get and call_obj.free
|
18430108 |
|
4cc67ada |
commit a58b4c2afbffdd2584f553f8d7d36a84d40e2aee
Author: Vicente Hernando <vhernando@systemonenoc.com>
Date: Mon Jun 24 15:06:25 2019 +0200
|
18430108 |
|
4cc67ada |
call_obj_mod: no need to use a free function for call_obj_get.
|
18430108 |
|
4cc67ada |
commit d419f427d2acf890e5e45c4f3e8e7a2b2fe4cead
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 27 09:36:21 2019 +0200
|
18430108 |
|
4cc67ada |
lib/srdb1: support for username@domain in user id part of db url
- used by some cloud database services
- reworked patch from GH #1992
|
18430108 |
|
4cc67ada |
commit c671e78142b51515d64392fd9a9db8f07e904167
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jun 26 12:29:22 2019 +0200
|
18430108 |
|
4cc67ada |
registrar: clean avp/xavp created at 'usrloc:contact-expired' route_event
|
18430108 |
|
4cc67ada |
commit ffa2aa438e2a13e6e8bdbe70dd90827ae18279ce
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jun 25 23:03:17 2019 +0200
|
18430108 |
|
4cc67ada |
sanity: free parsed proxy-required header in case of failure
- reported by GH #1990
|
3bcf5579 |
|
4cc67ada |
commit 3c84c44ff2191f71dbb2af8beb211b75e48f9b1d
Author: Henning Westerholt <hw@skalatan.de>
Date: Tue Jun 25 22:32:30 2019 +0200
|
18430108 |
|
4cc67ada |
crypto: fix two small copy and paste errors in comments
|
18430108 |
|
4cc67ada |
commit 2bebdb083ba8078fa9eec237fe0b0e2134a21b9b
Author: Julien Chavanton <jchavanton@gmail.com>
Date: Mon Jun 24 15:34:21 2019 -0700
|
28111e79 |
|
4cc67ada |
db_postgres: fix, insert update should always
favor unique constraint over primary key
|
18430108 |
|
4cc67ada |
commit 2fb642bd318884059c2c31487fdba9cc22aed7ef
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 24 09:11:17 2019 +0200
|
28111e79 |
|
4cc67ada |
presence: docs for rpc command to update watchers
|
28111e79 |
|
4cc67ada |
commit 832d1e622c5f1c9165540f41ad1e3efa077e49d3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 23 11:35:36 2019 +0200
|
28111e79 |
|
4cc67ada |
presence: new rpc command presence.updateWatchers
- trigger update of watchers via rpc
|
28111e79 |
|
4cc67ada |
commit d04642793d9465c1c39ca17b899382372b89955e
Merge: b465c6e5d b7f7efe4f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 22 19:30:03 2019 +0200
|
28111e79 |
|
4cc67ada |
Merge pull request #1989 from MrHillo/master
userblacklist: fix double "check_user_blacklist" in module documentation
|
28111e79 |
|
4cc67ada |
commit b465c6e5d0f7583f17a06dde771595ae9e102549
Merge: d21b22c05 aeec1c262
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 22 16:40:50 2019 +0200
|
28111e79 |
|
4cc67ada |
Merge pull request #1986 from ionutionita92/rtpengine
|
ed29e169 |
|
4cc67ada |
Extend rtpengine hashing algorithms
|
28111e79 |
|
4cc67ada |
commit d21b22c0542715e572025581b0cb47d8c5bebb2f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 22 16:34:41 2019 +0200
|
28111e79 |
|
4cc67ada |
rls: docs for rpc command rls.update_subs
|
28111e79 |
|
4cc67ada |
commit 1507028464a724cc5628144c4017e01494a2fbb4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 22 15:50:13 2019 +0200
|
28111e79 |
|
4cc67ada |
rls: added rpc command rls.update_subs
|
28111e79 |
|
4cc67ada |
commit 46084c898d0598e94c7f22ab03d321e037fd7f55
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Sat Jun 22 10:58:18 2019 +0200
|
f0d5c35c |
|
4cc67ada |
rls: Makefile - link agaist libicu on macos/darwin
|
28111e79 |
|
4cc67ada |
- libxml2 needs it but its pkg-config doesn't list it
|
28111e79 |
|
4cc67ada |
commit b7f7efe4f952894aa847165cc038cd5af4c3141a
Author: Julien Arlt <julien-arlt@gmx.de>
Date: Fri Jun 21 14:52:11 2019 +0200
|
28111e79 |
|
4cc67ada |
userblacklist: fix double "check_user_blacklist" in module documentation
|
28111e79 |
|
4cc67ada |
commit e1ea5743fa57b433352270adc6929968a395590c
|
f0d5c35c |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Fri Jun 21 11:23:12 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - presence ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 8a909021ccccc321b06b3437d124978bd901ab18
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 21 11:08:12 2019 +0200
|
28111e79 |
|
4cc67ada |
presence: docs - aligned examples to avoid large whitespacing
|
28111e79 |
|
4cc67ada |
commit f005e2edca8fef350546cb743bf1cb51ee4ddd8d
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 20 20:35:04 2019 +0200
|
28111e79 |
|
4cc67ada |
presence: docs - fixed name for event route presence:notify-reply
|
28111e79 |
|
4cc67ada |
commit 50dfec2f2b7a467afe7c935524d0d385e9018f02
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 20 11:01:09 2019 +0200
|
28111e79 |
|
4cc67ada |
rls: docs - added section ids
|
28111e79 |
|
4cc67ada |
commit 08bf7784ea497a78baa63445dd1404dca0abec9d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 20 11:00:37 2019 +0200
|
28111e79 |
|
4cc67ada |
presence_xml: removed extra semicolon
|
28111e79 |
|
4cc67ada |
commit aeec1c2620c612bb54ffb4d3347f274e520db072
Author: iionita <ionut-razvan.ionita@1and1.ro>
Date: Wed Jun 19 11:23:50 2019 +0300
|
ed29e169 |
|
4cc67ada |
rtpengine: update README
|
ed29e169 |
|
4cc67ada |
commit e9f24ff3b974f4a2b6e93b6f8c3a3a5863763610
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 19 10:06:32 2019 +0200
|
28111e79 |
|
4cc67ada |
kamctl: fixed c&p error in version command matching
|
ed29e169 |
|
4cc67ada |
commit fea4b3881574c304b7e73aa764cd49b109f24c61
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 19 09:51:39 2019 +0200
|
ed29e169 |
|
4cc67ada |
kamctl: added subcommand srv version
|
28111e79 |
|
4cc67ada |
- print the server version using rpc command
|
28111e79 |
|
4cc67ada |
commit 6ada2d4f04fd5439eb7b424dfaae422ff1bc203c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 19 08:46:04 2019 +0200
|
28111e79 |
|
4cc67ada |
kemix: added from uri user and host functions to exports structure
|
28111e79 |
|
4cc67ada |
commit e63e182bb0cf62fa7ec2941c25e8459fe59382d7
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 19 08:37:37 2019 +0200
|
2a6f5858 |
|
4cc67ada |
kemix: functions to return from-uri user and host
|
2a6f5858 |
|
4cc67ada |
commit 3c07e2351a94e4ff2cf3c6b9b9df4d7462cd5760
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 18 16:25:25 2019 +0200
|
28111e79 |
|
4cc67ada |
pdb: safety check for header length in pdb_msg_dbg()
|
28111e79 |
|
4cc67ada |
commit bb66d054b2eb0d7bd8c4d8a3040b790ce4a03918
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jun 18 14:22:52 2019 +0200
|
28111e79 |
|
4cc67ada |
core: kemi - added KSR.hsr.rminsert(hrm, hadd)
|
bc96bbad |
|
4cc67ada |
- helper function to remove and insert headers in a single operation
|
28111e79 |
|
4cc67ada |
commit 92b8d7aa0bf0cf407ecea1211d7333562657bd5a
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jun 18 09:18:01 2019 +0200
|
2a6f5858 |
|
4cc67ada |
core: kemi - added KSR.hsr.rmappend(hrm, hadd)
|
f0d5c35c |
|
4cc67ada |
- helper function to remove and append headers in a single operation
|
2a6f5858 |
|
4cc67ada |
commit 955e8a5412490020b719f7f57d0a068916bcf8e5
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 14 13:05:14 2019 +0200
|
2a6f5858 |
|
4cc67ada |
kamctl: usrloc command to delete older expired records from database table
|
f0d5c35c |
|
4cc67ada |
- kamctl ul dbclean [<secs>]
- if secs parameter is not given, the value 3600 is used
|
2a6f5858 |
|
4cc67ada |
commit a54b36e2533a71d8e38c03b497b470110a1e33fb
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Jun 14 02:00:09 2019 +0300
|
28111e79 |
|
4cc67ada |
pkg/kamailio/obs: Updated libevent2 deps for CentOS 6 dist [skip ci]
|
28111e79 |
|
4cc67ada |
commit 1a3fc004e27555063a8bc942c946f6d54f84cf45
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 14 09:01:08 2019 +0200
|
28111e79 |
|
4cc67ada |
kemix: functions to get src/rcv ip and port
|
28111e79 |
|
4cc67ada |
commit 15066536e65314f976328fc4387be2a5b53fe455
Merge: 828df22ef 3696a59f1
Author: Tsvetomir Dimitrov <tsv.dimitrov@gmail.com>
Date: Thu Jun 13 22:05:21 2019 +0300
|
28111e79 |
|
4cc67ada |
Merge pull request #1982 from alexyosifov/ipsec_fix_defects
|
18430108 |
|
4cc67ada |
commit 3696a59f1c6e0c23aea01ae090ca142e11541d62
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu Jun 13 13:13:01 2019 +0300
|
18430108 |
|
4cc67ada |
ims_registrar_pcscf: fixed dereferencing null pointer "cb->contacts" in save()
|
2a6f5858 |
|
4cc67ada |
- removed unnecessary debug message
|
18430108 |
|
4cc67ada |
commit 287d182453e2818c17d439ff68ddd363a86ef578
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu Jun 13 13:12:06 2019 +0300
|
18430108 |
|
4cc67ada |
ims_ipsec_pcscf: fixed possible use of uninitialized value in ipsec_forward()
|
bc96bbad |
|
4cc67ada |
- related to calling "*ul.unlock_udomain"
|
18430108 |
|
4cc67ada |
commit 828df22ef38a75d960cb8932a2f477ba2179e460
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 13 11:28:42 2019 +0200
|
18430108 |
|
4cc67ada |
xhttp_prom: imported initial README file
|
18430108 |
|
4cc67ada |
commit f114248615f2ebc5dc4b4eac46e067706eb75c87
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 13 11:27:50 2019 +0200
|
18430108 |
|
4cc67ada |
Makefile.groups: added xhttp_prom module to extra group
|
18430108 |
|
4cc67ada |
commit 1c3ab78a6e70a4e2af2c0926e13e71e00ae47459
Merge: 602eacf71 b595e97e6
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 13 11:26:28 2019 +0200
|
18430108 |
|
4cc67ada |
Merge pull request #1976 from kamailio/vhernando/xhttp_prom_branch
xhttp_prom: module to generate Prometheus metrics.
|
18430108 |
|
4cc67ada |
commit 602eacf713a092eb0b4758f243ddd2342d2ee16f
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Thu Jun 13 11:51:17 2019 +0300
|
18430108 |
|
4cc67ada |
pkg/kamailio/obs: Updated jansson module dependences
|
18430108 |
|
4cc67ada |
commit 6a633ef3dfdee015f3ea8f0b071ffb38a80a69f9
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 13 10:28:37 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: fixed return type for kemi exports for var rm and is-null
|
18430108 |
|
4cc67ada |
commit 5f738f19c9ed1f5c40040f788c10bc8fca016e82
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu Jun 13 09:40:32 2019 +0200
|
18430108 |
|
4cc67ada |
CONTRIBUTING.md: note that references to names do not belong to commit messages
|
18430108 |
|
4cc67ada |
commit 6263bf3535d8f646b07d573a0fe05dd223d5a2bf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jun 12 09:51:53 2019 +0200
|
18430108 |
|
4cc67ada |
pkg/kamailio/deb: version set 5.3.0~dev6 [skip ci]
|
18430108 |
|
4cc67ada |
commit 3af22766b1554193ef7990dd5d575f876f44732e
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 12 09:18:35 2019 +0200
|
18430108 |
|
4cc67ada |
lib/srutils: removed svn ids
|
18430108 |
|
4cc67ada |
commit b4f616485255689ebaffa97a93ff06f9a4d82dcb
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 12 09:07:14 2019 +0200
|
18430108 |
|
4cc67ada |
Makefile.defs: version set to 5.3.0-dev6
|
18430108 |
|
4cc67ada |
commit 0dfd5bd14792353b47ca397f22b3c323fd276b28
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jun 11 12:10:53 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: kemi functions to remove or test for null vars
|
18430108 |
|
4cc67ada |
commit 71522702d94c3269ca0bde5f68562036c7908ffd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 11 10:39:11 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: exported kemi variants to get empty and print var values
|
18430108 |
|
4cc67ada |
commit 7d8ee6fc4860b77bd7c9920ea6db6fb2e44bd2b5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 10 09:45:01 2019 +0200
|
18430108 |
|
4cc67ada |
dialog: added kemi functions to get/set dialog vars
|
18430108 |
|
4cc67ada |
commit 7b8f14897106db305de9922b93dba2177155b6e6
Author: iionita <ionut-razvan.ionita@1and1.ro>
Date: Fri Jun 7 18:26:27 2019 +0300
|
f0d5c35c |
|
4cc67ada |
rtpengine: add modparam to switch between legacy hashing algorithm and SHA1
|
f0d5c35c |
|
4cc67ada |
commit b595e97e69bfdb3577a70d50812922a7f7ce2d87
Author: Vicente Hernando <vhernando@systemonenoc.com>
Date: Fri Jun 7 15:40:55 2019 +0200
|
18430108 |
|
4cc67ada |
xhttp_prom: module to generate Prometheus metrics.
|
18430108 |
|
4cc67ada |
commit 964b50b5609c91cead9e9b6db10965ad9593e57d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 11:54:55 2019 +0200
|
18430108 |
|
4cc67ada |
pv: fixed name for avp_sets() kemi export
|
18430108 |
|
4cc67ada |
commit aa320ea32c3c90905483a1fe9cdfb5c48201b78c
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 7 10:36:45 2019 +0200
|
18430108 |
|
4cc67ada |
mqueue: kemi functions to retrieve key and value from mqueue
|
18430108 |
|
4cc67ada |
commit 01c50c84aed717f9de689ab4eec3faec59a498e4
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 7 09:55:04 2019 +0200
|
18430108 |
|
4cc67ada |
exec: debug message with number of results for exec_avp()
|
18430108 |
|
4cc67ada |
commit d19b32f75d3b84a3218163a090087f0c974ae009
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 7 09:14:43 2019 +0200
|
18430108 |
|
4cc67ada |
pv: exported kemi functions to set root xavp values
|
18430108 |
|
4cc67ada |
commit cf0008d843009acc8e40fcad3eceda063b1a358c
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri Jun 7 08:48:34 2019 +0200
|
18430108 |
|
4cc67ada |
tm: detect local uac transaction not inserted in the hash table
|
18430108 |
|
4cc67ada |
commit 844a8854d52e7cb8056fdff286215f6318fc0122
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Thu Jun 6 12:32:47 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - pv ... [skip ci]
|
18430108 |
|
4cc67ada |
commit e42cb58d3be13c1bfb65ce426c53a2f0ff78af0b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 6 12:09:41 2019 +0200
|
18430108 |
|
4cc67ada |
pv: docs - updated xavp management functions names
|
18430108 |
|
4cc67ada |
commit a80f6e9caffc80152c1a47a5f19774f919775cec
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 6 12:05:35 2019 +0200
|
18430108 |
|
4cc67ada |
pv: renamed xavp child management functions
- coherent pattern to reflect the operations
|
18430108 |
|
4cc67ada |
commit 15e6a4a9548edbae5c553a8c6e59f3ffe0006d4f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 6 11:33:14 2019 +0200
|
3bcf5579 |
|
4cc67ada |
pv: added kemi functions to test if xavp is null
|
3bcf5579 |
|
4cc67ada |
commit 04cd53eb9dec6079082a552f58f351f80bfc58dc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 6 11:07:58 2019 +0200
|
18430108 |
|
4cc67ada |
pv: added kemi functions to manage avps
|
18430108 |
|
4cc67ada |
commit f2ba8d560480c591401dd114411510357e7c0cea
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 5 22:51:23 2019 +0200
|
18430108 |
|
4cc67ada |
p_usrloc: fix a few more missing line breaks for log statements
|
18430108 |
|
4cc67ada |
commit 5484083570e1e2b21d73a296fc9e1e80633d6c66
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 5 22:46:02 2019 +0200
|
3bcf5579 |
|
4cc67ada |
kazoo: add missing log line breaks, partially by conversion to mem log helper
|
3bcf5579 |
|
4cc67ada |
commit 7c773a1278abfc99b7d9310d6faa39589cc2484b
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 5 22:26:09 2019 +0200
|
3bcf5579 |
|
4cc67ada |
db_postgres: add missing line breaks to log statements
|
3bcf5579 |
|
4cc67ada |
commit 09b36467b21a742d5d2fa61834190d662e458a4a
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 5 22:24:09 2019 +0200
tm: add missing line breaks in log statements
|
18430108 |
|
4cc67ada |
commit 4dff740464bb98b8dfe2b8ac9a339cc196b202b5
Author: Henning Westerholt <hw@skalatan.de>
Date: Wed Jun 5 22:09:14 2019 +0200
p_usrloc: add missing linebreak in log statement
|
18430108 |
|
4cc67ada |
commit 38ff06af407c26b21828485a6da7a5a51bf87d59
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 5 12:20:03 2019 +0200
|
3bcf5579 |
|
4cc67ada |
ims_ipsec_pcscf: add back the README file
|
ed29e169 |
|
4cc67ada |
- it was removed completely with the merge of PR #1974
|
3bcf5579 |
|
4cc67ada |
commit 9d33196d9cd460372bd535298f0b1877ba5d2fc9
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 5 12:16:21 2019 +0200
|
18430108 |
|
4cc67ada |
core: kemi - added KSR.hdr.get/e/w(...) functions
|
bc96bbad |
|
4cc67ada |
- return the body of a SIP header, with variants to return empty and
null strings
|
18430108 |
|
4cc67ada |
commit 63cb2650b65caab4326b5fbdf476bc5371eb1d30
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 5 11:49:40 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: renamed functions that return empty and null string for r-uri user and host
- set a common pattern with gete and getw in function names
|
18430108 |
|
4cc67ada |
commit 067fbd44e110c0f0b95d43bc65d83a47385601ff
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 5 11:40:12 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: added kemi functions to return user-agent header body
- shortcut to improve tests for security in scripts
|
18430108 |
|
4cc67ada |
commit 711da9ddac8e58603558ec5440bcc240d38b0bcb
Merge: 2ab4cad89 71e8bf1e9
Author: Tsvetomir Dimitrov <tsv.dimitrov@gmail.com>
Date: Wed Jun 5 09:53:50 2019 +0300
|
3bcf5579 |
|
4cc67ada |
Merge pull request #1974 from alexyosifov/ipsec_tcp
Ipsec tcp
|
3bcf5579 |
|
4cc67ada |
commit 71e8bf1e99e830800f379ea8ceabbc37d048cdd6
Author: alexyosifov <47529095+alexyosifov@users.noreply.github.com>
Date: Wed Jun 5 09:32:58 2019 +0300
|
3bcf5579 |
|
4cc67ada |
Delete README
Will be autogenerated.
|
3bcf5579 |
|
4cc67ada |
commit 2ab4cad891dd8aeff44f759a9f185207dc174949
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed Jun 5 08:30:49 2019 +0200
|
18430108 |
|
4cc67ada |
pv: exposed kemi functions for getting xavp empty and print variants
|
18430108 |
|
4cc67ada |
commit a1264685bca4b5f96e63d8120de55528ff47d282
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 4 13:16:23 2019 +0200
|
18430108 |
|
4cc67ada |
pv: kemi functions to get xavp value from root and child lists
|
18430108 |
|
4cc67ada |
commit 1e6d7df24f86a92a7425a510c6125d67869a9168
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 4 12:37:06 2019 +0200
|
18430108 |
|
4cc67ada |
kemix: kemi function to get print and empty variants for r-uri user and host
|
18430108 |
|
4cc67ada |
commit f23e256acbc10cd24238f71a70b6f1a7bf64826d
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue Jun 4 08:54:13 2019 +0200
|
18430108 |
|
4cc67ada |
htable: kemi functions to get the value of an hash table item
|
18430108 |
|
4cc67ada |
commit 80bea2509fb3b7f792e3d12cf309ee55cfcc72d7
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Mon Jun 3 17:37:03 2019 +0300
|
28111e79 |
|
4cc67ada |
ims_usrloc_pcscf: get_pcontact changes for IPv6
|
bc96bbad |
|
4cc67ada |
- Sometimes IPv6 address is coming with square brackets
and can not be found in userloc database. The search
algorithm is not changed, only used methods are changed.
|
28111e79 |
|
4cc67ada |
commit 5fe9c7d5a82a12f0033785e3ee7fa2d35bc0f3df
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu May 23 12:06:45 2019 +0300
|
28111e79 |
|
4cc67ada |
ims_ipsec_pcscf: IPv6 support
- Set authentication algorithm for SA depending of
parsed security-client info from REGISTER request msg.
For now, the supported algorithms are md5 and sha1,
the default algorithm is sha1.
- fill_contact() changes:
No significant changes, but added a debug message
and code is more readable.
- Added support for IPv6.
A new parameter IPSEC_LISTEN_ADDR6 is added in pcscf.cfg
file that describe IPv6 listen address.
A new module parameter ipsec_listen_addr6 is added in
kamailio.cfg to pass IPv6 listen address into the ipsec module.
- mode_init() changes:
Add ipv4 and/or ipv6 listen interfaces depending of configured
parameters in pcscf/kamailio config files.
- create_ipsec_tunnel() changes:
Update temp security parameters for contact.
Add 4 SAs and polisies (UE client->Proxy server, Proxy client->
UE server, Proxy server->UE client and UE server->Proxy client).
Server->client SAs are used for TCP connections.
- destroy_ipsec_tunnel() changes:
Remove all SAs and policies.
- ipsec_forward() changes:
Refactored to use both UDP and TCP protocols. Selects the protocol
type, sourse and destination ports based on message type.
- Removed unused method convert_ip_address(). Replaced by core methods
str2ipbuf() and str2ip6buf().
- changes in README
README regenerated via ims_ipsec_pscscf_admin.xml.
Added a new parameter for listen IPv6 address.
|
28111e79 |
|
4cc67ada |
commit a3a2b00b2acf37bd18067be266769441899aa406
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 3 18:16:21 2019 +0200
|
28111e79 |
|
4cc67ada |
app_sqlang: removed local implementation for KSR.pv sub-module
- switch to use the one from core
|
28111e79 |
|
4cc67ada |
commit fa0107dca53333665434c32fe3d4f2cfcc2082e6
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 3 12:25:45 2019 +0200
|
28111e79 |
|
4cc67ada |
app_ruby: removed local implementation for KSR.pv sub-module
- switch to use the one from core
|
28111e79 |
|
4cc67ada |
commit 84f9c64101395f5b754e2141972cea883f2ae6cc
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 3 09:53:49 2019 +0200
|
28111e79 |
|
4cc67ada |
app_python: removed unused function to return str variants
|
3bcf5579 |
|
4cc67ada |
commit 3c9c1ca5e5672ba4fc00911989f307cbce311538
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 3 09:52:33 2019 +0200
|
28111e79 |
|
4cc67ada |
app_python3: removed local implementation for KSR.pv sub-module
- switch to use the one from core
|
28111e79 |
|
4cc67ada |
commit 07e4a02830a005bdad2fb5989b623f292a4f8588
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 3 09:27:48 2019 +0200
|
ed29e169 |
|
4cc67ada |
app_python: removed local implementation for KSR.pv sub-module
|
bc96bbad |
|
4cc67ada |
- switch to use the one from core
|
ed29e169 |
|
4cc67ada |
commit 897402d0c30740654c0bbba9d010aca0cb1c22e0
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon Jun 3 09:04:50 2019 +0200
|
28111e79 |
|
4cc67ada |
app_lua/utils/app_lua_ctl: updated include file name
|
28111e79 |
|
4cc67ada |
commit 6f0b67b675dd18dce60fa3e5a4ece063216bbab5
Author: Henning Westerholt <hw@skalatan.de>
Date: Fri May 31 12:42:21 2019 +0200
|
3bcf5579 |
|
4cc67ada |
htable: fix a possible null pointer dereference in dmq startup error case
|
28111e79 |
|
4cc67ada |
commit 01795ee7f909519814fc8047480c1c436657c505
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu May 30 17:29:20 2019 +0200
|
28111e79 |
|
4cc67ada |
Makefile.groups: add new module app_lua_sr to lua group
|
28111e79 |
|
4cc67ada |
commit 1a2a4fdef4d745407c917675782c9e28754a2832
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed May 29 14:02:05 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - app_lua ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit fcbf44217b29e2358fcb7c1c23154dae420cd170
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 29 13:55:26 2019 +0200
|
28111e79 |
|
4cc67ada |
app_lua_sr: new module split from app_lua to export old Lua sr lib
|
28111e79 |
|
4cc67ada |
commit ce100cee8578510967c7edf3985f31c2b67b35c2
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 29 13:54:01 2019 +0200
|
28111e79 |
|
4cc67ada |
app_lua: docs - removed register modparam, relocated to app_lua_sr
|
28111e79 |
|
4cc67ada |
commit dbd46b4e1d8b37534992e9339b29df308688b34c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 29 13:32:04 2019 +0200
|
28111e79 |
|
4cc67ada |
app_lua: exposed inter-module api
|
28111e79 |
|
4cc67ada |
commit 7f2d7aae71758b5b682d5d77d7b7b0187b583de7
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 29 11:18:20 2019 +0200
|
28111e79 |
|
4cc67ada |
app_lua: removed old Lua sr module exports
- exporting only KSR via KEMI framework
- Lua sr module is relocated to app_lua_sr kamailio module, to be
obsoleted and removed over the time
- export KSR.pv submodule using implementation from core
|
28111e79 |
|
4cc67ada |
commit decfc7ff92fafe157c1b56201de6c4817e2034d4
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Tue May 28 22:01:49 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - siptrace ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 244eb42c3bba647582fdc5ef0d61573bd18a5f3d
Author: iionita <ionut-razvan.ionita@1and1.ro>
Date: Mon May 27 11:09:13 2019 +0300
|
3bcf5579 |
|
4cc67ada |
siptrace: document usage of trace_info xavp to prevent overlapping
|
3bcf5579 |
|
4cc67ada |
commit 26f68412921323a6c681a14718f0091f42a44167
Author: iionita <ionut-razvan.ionita@1and1.ro>
Date: Thu May 23 11:27:41 2019 +0300
siptrace: avoid flooding logs with unnecessary errors on common scenarios
|
28111e79 |
|
4cc67ada |
commit 796a12d6ef27c01e9c5a9ad36b82833b03b62109
Author: iionita <ionut-razvan.ionita@1and1.ro>
Date: Wed May 22 17:31:47 2019 +0300
|
28111e79 |
|
4cc67ada |
siptrace: use xavps to pass data for the duration of transaction/dialog
Before this data was serialized in order to fit a normal AVP and
be passed to DLGCB_CREATED callback. Moreover for transaction tracing
data was allocated in current process memory which would have crashed
if the reply were to be recieved in a different process. With the
current implementation data is allocated in shared memory, all processes
having access to it.
For dialogs data is passed through xavp to dlgcb created. From
there all dialog callbacks are registered and they receive argument
the pointer to siptrace info. For transactions the pointer is passed
as dialog callback parameter.
commit 07209c3095d8c3ab47108af94c004ce963012a92
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 28 14:27:34 2019 +0200
|
28111e79 |
|
4cc67ada |
Makefile.defs: detect gcc 9.0+
|
bc96bbad |
|
4cc67ada |
- reported by GH #1965
|
28111e79 |
|
4cc67ada |
commit 78d73877e1f08ac5ab542fce832653f78a05de93
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 28 14:05:16 2019 +0200
|
28111e79 |
|
4cc67ada |
kemix: functions to return directly user and host from ruri
|
28111e79 |
|
4cc67ada |
commit e91d9562689dc879540d8b04a337dcd016de4a21
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 28 14:04:07 2019 +0200
|
28111e79 |
|
4cc67ada |
core: kemi - defines for modes used to return null string
|
28111e79 |
|
4cc67ada |
commit 6c902f526698904129cc5369c74d83312b435ff7
Merge: 8351df3db 6845772a5
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 28 13:27:24 2019 +0200
|
28111e79 |
|
4cc67ada |
Merge pull request #1964 from alexyosifov/registrar_pcscf_sec_agree
|
f0d5c35c |
|
4cc67ada |
ims_registrar_pcscf: parse security verify header
|
28111e79 |
|
4cc67ada |
commit 8351df3db3891d52cdeb1fd59de4e44cecb67dcd
Merge: 76f0fa8a0 4062f65f9
|
3bcf5579 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 28 13:26:55 2019 +0200
|
28111e79 |
|
4cc67ada |
Merge pull request #1967 from alishir/master
|
bc96bbad |
|
4cc67ada |
kamdbctl: Fixes name of ims_charging sql script.
|
28111e79 |
|
4cc67ada |
commit 4062f65f909d01148da90d83c018581bcaef94c4
Author: Ali Shirvani <aj.shirvani@gmail.com>
Date: Tue May 28 12:56:48 2019 +0430
|
28111e79 |
|
4cc67ada |
kamdbctl: fixes name of ims_charging sql script.
|
28111e79 |
|
4cc67ada |
- ims_charging_create renamed to ims_charging-create
|
28111e79 |
|
4cc67ada |
commit 76f0fa8a0330de3885f5f3830eb90061c59045d4
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 28 08:44:32 2019 +0200
|
28111e79 |
|
4cc67ada |
usrloc: clone xavp list in contact struct in memory mode
|
28111e79 |
|
4cc67ada |
commit 003871b0a81afcc029c34e6e0ca26b6efff38857
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon May 27 11:56:52 2019 +0200
|
28111e79 |
|
4cc67ada |
kemix: exported functions to get common URI values via KSR.kx
|
28111e79 |
|
4cc67ada |
commit ff6a44b73b1f3134ec4352f5c3844a3da7a8b31a
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri May 24 12:44:16 2019 +0200
|
28111e79 |
|
4cc67ada |
kemix: new module to collect KEMI specific collections
- avoid pushing code in core for alternatives to core keywords,
conditions, a.s.o.
|
28111e79 |
|
4cc67ada |
commit 850681da515f45f9ed23de4eb6a3f3089c838619
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri May 24 12:30:12 2019 +0200
core: kemi - exposed sr_kemi_xval_null() function prototype
commit 6147bfe28dd54d62417040c96a7d54efb0f6ec56
Author: Henning Westerholt <hw@skalatan.de>
Date: Thu May 23 21:34:01 2019 +0200
|
28111e79 |
|
4cc67ada |
misc/examples/kemi: fix another small copy and paste error
|
28111e79 |
|
4cc67ada |
commit 98e6d1a6f6c7fa78d470551de5d17a742e86c2ac
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 11:50:55 2019 +0200
|
28111e79 |
|
4cc67ada |
misc/examples/kemi: fixed copy&paste error with type of language
|
18430108 |
|
4cc67ada |
commit 2deb2aa53c7e89dbcf64e2e33211a1ca3814a817
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 23 11:38:44 2019 +0200
|
18430108 |
|
4cc67ada |
misc/examples/kemi: added python3 and ruby as options to basic example
|
2a6f5858 |
|
4cc67ada |
commit 830307467ec5c9dddce1e27d8e93f88ddf9a39b7
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 11:37:45 2019 +0200
|
2a6f5858 |
|
4cc67ada |
app_lua: set reload parameter to 0 value if given via modparam
|
2a6f5858 |
|
4cc67ada |
commit e1f1db6dbe3b61bd062205682ddeb75cbba6f145
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 11:21:47 2019 +0200
|
2a6f5858 |
|
4cc67ada |
app_jsdt: removed local implementation for KSR.pv sub-module
|
3bcf5579 |
|
4cc67ada |
- switch to use the one from core
|
2a6f5858 |
|
4cc67ada |
commit fa8fd1e1ce6ac55aacbda9c573c04d291fd04b35
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 10:51:33 2019 +0200
|
28111e79 |
|
4cc67ada |
app_jsdt: handle functions that return xval and have up to two params
|
28111e79 |
|
4cc67ada |
commit beb80c948d0a5afc097bd4a5d9701907d553407f
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 10:49:50 2019 +0200
|
28111e79 |
|
4cc67ada |
core: kemi - prototypes for functions returning xval with up to two params
|
28111e79 |
|
4cc67ada |
commit 6845772a5345d60d48b702b624f673d979451004
Author: Aleksandar Yosifov <alexyosifov@gmail.com>
Date: Thu May 23 11:05:12 2019 +0300
|
28111e79 |
|
4cc67ada |
ims_registrar_pcscf: parse security verify header
|
bc96bbad |
|
4cc67ada |
- Parse 'security verify' header from REGISTER request message
and save updated parameters into the database.
- Added debug messages in save_pendign and save for easy debugging.
|
28111e79 |
|
4cc67ada |
commit 714adde1fc42cd4adc76d22b7fa028179ff6cb18
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 10:01:14 2019 +0200
|
28111e79 |
|
4cc67ada |
core: xavp - updated comments about vptr filed
|
18430108 |
|
4cc67ada |
commit 126cfa51be8718082e20e268cf14d0649c60b17d
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 23 09:30:51 2019 +0200
|
18430108 |
|
4cc67ada |
core: xvavp - new data type SR_XTYPE_SPTR
|
bc96bbad |
|
4cc67ada |
- store a shm pointer that has to be freed at destroy with shm_free()
|
28111e79 |
|
4cc67ada |
commit fb75e90549a2ed901d15842c6d621ad7d0850106
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 22 12:26:09 2019 +0200
|
28111e79 |
|
4cc67ada |
core: added a few variants for parsing IPv4/6 addresses
|
bc96bbad |
|
4cc67ada |
- store parsed structure directly in a provided buffer
- wrapper for parsing either IPv4 or IPv6
|
18430108 |
|
4cc67ada |
commit cab1b069e7e52e58e7f071e6612836bfa057f9d4
Author: Aleksandar Yosifov <notifications@github.com>
Date: Wed May 22 10:31:49 2019 +0200
|
18430108 |
|
4cc67ada |
ims_registrar_scscf: changed str r_reginfo_s format: from 'version=%s ' to 'version=%d'. (GH #1961)
|
f0d5c35c |
|
4cc67ada |
- changed str r_reginfo_s format: from 'version=%s ' to 'version=%d'. (GH #1961)
- In NOTIFY message from S-CSCF to UE, Message Body contains different xml parameters
and one of them can be a contact parameter with list of unknown-params. In some
cases unknown-param has value with '%' inside. Before the fix, adding of reginfo
version breaks the string of unknown-param. Adding reginfo version before contact
parameters keeps unknown-param string unchanged.
|
28111e79 |
|
4cc67ada |
commit 4ec855e2d0fe7c93bb3d633b40de9b0689335f7f
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 22 09:56:15 2019 +0200
|
28111e79 |
|
4cc67ada |
app_sqlang: skip registering KSR.pv from global list
|
f0d5c35c |
|
4cc67ada |
- for now is still done with the custom functions from the module
|
ed29e169 |
|
4cc67ada |
commit b56312e1b8e357e4c3403cb14eff792190225687
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 22 09:55:43 2019 +0200
|
ed29e169 |
|
4cc67ada |
app_ruby: skip registering KSR.pv from global list
- for now is still done with the custom functions from the module
|
ed29e169 |
|
4cc67ada |
commit 29a765a2ba6d4529f29027d85c47abeb9628a049
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 22 09:55:24 2019 +0200
|
bc96bbad |
|
4cc67ada |
app_python3: skip registering KSR.pv from global list
- for now is still done with the custom functions from the module
|
bc96bbad |
|
4cc67ada |
commit d0578762943c7136188c329391f1e6c46b98bcd4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 22 09:54:54 2019 +0200
|
ed29e169 |
|
4cc67ada |
app_python: skip registering KSR.pv from global list
- for now is still done with the custom functions from the module
|
28111e79 |
|
4cc67ada |
commit ad0f1a82b23f8bd5f9c8cc2aa65ea7d7b9f8f418
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 22 09:54:27 2019 +0200
|
18430108 |
|
4cc67ada |
app_lua: skip registering KSR.pv from global list
- for now is still done with the custom functions from the module
|
18430108 |
|
4cc67ada |
commit 352258fa530f2c307187b65a16634da87d7c5888
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 22 09:47:33 2019 +0200
|
18430108 |
|
4cc67ada |
app_jsdt: skip registering KSR.pv from global list
|
f0d5c35c |
|
4cc67ada |
- for now is still done with the custom functions from the module
|
28111e79 |
|
4cc67ada |
commit 2e95afb3704222cfbb0adc6f65d22ba68968ce50
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 22 09:46:43 2019 +0200
|
28111e79 |
|
4cc67ada |
core: kemi - added KSR.pv module in the global list
|
18430108 |
|
4cc67ada |
commit 69b87dd212313635fda0e31c287591e8fd0e0166
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 21 17:26:14 2019 +0200
|
ed29e169 |
|
4cc67ada |
core: copy discovered interface name only when its len is > 0
|
ed29e169 |
|
4cc67ada |
commit 64f744e9c70d1404221ad05edb5566cda77ab2c9
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 21 14:56:40 2019 +0200
|
18430108 |
|
4cc67ada |
core: kemi - functions for KSR.pv module implemented in core
- to replace those implemented in each interpreter module for better
coherence and make it easier to extend the KSR.pv sub-module in the future
|
18430108 |
|
4cc67ada |
commit a97f2f7b255bb00a4eb68bf2225be9b6a508ea05
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 21 14:55:53 2019 +0200
|
18430108 |
|
4cc67ada |
core: pv - exposed the function to return the str empty static variable
|
18430108 |
|
4cc67ada |
commit a9a8731d3741ba357d2e835c1a41ffd061c9061f
|
28111e79 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 21 13:35:21 2019 +0200
|
18430108 |
|
4cc67ada |
core: kemi - changed SR_KEMIP_INTSTR to SR_KEMIP_XVAL
|
3bcf5579 |
|
4cc67ada |
- added also SR_KEMIP_NULL to mark null values
|
18430108 |
|
4cc67ada |
commit 2116ab0803557b9f797094a5cd8ccce8f89be87e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 21 13:11:01 2019 +0200
|
18430108 |
|
4cc67ada |
lcr: pass gw struct by pointer to dump_gw() function
- passing the struct value is inneficient due to its large size (688 bytes)
|
18430108 |
|
4cc67ada |
commit 8ee81c12b60c2de74dc604f16369e5fbd38922b7
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Mon May 20 17:16:42 2019 +0200
|
18430108 |
|
4cc67ada |
modules: readme files regenerated - dispatcher ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit dc6901eaa1024431c86c4e13a65b37194ec9fbe9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 20 17:11:21 2019 +0200
|
28111e79 |
|
4cc67ada |
dispatcher: docs - fixed typo in description for reload_delta
|
28111e79 |
|
4cc67ada |
commit 2921bb2da7e257ea5ff6fac76e35d08be26e6008
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Mon May 20 11:46:45 2019 +0200
|
28111e79 |
|
bc96bbad |
modules: readme files regenerated - dispatcher ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit ad9ec1c94abaffafe3dcd762d961ed35a429849c
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon May 20 11:38:24 2019 +0200
|
28111e79 |
|
4cc67ada |
rtp_media_server: removed execution flag from source files and makefile
|
28111e79 |
|
4cc67ada |
commit 513917ea47dfdcf67cdb46539a1745555c929cfa
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon May 20 11:34:16 2019 +0200
|
28111e79 |
|
4cc67ada |
dispatcher: docs for reload_delta parameter
|
f0d5c35c |
|
4cc67ada |
- GH #1939
|
28111e79 |
|
4cc67ada |
commit 2b032137886a7074a6be4ac5772a428661a3130c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 20 11:15:48 2019 +0200
|
28111e79 |
|
4cc67ada |
dispatcher: added reload_delta parameter
- limit the frequency of rpc reload commands to try to avoid races of
parallel reload operations
- default value is 5 seconds (no more than one reload command every 5
seconds)
|
28111e79 |
|
4cc67ada |
commit 08d22b7bd95828554e30f4c23e906cd9d234e1cd
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon May 20 10:56:08 2019 +0200
|
18430108 |
|
4cc67ada |
tls: register SNI callback for server default profile
- make SNI work for other profile when the default one does not have
server_name
- GH #1938
|
18430108 |
|
4cc67ada |
commit 70061f565e8f2132fc2f2856d9d83a7c45202053
Merge: 03c60941c 1699dc31f
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon May 20 09:16:49 2019 +0200
|
18430108 |
|
4cc67ada |
Merge pull request #1958 from sergey-safarov/mips
|
2a6f5858 |
|
4cc67ada |
src/Makefile.defs: fix build on mips
|
18430108 |
|
4cc67ada |
commit 03c60941cdc1a72ec23fbe7f67d5e6ce13d97af3
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Mon May 20 09:13:55 2019 +0200
|
18430108 |
|
4cc67ada |
app_python3, auth, ims_auth: chmod to 0644 for source code file with exec flag
|
3bcf5579 |
|
4cc67ada |
- GH #1957
commit 1abcd38495c39cb0ba69ddcb9ddd06a695bd6e67
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 18 23:00:38 2019 +0300
pkg/kamailio/obs: Packaged app_python3
commit e29e50e0ed02a34d9b4bfd63853fbe3b6d2a78ef
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 18 19:29:51 2019 +0300
pkg/kamailio/obs: Added openssl_mutex_shared into TLS module package [skip ci]
|
18430108 |
|
4cc67ada |
commit b2402ec1fdde4584c9061e0a47a92e3328b5e7a8
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 18 19:27:56 2019 +0300
pkg/kamailio/obs: Fixed packaging on Fedora 30 [skip ci]
commit fd98820199be3c395174b6f86a24773356d802b6
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 18 12:56:08 2019 +0300
pkg/kamailio/alpine: Packaged pua_json, db_redis, ims_ocs, acc_json [skip ci]
commit 1699dc31ffa01ec2ce94e191285ba800497e94e1
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 18 12:24:40 2019 +0300
src/Makefile.defs: fix build on mips
commit 14d69ddb39cb3072fd51d6f8f053430b0750e2ba
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri May 17 10:31:22 2019 +0200
|
18430108 |
|
4cc67ada |
core: allow to set advertised address to -l command line parameter
|
bc96bbad |
|
4cc67ada |
* -l listen-address/advertised-address
* -l udp:10.0.0.10:5080/1.2.3.4:5060
|
18430108 |
|
4cc67ada |
commit 104147050fdcba8cdb870f866fbb4cbac3281ba4
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri May 17 09:11:03 2019 +0200
|
18430108 |
|
4cc67ada |
misc/tools/kemi: added tool to generate code for KEMI modules
|
f0d5c35c |
|
4cc67ada |
- kemi-code-gen.py - can generate typedefs for functions and the large
if-else blocks for variants of parameters
|
18430108 |
|
4cc67ada |
commit d0f93bb7ea819364eed8e243355fcdf58ea12cf5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 17 08:58:00 2019 +0200
|
18430108 |
|
4cc67ada |
app_sqlang: completed the handling of KEMI functions with 4 parameters
|
18430108 |
|
4cc67ada |
commit cc98356e6d5af09a5ac20cdc9f54aed99253604e
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Fri May 17 08:48:27 2019 +0200
|
18430108 |
|
4cc67ada |
app_sqlang: implemented the handling of KEMI functions with 5 parameters
|
18430108 |
|
4cc67ada |
commit 6ca77883afc5cb91e20fc71252ed10de519a9549
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 19:42:50 2019 +0200
|
18430108 |
|
4cc67ada |
core: allow setting server id via --server-id command line param
|
18430108 |
|
4cc67ada |
commit a5781fc4bb3063c6e7abf54d93178ef610617298
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 12:35:46 2019 +0200
|
18430108 |
|
4cc67ada |
db_mongodb: catch the null values and set the type to DB1_STRING
|
ed29e169 |
|
4cc67ada |
- avoid the log message on unhandled type
|
18430108 |
|
4cc67ada |
commit 2d3297116a1a864d5d62527a06c319bc12d3bdbf
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 12:16:32 2019 +0200
|
18430108 |
|
4cc67ada |
app_ruby: implemented the handling of KEMI functions with 5 parameters
|
18430108 |
|
4cc67ada |
commit 4cdfda5affea38e50ad263b469f56d11581e35ef
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 12:11:10 2019 +0200
|
18430108 |
|
4cc67ada |
app_ruby: completed the handling of KEMI functions with 4 parameters
|
18430108 |
|
4cc67ada |
commit 671e9d8c449473bd875d6046290ca0ba09b96725
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 12:01:09 2019 +0200
|
28111e79 |
|
4cc67ada |
app_python3: completed the handling of KEMI functions with 4 parameters
|
28111e79 |
|
4cc67ada |
commit e77c39e55d34386ccedd1b160c4c5fa8475fab25
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 16 11:54:54 2019 +0200
|
28111e79 |
|
4cc67ada |
app_python: give address of last int param to kemi functions
- intoduced by previous commit
|
28111e79 |
|
4cc67ada |
commit 8f51d6625df5b76303d1d7b03a13bc3cb56ff554
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 11:49:53 2019 +0200
|
28111e79 |
|
4cc67ada |
app_python3: implemented the handling of KEMI functions with 5 parameters
|
28111e79 |
|
4cc67ada |
commit eda9f6691b38ad3e1f15a4cd5145ebd04c15c7a3
|
ed29e169 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 11:37:19 2019 +0200
|
3bcf5579 |
|
4cc67ada |
app_python: implemented the handling of KEMI functions with 5 parameters
|
28111e79 |
|
4cc67ada |
commit 3f69a6deb53d04d300b558f15bc9a7da0489e951
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 11:29:22 2019 +0200
|
3bcf5579 |
|
4cc67ada |
app_python: completed the handling of KEMI functions with 4 parameters
|
28111e79 |
|
4cc67ada |
commit d55d4fdef450cb35569cd5b7107546bf209196c3
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 09:32:44 2019 +0200
|
28111e79 |
|
4cc67ada |
app_lua: implemented the handling of KEMI functions with 5 parameters
|
28111e79 |
|
4cc67ada |
commit b4c80c8a6553d545a08efd1ef59adefada20ee02
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 09:30:05 2019 +0200
|
18430108 |
|
4cc67ada |
app_lua: completed the handling of KEMI functions with 4 parameters
|
28111e79 |
|
4cc67ada |
commit 9d2476f7348ec40c3b20420360d0c75ebd79f776
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 09:15:48 2019 +0200
|
28111e79 |
|
4cc67ada |
app_jsdt: completed the handling of KEMI functions with 4 parameters
|
18430108 |
|
4cc67ada |
commit 4190fab7e6026e24030b4e786bc780cdc08d45ea
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 09:09:44 2019 +0200
|
18430108 |
|
4cc67ada |
app_jsdt: implemented the handling of KEMI functions with 5 parameters
|
18430108 |
|
4cc67ada |
commit e184648a9cf9b7be2cc12ef64bbb978926384e2b
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Thu May 16 08:57:17 2019 +0200
|
18430108 |
|
4cc67ada |
core: kemi - typedefs for functions with 5 parameters
|
18430108 |
|
4cc67ada |
commit d377042513a5092ad2dc127ed500d50e97002d73
Merge: b925c9c27 b951d88ee
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 15 18:33:43 2019 +0200
|
18430108 |
|
4cc67ada |
Merge pull request #1954 from omnicate/master
|
2a6f5858 |
|
4cc67ada |
ims_qos: use msg_ctx_id_t to detect same msg/transaction processing
|
18430108 |
|
4cc67ada |
commit b925c9c2799367d116c8594b340839a9039233c2
|
f0d5c35c |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Wed May 15 16:32:26 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - db_text ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 6b7d02c9ed404abaa7c45dbcc86173533a838e01
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Wed May 15 10:16:27 2019 -0400
|
28111e79 |
|
4cc67ada |
db_text: add missing "max_result_rows" param to the doc
|
28111e79 |
|
4cc67ada |
commit 94c2b4e3d940f360a2efcbec121b9cab0261b094
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed May 15 14:31:49 2019 +0200
|
28111e79 |
|
4cc67ada |
modules: readme files regenerated - tm ... [skip ci]
|
28111e79 |
|
4cc67ada |
commit 4a4dbdbe8e683d4f3e081391e54a9f2489c7d5ae
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 15 14:25:24 2019 +0200
|
2a6f5858 |
|
4cc67ada |
tm: docs for t_get_status_code()
|
2a6f5858 |
|
4cc67ada |
commit 08714c23ac3a9785d5df3f04bdf5214cb0a81774
|
f0d5c35c |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 15 14:18:59 2019 +0200
|
28111e79 |
|
4cc67ada |
tm: added t_get_status_code()
- return the status code of the transaction - the sip response code
- in case of error or no status set, then it returns -1
|
28111e79 |
|
4cc67ada |
commit e8d765610c6926cc6cb4dfa490595214a3680f97
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Wed May 15 13:03:28 2019 +0200
|
28111e79 |
|
4cc67ada |
siptrace: use trace type for ki_sip_trace_dst_cid_flag()
|
28111e79 |
|
4cc67ada |
commit b951d88eea52e9fbbec62d2069b6169fc182ba91
Author: szcom <sergey@wgtwo.com>
Date: Wed May 15 12:54:12 2019 +0200
|
28111e79 |
|
4cc67ada |
ims_qos: use msg_ctx_id_t to detect same msg/transaction processing
- relies on msg id and pid, not only msg id (which is incremeted by
each process and has potential conflicts with failure routing)
- msg id and pid are enough to indentify the transaction thus
dropping checks for the pointers
|
28111e79 |
|
4cc67ada |
commit cced23795582d9f4cc2bae545ea1c24664303036
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed May 15 10:00:56 2019 +0200
|
28111e79 |
|
4cc67ada |
dialplan: don't try to translate on dp_match()
fix #1952
|
28111e79 |
|
4cc67ada |
commit 61b67197ba8b996abdaff1388362469563ba2202
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed May 15 11:13:17 2019 +0200
|
2a6f5858 |
|
4cc67ada |
janssonrpcc: remove compilation warning
> janssonrpcc_mod.c:345:25: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
> if (jsonrpc_keep_alive < 0) {
> ~~~~~~~~~~~~~~~~~~ ^ ~
> 1 warning generated.
|
2a6f5858 |
|
4cc67ada |
commit 5f71e7460fabe839f57ee1c42434e986a823ab9d
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 14 17:09:13 2019 +0200
|
28111e79 |
|
4cc67ada |
core: added command line parameter to set subst preprocessor directive
* --subst="expression" - like: #!subst "expression"
|
bc96bbad |
|
4cc67ada |
commit 38d61e4c7cc35f0b0b8fffc7725a882bff3e79b1
|
bc96bbad |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 14 17:00:07 2019 +0200
|
28111e79 |
|
4cc67ada |
core: command line parameters for adding substdef and substdefs
* --substdef="expression" - like a #!substdef "expression"
* --substdefis="expression" - like a #!substdefs "expression"
|
28111e79 |
|
4cc67ada |
commit e648fd5e10a6ec694129be5fab0a84c2c90aa916
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 14 16:36:08 2019 +0200
|
bc96bbad |
|
4cc67ada |
core: return negative on error adding pre-processor substdef
|
3bcf5579 |
|
4cc67ada |
- expected by the checks when executing the functions
|
28111e79 |
|
4cc67ada |
commit 3619432d8bc27abde97081ba223d19f86b0932a7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 14 11:04:49 2019 +0200
|
28111e79 |
|
4cc67ada |
siptrace: use the str for null values from pv core api
|
28111e79 |
|
4cc67ada |
commit c84a89a3ab5b3f3174203753e51926143b0309f8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 14 11:02:49 2019 +0200
|
28111e79 |
|
4cc67ada |
core: pv - define the string printed for null value
- added function to return the str null value
|
28111e79 |
|
4cc67ada |
commit c37e00326969c4be565a030708778a64714926e5
|
2a6f5858 |
Author: Daniel-Constantin Mierla <miconda@gmail.com>
|
4cc67ada |
Date: Tue May 14 10:48:06 2019 +0200
|
28111e79 |
|
4cc67ada |
siptrace: free trace_to_database_flag on module destroy
|
bc96bbad |
|
4cc67ada |
commit 659f822d3bfd3d37a15ee928bff4420f37d64a0c
|
bc96bbad |
Author: Kamailio Dev <kamailio.dev@kamailio.org>
|
4cc67ada |
Date: Tue May 14 10:47:08 2019 +0200
|
bc96bbad |
|
4cc67ada |
modules: readme files regenerated - siptrace ... [skip ci]
|
28111e79 |