commit f5813146fb20b3a52bbaf64ef17e5fe911e2ee7c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Mar 27 18:21:06 2026 +0100

    siptrace: docs for trace_ephemeral_socket param

commit 161eb1c3da19c81bd14ddcdaf3c9f4632df2d2b2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Mar 27 18:16:03 2026 +0100

    siptrace: added parameter trace_ephemeral_socket
    
    - use ephemeral socket fields if set for outbound tcp/tls
    - related to GH #4604

commit 3b7987afe04c53a2a51c0d127839ff9c88b2d6e2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Mar 27 17:58:34 2026 +0100

    core: added field for ephemeral socket in dest info
    
    - set by tcp send with local ephemeral socket details
    - related to GH #4604

commit 93ec497e4357bfe3859996090f44f8d7cc75391f
Author: sergey-safarov <s.safarov@anycast-lb.net>
Date:   Mon Dec 8 18:24:44 2025 +0200

    outbound: added check_flow_token function
    
    * outbound: added check_flow_token function
    
    Added check_flow_token function that checks first Route header
    and flow-token presence, validaty and expiration in this header.
    
    -8 cannot parse headers
    -7 URI cannot be parsed in the first Route header
    -6 flow token expired
    -5 connection associated with flow does not exist
    -4 failed to decode flow token
    -3 no flow token, Route header present
    -2 Route URI is not Kamailio
    -1 no Route header present
    1 valid flow (connection) present
    
    * outbound: docbook - fixed 'Attribute "xmlns:xi" must be declared for element type'
    
    * outbound: fixed xml validation errors
    
    * outbound: added check_flow_token documentation
    
    ---------
    
    Co-authored-by: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>

commit 3b437d70aac01e7cb30a0268fc598f8486858928
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Wed Oct 29 12:19:32 2025 +0100

    core: parser - function to check if Route header is found

commit 031043ee529568ddc00db74163c80828a2e64c22
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Wed Oct 29 11:29:26 2025 +0100

    core: added functions to check myself for SIP uri and ignore user

commit 26890056228d3027731cb07702f214208b76e089
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon Mar 23 23:25:17 2026 +0300

    ping_endpoint: fixed crash on incorrect shmem allocation
    
    JIRA: SET-2320

commit f186092b7b814765c5d8ad3b3c41a4a78595c5e7
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Tue Mar 17 19:51:31 2026 +0300

    tls_tracker: fix memory leak in DB operations.
    
    JIRA: SET-2311

commit 888beb806145f97da5d77daf1b38188b0114df6e
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Tue Feb 24 13:38:05 2026 +0300

    tls: fix pkg memory leak
    
    JIRA: SET-2311

commit a737ed1a8f7e1cb151269a17bc7257248b5b8872
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon Jun 30 19:00:25 2025 +0300

    core: fix crash when cfg is not initialized
    
    JIRA: SBC-66
