commit 1ab64da12d30c74d68fb312ccabf5905a5a28a88
Author: root <root@sbc-stage-a0.nga911.com>
Date:   Wed Oct 8 11:22:36 2025 +0000

    pkg/kamailio: fixed systemd unit file inititlization

commit cdfa7ccd479c4cf5ece8f39d67742c361511bb17
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon Sep 8 19:03:27 2025 +0300

    outbound: added check_flow_token function
    
    Added check_flow_token function that checks first Route header
    and the flow tocken presence in this header.
    
    If no Route header or no flow token, or error decode flow token then
    -1 is returned.
    
    If flow token is presented and related TCP connection exists then
    1 is returned
    
    If first Route header contains the address, which does not belong to
    the processing kamailio, then  -2 is returned.
    
    JIRA: SBC-68

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
