commit 64cb64c798aa7ebf3b9acc0d51bbfb903a9b779f
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri May 23 01:01:49 2025 +0300

    dispatcher: fix memory leak when AVP is used
    
    when dispatcher sends OPTIONS by timer then it's performed by a separate
    timer kamailio process.
    If this process allocates shared memory for AVP then this AVP is never
    released/cleaned due to AVPs are cleaned by process-receivers.
    
    In this fix AVPs are reset in the end of every timer iteration.
    
    JIRA: SET-2188

commit c3eb722e23e19731ee57e7ab55de915cbe5a1878
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon Apr 28 21:42:23 2025 +0300

    ping_endpoint: callid format changed to rfc4122

commit f81515dfe7ded6857f2bdde0555d7ffcc8c30d19
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Tue Apr 22 20:33:06 2025 +0300

    ping_endpoint: updated default values
    
    fixed showing equal endpoint status.
    
    endpoint_id_str and proxy_uri are allowed to be null
    and defaule value is null in the database.
    
    if proxy_uri is null then first route is taken as a proxy value
    or request_uri if route set is empty.
    
    JIRA: SBC-59

commit afb597aa0820d2cf7de897514745f3604249ac2b
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date:   Fri Dec 6 15:05:52 2024 +0200

    pkg/kamailio/obs: added systemd template to start multiple kamailio services
    
    GH#3904

commit c807426b47326634272cb69fe7ef6cf094d8756b
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Wed Mar 26 21:23:24 2025 +0300

    ping_endpoint: fixed multiple ping to single address within endpoint
    
    JIRA: SBC-26

commit 3ffee3b3b4ff5114774f8a5cd76783cd0c59317b
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri Feb 7 18:27:59 2025 +0300

    ping_endpoint: re-worked module for SBC
    
    JIRA: SBC-26

commit 611635785f3740d9a73e0de8fb9744d65a3e543d
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Tue Apr 8 20:39:21 2025 +0300

    core: added support for multiple tcp_closed callbacks
    
    JIRA: ESRP-920

commit 1c2f5ef80b999db35d5f52c9eeb9a714c00b1ea5
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Tue Feb 11 19:20:14 2025 +0300

    core: add tcp_user_timeout for outbound TCP sockets
    
    JIRA: O9A-279

commit ab55d31b32a597d071269488e7aba1a7bf614ea3
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri Mar 21 15:12:22 2025 +0300

    ping_endpoint: fixed shmem leak caused by multiprocess mode
    
    JIRA: SBC-52

commit 1c2d834c6604c0dbad6e047c57c25f1c0d4f2ac8
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Wed Mar 19 21:20:13 2025 +0300

    siptrace: changed loglevel for haproxy sip trace
    
    JIRA: SBC-54
