commit 05cf7c5c385272b7ee7401f3fd22842993a9a6ac
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 3f2ddce93959d30fc1721f0a9e8db6d6ff2c8110
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

commit 5f7611fe36c3e9c100420afcd312446523bcaf7f
Author: root <root@sbc-stage-a0.nga911.com>
Date:   Thu Jun 26 16:18:28 2025 +0000

    pkg/kamailio: simplified systemd unit files installation

commit 42242cf74eceb5081bf8dd5ab31fe9be66e5f175
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon May 12 18:11:19 2025 +0300

    ping_endpoint: from header hostpart is replaced with send IP
    
    JIRA: SBC-59

commit 42d87a253440c7f0e4197f1a7bd2ff8d80fe9e86
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 6f2a54cffaa0f54b227ef0870d9004622b326b3e
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon May 12 23:32:44 2025 +0300

    core: fixed crash on empty port

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

    ping_endpoint: callid format changed to rfc4122

commit f706e571c1c1b15ca688f2b426a80ee71007ed8b
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 f74e64c3ede2566ff8359ab59af71f494733dbdb
Author: Sergey Safarov <sergey@nga911.com>
Date:   Fri Apr 25 16:56:21 2025 +0000

    pec update

commit c4243d0d898139f968c038a108e4ec7d783387e2
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
