- URL: https://github.com/kamailio/kamailio/commit/c99eba2aa980b2c9a2769a6ddc6e168…
Author: Mathias Schneuwly <mathias.schneuwly(a)ruag.ch>
Date: 2025-06-20T08:43:24+02:00
core: Include parameter skip_record in dns_cache_print_entry
Extend the return value of dns_cache_print_entry with
the parameter `rr_skip_record` for NAPTR records. The parameter
`rr_skip_record` indicates, whether the NAPTR record is skipped
due to issues reaching the destinations. Once a NAPTR record is
marked as skipped, it will no longer be used.
Reported by schneuwlym #4174
(cherry picked from commit 1f4e6795502626865d10c83b3880e2985eb94787)
- URL: https://github.com/kamailio/kamailio/commit/9f8f0ebdd69de961a8e67245067a81d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:02:09+02:00
snmpstats: mibs/KAMAILIO-MIB relocated DEFVAL after DESCRIPTION
- follow better the definition specs
- some tools complain otherwise
(cherry picked from commit eff0a5d9b39b371c2fdea0378a1f52002cba1e7f)
- URL: https://github.com/kamailio/kamailio/commit/5fd7f980d6cbcc21b669d445887e768…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2025-06-20T09:05:28+02:00
tm: Update docs of fr_timer to match the implementation
- Use description found in https://sip-router.org/wiki/ref_manual/timers
(cherry picked from commit 1195252256858dc4419c179e5b72541018f5feab)
- URL: https://github.com/kamailio/kamailio/commit/4262016921e015153bfb61d47d33e99…
Author: ngash <ngash(a)west.com>
Date: 2025-06-20T09:05:56+02:00
uac: fix memory corruption from shared tp being freed by another transaction
- Shared memory corruption resulting in multiple process core dumps. Triggered by an outbound REGISTER receiving 401 for all requests which resulted in the shared tp being released in uac_resend_tm_callback whilst the current transaction was put on timer and also used after release and then re-released. In order to avoid sharing the tp I changed the code in uac_send_tm_callback to clone the existing tp. Also added a sanity check for null as tp could be released prior to a dereference of tp->event
(cherry picked from commit d529b511b1ce722ceccf29dc006e92d45f1f340e)
- URL: https://github.com/kamailio/kamailio/commit/8bde7892f40349beb10953da23f0737…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:06:38+02:00
microhttpd: return on malloc failure
(cherry picked from commit cdf0eda22f91f0d237e0ae0a9fc3ad292934fae1)
- URL: https://github.com/kamailio/kamailio/commit/a8d291951b225415538d07208b8fb08…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:06:46+02:00
lost: condition only on str pointer to free it
- cover empty strings
(cherry picked from commit 6b1008610861be62bd1b5f419f2cdd9bd2b23ffc)
- URL: https://github.com/kamailio/kamailio/commit/9b6fa2f9ee13b64edf90ab0e8233975…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:06:56+02:00
lost: keep pointer to original geo value
- triming can lose the start pointer and free is going to fail
- init more local variables
(cherry picked from commit f390a654ee9d2c2059669e0209926096c978ff11)
- URL: https://github.com/kamailio/kamailio/commit/d8ffd03c81833ec33c532c79ef57b92…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:07:03+02:00
lost: simplified lost_free_string()
- removed unnecessary memset() for lost_copy_string()
(cherry picked from commit 28efc7610d08ee0177b8b252316ba53686bf83bf)
- URL: https://github.com/kamailio/kamailio/commit/b4030094f1dedcc7977ab49be66fbea…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:07:11+02:00
lost: simplify freeing local variables on error
- the helper function has conditions inside
(cherry picked from commit 9f24f1109d6d491750c6feb19a9a6d0bcb674f90)
- URL: https://github.com/kamailio/kamailio/commit/304ac169061d785e098b03bf3c49809…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:07:18+02:00
nat_traversal: check result for searching port in contact uri
(cherry picked from commit 91e9cba3d4e22851275167510b6d8a71bd9e11a1)
- URL: https://github.com/kamailio/kamailio/commit/039c877b8846043db9cef6a8024e68d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:07:39+02:00
microhttpd: warning on failing to add content-type
(cherry picked from commit 2b331d95ae62eb0000a289e1bdb668ee7bc572cb)
- URL: https://github.com/kamailio/kamailio/commit/2ee3ce3efac5dd600cb74a427a63a3f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:07:53+02:00
textops: simplify return code when removing via param
(cherry picked from commit e9c519ad4d49b8c74069577edb84ce02a5e63ee0)
- URL: https://github.com/kamailio/kamailio/commit/7c3475af29df1e5a7f2fe25a84d7450…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:08:31+02:00
core: use ULL constant to induce value size
(cherry picked from commit cb915a518106c49c2d71308396feee9ba5149e39)
- URL: https://github.com/kamailio/kamailio/commit/58a7e25ffcbca6b681c3d581e8322ce…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:08:44+02:00
cfgutils: kemi export try/un/lock_key2() functions
- different kemi functions cannot be exported with same name, even if
they have different number of parameters
- GH #4216
(cherry picked from commit 204839ec9aeb0f31425732dd0a2e8e256481dae5)
- URL: https://github.com/kamailio/kamailio/commit/0b39a7359b8d7470168279e4ad1dd21…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:08:53+02:00
prefix_route: more debug messages
- GH #4218
(cherry picked from commit 5aee159c2881aff29a2973073e1dd6c5c61bfdb9)
- URL: https://github.com/kamailio/kamailio/commit/544866d63dcca50e47233ab878112f1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:09:13+02:00
cdp: free in case of errors inside load_certificates()
(cherry picked from commit 47aa53ebd55eba4b36c38329f8619d9f7d20c076)
- URL: https://github.com/kamailio/kamailio/commit/6da6f0e25a902ad89ea293b7fddd8cc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:09:27+02:00
ims_isc: free allocated route in case of error
(cherry picked from commit 76a72a0092272d0f0ca7cf3df22ad6d05a79e782)
- URL: https://github.com/kamailio/kamailio/commit/705aa5bdb4e1412b8ee5c7a54031dd0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:09:36+02:00
jsonrpcs: reworked closing tcp socket
(cherry picked from commit d965b9242b313cb19f75baac12786d202a9987eb)
- URL: https://github.com/kamailio/kamailio/commit/17f763a892e62387d945dd3c94a9189…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:09:54+02:00
sca: free in case of parse headers error
(cherry picked from commit 6d658fe6c1af84368d093942356cf2b116ff17e5)
- URL: https://github.com/kamailio/kamailio/commit/a18ea51273139bbc14efafe899aecfc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:10:06+02:00
misc/examples/ims/pcscf: location renamed to pcscf_location
- GH #4177
- table has different name to avoid conflict with usrloc
- pre-commit whitespaces fixes
(cherry picked from commit dc269b336c863940514e538bc71a0ef3eb5961ff)
- URL: https://github.com/kamailio/kamailio/commit/a4c3c463d5658f91012a9ecb55eb834…
Author: Paul Donald <newtwen+github(a)gmail.com>
Date: 2025-06-20T09:10:23+02:00
kamctl: version set to 6.0.0
(cherry picked from commit d54641a86656b782e3c8901c1c3ba6556248a4f5)
- URL: https://github.com/kamailio/kamailio/commit/9f09bb8b029f6f64dba64ed7b81d1e9…
Author: Paul Donald <newtwen+github(a)gmail.com>
Date: 2025-06-20T09:10:29+02:00
kamdbclt: version set to 6.0.0
- spell fix
(cherry picked from commit 607d713acfaadbb3b60ec1ba25c6eec101810c95)
- URL: https://github.com/kamailio/kamailio/commit/d53bb2348099619669d080511d8c2b9…
Author: Paul Donald <newtwen+github(a)gmail.com>
Date: 2025-06-20T09:10:37+02:00
kamctl: spell fixes
(cherry picked from commit 92917b5d3e69798ddb64c8cc40d3c4aa77f9659c)
- URL: https://github.com/kamailio/kamailio/commit/99ac7b807fb6aad46087897b89da7d2…
Author: Paul Donald <newtwen+github(a)gmail.com>
Date: 2025-06-20T09:10:45+02:00
doc: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit c876f3f753cd48184bc1f11d6354a66cd7e6ccd3)
- URL: https://github.com/kamailio/kamailio/commit/c01d4339ae199a5cbfb7c579d013f14…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:10:53+02:00
core: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit 7dbb45a1a8d4a98f439054ace33f041f1758bd96)
- URL: https://github.com/kamailio/kamailio/commit/0b87a5492792741f6f9d2d3d95713c6…
Author: Paul Donald <newtwen+github(a)gmail.com>
Date: 2025-06-20T09:11:03+02:00
pkg/kamailio/deb: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit cb55765834b24da779d381531d1bc70c56deee3f)
- URL: https://github.com/kamailio/kamailio/commit/0bddbd8c1525d73ad990d5cf97f332f…
Author: Paul Donald <newtwen+github(a)gmail.com>
Date: 2025-06-20T09:11:11+02:00
lib/srdb1: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit eefee7f917795bd4e6ffd049fbdfc0ebd166ab96)
- URL: https://github.com/kamailio/kamailio/commit/5a9526f03b23bcc86f3983c5135e1c6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:12:03+02:00
lost: clean allocated memory also for length 0
(cherry picked from commit c8217350f44a9ab897e3acdffbce1eb2a57fe1a2)
- URL: https://github.com/kamailio/kamailio/commit/7e2ed561c12c172d9f3d6ce1c7f13d4…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:12:12+02:00
lib/ims: free before return on not finding the token
(cherry picked from commit e0adeaa22ec64444773d75b0ef04fce19b44ef2b)
- URL: https://github.com/kamailio/kamailio/commit/cafa2e0d74ae6ca1a27ee6aa604ddfa…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:12:21+02:00
smsops: use global buffer for getting pv sms body
(cherry picked from commit 4a20f89185d82515e1ac55f8cf12eec332723fc0)
- URL: https://github.com/kamailio/kamailio/commit/2f05a38a11a80fe2f2617e8c219cc60…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:12:49+02:00
core: utils/tmrec - decrement month for bymonth matching
- struct tm uses 0-11, comparing with 1-12 in the date format
- GH #4214
(cherry picked from commit 8f1a8c50ff230a1fffdd6b376f172cabe9fe60e3)
- URL: https://github.com/kamailio/kamailio/commit/4c96282bdf3445d4fc8f4bbeac7ebdc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:13:54+02:00
core: utils/tmrec - reworked bymonth matching for negative indexes
- GH #4214
(cherry picked from commit 2081b3aac394223b68b849fbac2a9e5ac4392334)
- URL: https://github.com/kamailio/kamailio/commit/6e4100e11f49c02a9e319aa2ab269e5…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2025-06-20T09:15:01+02:00
secfilter: add missing RPC del_wl command
Related #4089
(cherry picked from commit dca075fec723fa9d1d64997d6d5c0a992780c83c)
- URL: https://github.com/kamailio/kamailio/commit/a1a65348974d7847af6637dedf31d92…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2025-06-20T09:15:07+02:00
secfilter: add RPC del_* commands [skip ci]
Related #4089
(cherry picked from commit e87326297a30f2adeaa4936da4e1e30fa5a81dc8)
- URL: https://github.com/kamailio/kamailio/commit/8ffc7f1e971e94e18facc000bf99084…
Author: pepelux <pepeluxx(a)gmail.com>
Date: 2025-06-20T09:15:34+02:00
secfilter: fix table of contents index points [skip ci]
(cherry picked from commit 4ade5f53c1f7f6eb7357b0561b67928e39a91b9f)
- URL: https://github.com/kamailio/kamailio/commit/ce23c88d710d38c785a328949695b8c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:15:49+02:00
pv_headers: proper pointer comparison for returned value
(cherry picked from commit c2f36a2c4f83b0ea077722ae6cc2fcecfb3616c1)
- URL: https://github.com/kamailio/kamailio/commit/e85f97cee22fcc234c1918687ff38b6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:15:59+02:00
drouting: rework expression to prevent value overflow
(cherry picked from commit eee4431447789b2fc614144064dd61b97570e8bf)
- URL: https://github.com/kamailio/kamailio/commit/9828b565e8646ab5ecebc128efb08a0…
Author: S-P Chan <shihping.chan(a)gmail.com>
Date: 2025-06-20T09:16:31+02:00
core: sdp - update start pointer only after len adjustment
- len is adjusted first by the amount of chars consumed so far
- start pointer is adjusted to start new search
(cherry picked from commit c9fbf6f46898dbb2a8413a1c9d824a56241f2288)
- URL: https://github.com/kamailio/kamailio/commit/c8952f7e75b022d6319fd57acbc905c…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2025-06-20T09:16:43+02:00
core: docs - Update type identifiers that can be used in the RPC API
- format as well
(cherry picked from commit 9a8ab3199488f02bd01e39bb6e13ef192321b37c)
- URL: https://github.com/kamailio/kamailio/commit/ff2a85e9021bb1991156ad0ad912d7a…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2025-06-20T09:16:55+02:00
cdp: Cast time_t and use 'L' (long long) identifier in rpc function.
(cherry picked from commit 4e94572059d46b6bdd6726abfd52cb59793f5b03)
- URL: https://github.com/kamailio/kamailio/commit/c941b9aa680618b5a72e8adf1e5e77f…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2025-06-20T09:17:19+02:00
cdp: docs: Add missing list_peers function
- Fix some typos
- Remove unused section 7.2
(cherry picked from commit 11275ccb94cdddfec49191eaf80b2bc2f083c284)
- URL: https://github.com/kamailio/kamailio/commit/877ed19b937aafc4fcdcb39f3dd07fe…
Author: FelipeCuadra <f.cuadra(a)zaleos.net>
Date: 2025-06-20T09:18:14+02:00
stirshaken: removed repeated x509 certification path check
- removed a second check of the x509 certificate path from the module, since it is already done earlier in the library and updated documentation
(cherry picked from commit f007736ba18f5cc2114ffdd1e6df2b9b03808fe7)
- URL: https://github.com/kamailio/kamailio/commit/3884d9d3661ca17d5eeb8f731bdff66…
Author: Henning Westerholt <hw(a)gilawa.com>
Date: 2025-06-20T09:18:53+02:00
dialog: add missing documentation for optional limit parameter for list_match
(cherry picked from commit c66d9f7298aa1d76d1905b3388e3e55023baa5ae)
- URL: https://github.com/kamailio/kamailio/commit/656256019c08727c352d62f35303c5f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:19:33+02:00
pv_headers: compare the pvh_set_xavi() result with NULL
(cherry picked from commit 87cfa9f3c5ae337dceb78654beb6fe4b00587993)
- URL: https://github.com/kamailio/kamailio/commit/6974217dfd37a0097b4e27e2cb69929…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:19:41+02:00
tls: removed unnecessary code
(cherry picked from commit 73dc08affb9d0a7a3f9ab83c24e01bada8958b2d)
- URL: https://github.com/kamailio/kamailio/commit/7fa5f5d94d81b7517b71963c4de475f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:20:54+02:00
carrierroute: check pointer and length for str value
(cherry picked from commit 423f46e6a68e241ef03f59f863ecf6dee92c07db)
- URL: https://github.com/kamailio/kamailio/commit/761770e87b8f27bd8aa5dd46c23fa6d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:21:00+02:00
pua_dialoginfo.c: fix condition for refresh_pubruri_avps_flag
(cherry picked from commit 46548193144c0b8ab0bf2e3ecdfd7feb79bc3b2f)
- URL: https://github.com/kamailio/kamailio/commit/b00a05bf7b0483d16b722b41e240720…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:21:11+02:00
dialog: check for message struct before accessing the fields
- for build_dlg_t_early()
(cherry picked from commit 5c38b53b902949fa48c3bc60288514cd7c555d5b)
- URL: https://github.com/kamailio/kamailio/commit/36004e22f8a61becf75cb6b8e424190…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:21:25+02:00
pv_headers: set value after checking if src is set
(cherry picked from commit 25daa0445ebc611cda3e47fd34aefc74494550d7)
- URL: https://github.com/kamailio/kamailio/commit/ac74e0fae054e264fe8d64063fef477…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:30:54+02:00
ims_ipsec_pcscf: jump to error for clean up
(cherry picked from commit f0291728b7fb623faf1d4de0f3152e782a6782ae)
- URL: https://github.com/kamailio/kamailio/commit/d39f318b36cd468826887289651f87d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:31:33+02:00
core: helper functions to get/set msg env lists
(cherry picked from commit 54a330bb707fb6b4943ba26356891696681a02e7)
- URL: https://github.com/kamailio/kamailio/commit/0f9266684005a3c4f4748d72b8e8d54…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:31:40+02:00
jansson: docs - added missing semicolon in the example
(cherry picked from commit 7fed8f52391aaef43d5cb672f4821d50d4855830)
- URL: https://github.com/kamailio/kamailio/commit/ffe19fc22151f63c310f71650a50c35…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:31:48+02:00
core: implement pop of lists from msg env
(cherry picked from commit 465fda0f790e44e5484b2ef41363fb23fece3f41)
- URL: https://github.com/kamailio/kamailio/commit/ff735b36117c13608d45c80749372e0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:31:55+02:00
siptrace: reset x/avp lists after event route
- GH #4258
(cherry picked from commit 5ee87b7905d931931dece44ec591d8e6bcf567e2)
- URL: https://github.com/kamailio/kamailio/commit/14664939b8e7c054ac73af228a57b94…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:32:04+02:00
siptrace: reset x/avp lists after event route
(cherry picked from commit 0195e86084ffbe5333310fc4206f4a6d01662a85)
- URL: https://github.com/kamailio/kamailio/commit/980975e95219da00acdbde91343ff8c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:32:12+02:00
userblocklist: docs - small typo
(cherry picked from commit 81357b548b6e0cdf464361c2b1742d797f0d7e95)
- URL: https://github.com/kamailio/kamailio/commit/e5d101f2385b20b98cb7f2e27a8c8ac…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:32:22+02:00
core: print default path to runtime dir on internals output
(cherry picked from commit 730d6872054cb6218684d5e48af341c7c2749233)
- URL: https://github.com/kamailio/kamailio/commit/082a07138b7b920cfda8ce52b4b611d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:32:57+02:00
tm: add defines for dlg cseq is_self field
- DLG_SEQ_VALINIT (should be initialized), DLG_SEQ_VALSET (is set, but
can be updated for requests within dialog), DLG_SEQ_VALNEW (is set,
and ready to be used as new cseq number in generated request)
(cherry picked from commit 73c8316bf89703156f241886554919339ac270d0)
- URL: https://github.com/kamailio/kamailio/commit/39685ace68f52a0b5e96dc9b6e42479…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:33:04+02:00
dialog: use defined tockens for is_set field of local cseq structure for keepalives
(cherry picked from commit 2492b92e49cfcd5f6828007b6a289b3f881dba69)
- URL: https://github.com/kamailio/kamailio/commit/fa614b1cb8c638292e399fe4350b212…
Author: Benjamin Tietz <tietz(a)sipgate.de>
Date: 2025-06-20T09:34:09+02:00
tls: add WSS to RPC funtions
- tls_list() add PROTO_WSS to TLS_LIST RPC call to include WSS connections in tls.list
- tls_kill() add PROTO_WSS to handle WSS connections
Co-authored-by: Andreas Tarp <tarp(a)sipgate.de>
(cherry picked from commit 9581e5b332bff8e61ed65c6ddd340a472cb1d93c)
- URL: https://github.com/kamailio/kamailio/commit/0e9f67faef8408befffa3bf39580efc…
Author: Sergey Safarov <s.safarov(a)anycast-lb.net>
Date: 2025-06-20T09:34:33+02:00
core: tcp_send_timeout applied for outbound connections
(cherry picked from commit 9105398413b4f9fab410482d9ebf5d82b6c3fb0a)
- URL: https://github.com/kamailio/kamailio/commit/fd054f531e400653a1f13f3379257b7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:34:46+02:00
core: keep a stack of msg env data
- GH #4258
(cherry picked from commit c10c1d7f0214105c01a300b4a69c58219e4c970a)
- URL: https://github.com/kamailio/kamailio/commit/506f4fa7a8bb6768bd4f2ddf2bd419d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:34:54+02:00
siptrace: use the msg env data stack
(cherry picked from commit f3a6f2ed539a4a0f287ba0bfee89bd44d2f1a781)
- URL: https://github.com/kamailio/kamailio/commit/ebef3ae7185862339f6751bf4798802…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:35:02+02:00
sipdump: use the msg env data stack
(cherry picked from commit 10c6f973b0f2334c6b2790d61efa1fc3ac282a01)
- URL: https://github.com/kamailio/kamailio/commit/644669d61667b8bc4e484c80c12a8cd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:35:11+02:00
core: destroy the x/avp lists on msg env data pop
(cherry picked from commit 418a1017a58e87a9fe9085f75183bcbfba3f9022)
- URL: https://github.com/kamailio/kamailio/commit/91182d61d5df9fefcb71893eaa71757…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:35:20+02:00
core: sdp - check if space is found for extracting session version
(cherry picked from commit cdcb570e46101703f4963863c705345c7a3420ac)
- URL: https://github.com/kamailio/kamailio/commit/b920a95701c4109089045d9bd9e2395…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:35:34+02:00
core: srapi - prototype function names set back for msg env push/pop
(cherry picked from commit ec5ab51a7ba1c2a94515b8f28c546c9d7cf58b90)
- URL: https://github.com/kamailio/kamailio/commit/b0089e25607d8724a1f5f3f0effa95e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:36:16+02:00
dispatcher: rename varaiable about strictest match with common prefix
- init values
(cherry picked from commit dfb5ef6f9d670a9ee2de223eac0a665f9e5cab71)
- URL: https://github.com/kamailio/kamailio/commit/9ba402d3508034ef3111942b8f594cf…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:36:25+02:00
dispatcher: rework MIXSOCKPRPORT (16) matching mode
- GH #4236
(cherry picked from commit 28cd81c9ad7a64ee8953ba9438756b88740b7820)
- URL: https://github.com/kamailio/kamailio/commit/ab88793011826693e259699ea9fe1a0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:36:36+02:00
htable: return true for sht_setxi()
- GH #4283
(cherry picked from commit 9ded810b2dfe527db8d8be409fe1f34b002f3325)
- URL: https://github.com/kamailio/kamailio/commit/7a4362f646cfa029c31e7a447beac15…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:36:52+02:00
core: parser - count diversion header body len based on last param
- take in consideratio quoted param values
(cherry picked from commit f789f6a5fa4d651ad3bcb657cb2a1dc765de6460)
- URL: https://github.com/kamailio/kamailio/commit/c31ea2270f5b3ef43bb324f63b86c1f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:37:01+02:00
jwt: added to the notes about libjwt versions
- module is not compatible with the new libjwt3
(cherry picked from commit 36c466bce5a57df72806a0915361612c32cc838e)
- URL: https://github.com/kamailio/kamailio/commit/24e9e573eaa0e85abd4285103528d1e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:37:11+02:00
core: tcp - log message on message processing timeout made debug
(cherry picked from commit 2af2c80fde4e82614846af9d817ab2bffa2d954d)
- URL: https://github.com/kamailio/kamailio/commit/b3555bb2e5d4ea0ffa80c5f98dd0988…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:37:22+02:00
core: reformat structure with core pv exports
(cherry picked from commit 076d9549a28295392c9a8ca0ce079f2a59ed4f1e)
- URL: https://github.com/kamailio/kamailio/commit/8926a88d9011f0ec08b8e97f0858489…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:47:37+02:00
Revert "secfilter: fix table of contents index points [skip ci]"
This reverts commit 8ffc7f1e971e94e18facc000bf99084f69b1f400.
- URL: https://github.com/kamailio/kamailio/commit/7990d4bf35f7b79a74315ed775401d6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:47:53+02:00
Revert "secfilter: add RPC del_* commands [skip ci]"
This reverts commit a1a65348974d7847af6637dedf31d926cd09cffd.
- URL: https://github.com/kamailio/kamailio/commit/265a2b6b7173944d38acf3e93a85ef2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T09:48:11+02:00
Revert "secfilter: add missing RPC del_wl command"
This reverts commit 6e4100e11f49c02a9e319aa2ab269e5476fa3b9e.
@sergey-safarov: do not use such commit messages when pushing to the repository, write meaningful details in the commit message.
When merging, squash but still be sure such "random characters" or messages like "WIP 1" (seen in another commit by you) are not in the final commit message. The commit messages go in the release files (ie,. ChangeLog) and makes it look really like a not good development process.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/26982449b7dabe0413258a7602d8810…
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/commit/26982449b7dabe0413258a7602d88107c8f7e7d9/160433191(a)github.com>
Module: kamailio
Branch: master
Commit: 8ab50bf8a7894e68909c5a81505f5b09e4345802
URL: https://github.com/kamailio/kamailio/commit/8ab50bf8a7894e68909c5a81505f5b0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-20T08:16:03+02:00
dispatcher: docs for ds_mark_addr()
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8ab50bf8a7894e68909c5a81505f5b0…
Patch: https://github.com/kamailio/kamailio/commit/8ab50bf8a7894e68909c5a81505f5b0…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 5c36b3ff9f9..126ad986724 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1786,6 +1786,27 @@ failure_route[tryagain] {
...
}
...
+</programlisting>
+ </example>
+ </section>
+ <section id="dispatcher.f.ds_mark_addr">
+ <title>
+ <function moreinfo="none">ds_mark_addr(state, setid, uri)</function>
+ </title>
+ <para>
+ Set the state to the target specified by setid and uri. The parameter
+ state can have same value as for ds_mark_dst(). All parameters can
+ contain variables.
+ </para>
+ <para>
+ This function can be used from ANY_ROUTE.
+ </para>
+ <example>
+ <title><function>ds_mark_addr</function> usage</title>
+ <programlisting format="linespecific">
+...
+ ds_mark_addr("ip", "1", "sip:127.0.0.1:5080"); # set to inactive and probing
+...
</programlisting>
</example>
</section>
Module: kamailio
Branch: master
Commit: 1f9b9f1305da708461f392e979352464b9c4ee73
URL: https://github.com/kamailio/kamailio/commit/1f9b9f1305da708461f392e97935246…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2025-06-19T20:31:10+02:00
modules: readme files regenerated - dispatcher ... [skip ci]
---
Modified: src/modules/dispatcher/README
---
Diff: https://github.com/kamailio/kamailio/commit/1f9b9f1305da708461f392e97935246…
Patch: https://github.com/kamailio/kamailio/commit/1f9b9f1305da708461f392e97935246…
---
diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index 32726636469..eecd8bb5f95 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -1235,10 +1235,13 @@ modparam("dispatcher", "ds_interval_mode", 7200)
congestion ms.
See also the description of the 'rweight' attribute in the
'Special Attributes' section.
- + “12” - dispatch to all destination in setid at once (parallel
+ + “12” - dispatch to all destinations in setid at once (parallel
forking). Note that the XAVPs are no longer set with the
values of the destination records, no re-routing making sense
- in this case.
+ in this case. A side effect is that marking the one
+ destination as inactive is not possible if the transaction
+ fails (which means that all branches failed, or in other
+ words, all the destinations were not answering the call).
+ “13” - latency optimized dispatching
- The algorithm will load balance using round-robin
prioritizing the gateways with the highest priority.
Module: kamailio
Branch: master
Commit: 1b62f165d541cf88fe37778f0e23232e45e86b3d
URL: https://github.com/kamailio/kamailio/commit/1b62f165d541cf88fe37778f0e23232…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-06-19T20:19:38+02:00
dispatcher: docs - more details about using algorithm 12
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/1b62f165d541cf88fe37778f0e23232…
Patch: https://github.com/kamailio/kamailio/commit/1b62f165d541cf88fe37778f0e23232…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 3a6c26b41b7..5c36b3ff9f9 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1413,10 +1413,13 @@ modparam("dispatcher", "ds_interval_mode", 7200)
</listitem>
<listitem>
<para>
- <quote>12</quote> - dispatch to all destination in setid at
+ <quote>12</quote> - dispatch to all destinations in setid at
once (parallel forking). Note that the XAVPs are no longer set
with the values of the destination records, no re-routing
- making sense in this case.
+ making sense in this case. A side effect is that marking the
+ one destination as inactive is not possible if the transaction fails
+ (which means that all branches failed, or in other words, all the
+ destinations were not answering the call).
</para>
</listitem>
<listitem>
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for bug reports.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio…
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.o…
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
Note that an issue report may be closed automatically after about 2 months
if there is no interest from developers or community users on pursuing it, being
considered expired. In such case, it can be reopened by writing a comment that includes
the token `/notexpired`. About two weeks before considered expired, the issue is
marked with the label `stale`, trying to notify the submitter and everyone else
that might be interested in it. To remove the label `stale`, write a comment that
includes the token `/notstale`. Also, any comment postpone the `expire` timeline,
being considered that there is interest in pursuing the issue.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
I have run in to an issue when sending diameter requests using the ims_diameter_server
module. Shared memory keeps increasing and are not being freed until restart of kamailio.
This leads to all shared memory is being used and no more are able to be allocated.
This only happens when the request is sent synchronously. When sent asynchronously shared
memory is being freed as far as I can see.
Following functions have been used for sending requests.
diameter_request([peer], appid, commandcode, message)
diameter_request_async([peer], appid, commandcode, message)
### Troubleshooting
Sent a bunch of diameter requests and verified that shared memory for the following functions are not freed.
do_receive(600):
AAATranslateMessage(500):
AAACreateAVP(137):
#### Reproduction
It's possible to reproduce by sending sync diameter request and verify shared memory.
Example of diameter request block
```
route[CHECK_LOCATION] {
diameter_request("hss.ims.test.local", "16777217", "306",
"[ " +
"{ \"avpCode\":260, \"vendorId\":0, \"Flags\":64,
\"list\":[ { \"avpCode\":266, \"vendorId\":0,
\"Flags\":64, \"int32\":10415 }, { \"avpCode\":258,
\"vendorId\":0, \"Flags\":64, \"int32\":16777217 } ] },
" +
"{ \"avpCode\":277, \"vendorId\":0, \"Flags\":64,
\"int32\":1 }, " +
"{ \"avpCode\":283, \"vendorId\":0, \"Flags\":64,
\"string\":\"ims.test.local\"}, " +
"{ \"avpCode\":706, \"vendorId\":10415,
\"Flags\":192, \"int32\":0 }, " +
"{ \"avpCode\":700, \"vendorId\":10415,
\"Flags\":192, \"list\": [ { \"avpCode\":601,
\"vendorId\":10415, \"Flags\":192,
\"string\":\"tel:" + $fU + "\" }]}, " +
"{ \"avpCode\":707, \"vendorId\":10415,
\"Flags\":192, \"int32\":0 }, " +
"{ \"avpCode\":703, \"vendorId\":10415,
\"Flags\":192, \"int32\":14 } ]");
xlog("L_INFO", "Sent Diameter request");
}
```
Stats
cdp:replies_received = 343310
shmem:fragments = 142
shmem:free_size = 1221489992
shmem:max_used_size = 948242168
shmem:real_used_size = 925993656
shmem:total_size = 2147483648
shmem:used_size = 558205656
kamcmd mod.stats cdp shm
do_receive(600): 256245808
AAATranslateMessage(500): 64420712
AAACreateAVP(137): 218100320
Total: 538774000
#### Debugging Data
<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.
gdb /path/to/kamailio /path/to/corefile
bt full
info locals
list
If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->
```
(paste your debugging data here)
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your log messages here)
```
#### SIP Traffic
<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your sip traffic here)
```
### Possible Solutions
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a fix.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
version: kamailio 5.7.4 (x86_64/linux) dc393e
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, MEM_JOIN_FREE, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLOCKLIST, HAVE_RESOLV_RES, TLS_PTHREAD_MUTEX_SHARED
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: dc393e
compiled on 13:56:27 Feb 27 2024 with gcc 8.5.0
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `lsb_release -a` and `uname -a`)
-->
```
Linux bmatkamas1 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 1 04:16:12 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux release 8.10 (Ootpa)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4116
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4116(a)github.com>
ChristianBergerSipgate created an issue (kamailio/kamailio#4281)
### Description
The rtpengine module uses a `cookie` field in the Protocol controlling rtpengines. This field needs to be unique, and is derived from the `server_id` field set in the Kamailio, the `pid` as well as the value of a variable `myseqn`.
In many conditions, this is random enough. However particularly when using docker, the `pid` will be identical across servers, reducing the randomness and causing collisions.
### Expected behavior
The 34 bytes of the cookie should be as unique as possible.
#### Actual observed behavior
We get collisions many times per day, as different kamailio instances randomly choose the same value.
### Possible Solutions
1. Set `myseqn` to a random value during module load.
2. Add an additional random value to the `gencookie` function.
3. Use `%x` instead of `%d` to squeeze more entropy into the 33 characters available, and perhaps use fixed length fields.
The problem probably also exists in the following other modules:
1. rtpproxy
2. lrkproxy
We are not using those modules so we have not yet experienced collisions here.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4281
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4281(a)github.com>
Module: kamailio
Branch: master
Commit: 300da5c5a166be6724ebe14be29ac97d029c535f
URL: https://github.com/kamailio/kamailio/commit/300da5c5a166be6724ebe14be29ac97…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2025-06-18T10:34:52Z
core: improve random number generator initialization
- move seeding of cryptographic randomness generator for system randomness to the specific generator
- improve seeding of children random number generators by using individual initialized secure generators
- don't add predictable values like system time or process pid to the seed values of children generators
---
Modified: src/core/pt.c
Modified: src/core/rand/cryptorand.c
Modified: src/core/rand/cryptorand.h
Modified: src/core/rand/fortuna/fortuna.c
Modified: src/core/rand/fortuna/fortuna.h
Modified: src/core/rand/fortuna/random.c
Modified: src/core/rand/fortuna/random.h
Modified: src/main.c
---
Diff: https://github.com/kamailio/kamailio/commit/300da5c5a166be6724ebe14be29ac97…
Patch: https://github.com/kamailio/kamailio/commit/300da5c5a166be6724ebe14be29ac97…
### Description
We are using Kamailio 5.7.4 on Debian 12 (from http://deb.kamailio.org/kamailio57) with rtpengine as an Edgeproxy for our clients. The instance terminates SIP/TLS (with Cliencertificates) and forwards the SIP Traffic to internal systems.
After some days we are getting errors like this
`tls_complete_init(): tls: ssl bug #1491 workaround: not enough memory for safe operation: shm=7318616 threshold1=8912896`
First we thought Kamailio just doesnt have enough memory, so we doubled it..
But after some days the Logmessage (and Userissues) occured again.
So we monitored the shmmem statistics and found that used and max_used are constantly growing til it reaches the limit.
As i mentioned we are using client-certificates and so we are also using the CRL feature.
We do have a systemd-timer which fetches the CRL every hour and runs 'kamcmd tls.reload' when finished.
Our tls.cfg looks like this:
```
[server:default]
method = TLSv1.2+
private_key = /etc/letsencrypt/live/hostname.de/privkey.pem
certificate = /etc/letsencrypt/live/hostname.de/fullchain.pem
ca_list = /etc/kamailio/ca_list.pem
ca_path = /etc/kamailio/ca_list.pem
crl = /etc/kamailio/combined.crl.pem
verify_certificate = yes
require_certificate = yes
[client:default]
verify_certificate = yes
require_certificate = yes
```
After testing a bit we found that every time tls.reload is executed Kamailio consumes a bit more memory which eventually leads to all the memory being consumed which leads to issues for our users.
See following example:
```
[0][root@edgar-dev:~]# while true ; do /usr/sbin/kamcmd tls.reload ; /usr/sbin/kamcmd core.shmmem ; sleep 1 ; done
Ok. TLS configuration reloaded.
{
total: 268435456
free: 223001520
used: 41352552
real_used: 45433936
max_used: 45445968
fragments: 73
}
Ok. TLS configuration reloaded.
{
total: 268435456
free: 222377960
used: 41975592
real_used: 46057496
max_used: 46069232
fragments: 78
}
Ok. TLS configuration reloaded.
{
total: 268435456
free: 221748664
used: 42604992
real_used: 46686792
max_used: 46698080
fragments: 77
}
Ok. TLS configuration reloaded.
{
total: 268435456
free: 221110832
used: 43242408
real_used: 47324624
max_used: 47335608
fragments: 81
}
^C
[130][root@edgar-dev:~]#
```
### Troubleshooting
#### Reproduction
Everytime tls.reload is called the memory consumptions grows..
#### Debugging Data
<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.
gdb /path/to/kamailio /path/to/corefile
bt full
info locals
list
If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->
```
If you let me know what would be interesting for tracking this down, i am happy to provide logs/debugging data!
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
If you let me know what would be interesting for tracking this down, i am happy to provide logs/debugging data!
```
#### SIP Traffic
SIP doesnt seem to be relevant here
### Possible Solutions
Calling tls.reload less often or restart kamailio before memory is consumed ;)
### Additional Information
```
version: kamailio 5.7.4 (x86_64/linux)
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, MEM_JOIN_FREE, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLOCKLIST, HAVE_RESOLV_RES, TLS_PTHREAD_MUTEX_SHARED
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled with gcc 12.2.0
```
* **Operating System**:
```
* Debian GNU/Linux 12 (bookworm)
* Linux edgar-dev 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3823
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3823(a)github.com>
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [x] Tested changes locally
- [x] Related to issue #3831 and #4249
#### Description
<!-- Describe your changes in detail -->
This PR intoduces a flag for the tm cancel logic. The flag denotes that the cancel request is locally generated and an event of `local_request` should be emmited.
Updated also the modules and functions that used tm bindings to adopt for this change.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4286
-- Commit Summary --
* tm: Generate local_request for CANCEL only if locally initiated
* dialog: Update to use new tm FLAG for CANCEL
* rtp_media_server: Update to use new tm FLAG for CANCEL
* tmx: Update to use new tm FLAG for CANCEL
-- File Changes --
M src/modules/dialog/dlg_req_within.c (2)
M src/modules/rtp_media_server/rtp_media_server.c (2)
M src/modules/tm/t_cancel.c (69)
M src/modules/tm/t_cancel.h (2)
M src/modules/tmx/tmx_mod.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4286.patchhttps://github.com/kamailio/kamailio/pull/4286.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4286
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4286(a)github.com>
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Fix a spelling mistake
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4288
-- Commit Summary --
* dlgs: Fix spelling mistake
-- File Changes --
M src/modules/dlgs/dlgs_records.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4288.patchhttps://github.com/kamailio/kamailio/pull/4288.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4288
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4288(a)github.com>