- URL: https://github.com/kamailio/kamailio/commit/0a159176f14024224604f88da3a78c29f646d581 Author: Henning Westerholt <[email protected]> Date: 2020-10-02T15:20:22Z
dialog: fix error in debug logging, properly log both sockets (cherry picked from commit 6b27844460e0de475d9546db122ff1ba9d9be6d8) - URL: https://github.com/kamailio/kamailio/commit/469e0895cc8af8b9215cf6e1672860db01126cdf Author: Torrey Searle <[email protected]> Date: 2020-10-02T15:21:18Z tools/kemi: add support for invoking function pointers also add a flag to allow generated version of code to be compatible with older versions of python3 (cherry picked from commit 773ecfc9ceec5bbbe6c7f5fd72399baacfd74c0a) - URL: https://github.com/kamailio/kamailio/commit/4a56a8b780744d9ba35a94afbd5226bd7860179f Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:24:20Z evapi: free addr info in case of bind error (cherry picked from commit 41db985ebfcb691f2e20e689a83379e382ef6c03) - URL: https://github.com/kamailio/kamailio/commit/939a97859d6e32346ef4c001eaff2270c43bac6e Author: Emmanuel Schmidbauer <[email protected]> Date: 2020-10-02T15:26:50Z mohqueue: use t_newtran() if transaction does not exist (cherry picked from commit 6b708e937d161101adc91a4de5a527bf190b55c0) - URL: https://github.com/kamailio/kamailio/commit/50ce889a9556c169276e14df2a66fe62ec485cae Author: Henning Westerholt <[email protected]> Date: 2020-10-02T15:29:30Z ims_charging: fix error in destination_realm default vaulue (cherry picked from commit f679c118a589c80cb84954fb46271adef596e049) - URL: https://github.com/kamailio/kamailio/commit/c888cc7de7a3509c7ce0c2d2378236e1c61c7179 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:37:18Z misc/examples: kemi lua - added debug callback function - commented - can be enabled to track the execution trace of the lua script (cherry picked from commit 491a8327933cb4471260fdd09ff93296a7a0ccfd) - URL: https://github.com/kamailio/kamailio/commit/288d760f8f11e4028ccd56f4941a19e649509d65 Author: lazedo <[email protected]> Date: 2020-10-02T15:39:26Z websocket: emit core event on close (cherry picked from commit 16914788ba49b69aaabc8e75ca9b5d95dce6b825) - URL: https://github.com/kamailio/kamailio/commit/684eb554a969800ea892502720a15a1ea494748e Author: Juha Heinanen <[email protected]> Date: 2020-10-02T15:50:14Z sqlops module: added one more sql query function return value to README (cherry picked from commit d93de03c10eb7b88024d7eb9ba85200601cf6c7a) - URL: https://github.com/kamailio/kamailio/commit/b213cf8f2bab6015dcc9ea01f835e240c69df71b Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:53:50Z msrp: proper parsing ipv6 host part in uri - enclose ipv6 address in square brackets for msrp pv - related to #2472 (cherry picked from commit 1cda029885dd89e2ec46fe28a0d6f656aad19e7a) - URL: https://github.com/kamailio/kamailio/commit/f014dd7fc45743685723c02aaad96ddd35e10536 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:55:13Z kex: use mutex to sync the mod mem stats rpc commands - related to GH #2433 (cherry picked from commit 761eb0616fea2a859a2c0abb652b22feb6f59859) - URL: https://github.com/kamailio/kamailio/commit/866783ab976295cc0eb3e5278bd644605b7979e8 Author: Henning Westerholt <[email protected]> Date: 2020-10-02T15:56:39Z docs: add matrix channel information to normal and github READMEs (cherry picked from commit 3c19ca90327d92be69cdce482e66991147db9083) - URL: https://github.com/kamailio/kamailio/commit/f42cebc8cff141e40a04c5c15a1e3cb2985baca6 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:57:35Z dispatcher: sync on updating last used fields (cherry picked from commit e307432e5f34a2093544e9ff703ea205169e4088) - URL: https://github.com/kamailio/kamailio/commit/afd52699ad2289e1b003e3b65e91a411c6c50ca4 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:58:44Z topos: docs - more details about what SIP traffic is handled (cherry picked from commit 878971f2c0bc32233b6f18728f9b88537b3d19e8) - URL: https://github.com/kamailio/kamailio/commit/c75bf4451d6dd090963e6b16d5ec821cc59abc99 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:59:17Z lib/srdb1: db_use_table() more suggestive error messages (cherry picked from commit 57d33a2d76219ae3d1eb503044dadaeddc7e06fd) - URL: https://github.com/kamailio/kamailio/commit/90af4f0b572636bfdd3a99c28c6615376f5c3aa1 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T15:59:27Z tmx: safety check of expected route blocks for using $T_*() variables - related to GH #2479 (cherry picked from commit 2e7710e292a649c6c57e46d5994d3b2cf3815865) - URL: https://github.com/kamailio/kamailio/commit/bc452ca5c13c592c1387192baac097085bc2d1cd Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T16:00:16Z usrloc: use unsigned int for rpc output for the fields having this type (cherry picked from commit b754b9f68bee0b58b4ae00b7f0764c2bf711d14c) - URL: https://github.com/kamailio/kamailio/commit/faec948f619325a47053d46c55b0acbd03a79d38 Author: Daniel-Constantin Mierla <[email protected]> Date: 2020-10-02T16:00:44Z imc: jump over printing error log messages when list commands are ok - reported by GH #2481 (cherry picked from commit 92cfb5e8d291706889c926892397e663e2d93b05) - URL: https://github.com/kamailio/kamailio/commit/081fb695ca8d50c0d61c33aa3d825309feac67ea Author: Victor Seva <[email protected]> Date: 2020-10-02T16:01:02Z ndb_redis: set message level to debug on exec * logging error makes no sense here since there's going to be a reconnection afterwards > ERROR: ndb_redis [redis_client.c:903]: redisc_exec_argv(): Redis error: > Server closed the connection (cherry picked from commit a9c331d70dbed6827874aa99296203ac5a9d5c7b) - URL: https://github.com/kamailio/kamailio/commit/d7fcb51c8d5a871fdd27e2d1918bfde1aef77d80 Author: Julien Chavanton <[email protected]> Date: 2020-10-02T16:01:30Z dispatcher: fix an error in initialisation / training of the latency estimator (cherry picked from commit b728cb30810ef44b821a93335cdd34f954f2029c) - URL: https://github.com/kamailio/kamailio/commit/c27c0e3dcd0171ab62ea2ce7f3ca03d100316c3d Author: Henning Westerholt <[email protected]> Date: 2020-10-02T16:12:20Z Revert "kex: use mutex to sync the mod mem stats rpc commands" This reverts commit f014dd7fc45743685723c02aaad96ddd35e10536. _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
