commit e0147cb4b0c947b721d73a40f79582aa6ce68fc1
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Sat Sep 23 00:29:07 2023 +0300

    WIP 1

commit 026a93bb5875a17db8820cee6f589a0dcb41d4fe
Author: root <root@sbc-stage-a0.nga911.com>
Date:   Thu Apr 27 06:16:50 2023 +0000

    packaged ping_endpoint

commit a8c51d7b252227af809fcec3315f1097f7bcd168
Author: root <root@sbc-stage-a0.nga911.com>
Date:   Fri Aug 11 05:36:59 2023 +0000

    removed ping_endpoint from kazoo module

commit 9fdcec21214318310092f7846ca0d0f473fbd6fa
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Thu Jan 26 22:02:22 2023 +0300

    Added ping_endpoint module
    
    Added ping_endpoint module, which allows to ping endpoints
    sending OPTIONS SIP messages and collecting info
    which PSAP/endpoint is offline and which one is online at
    the moment
    
    JIRA: SBC-26

commit 718cbd0d1859646559bdf3e357191760fa103d77
Author: root <root@sbc-stage-a0.nga911.com>
Date:   Tue Dec 6 14:45:38 2022 +0000

    spec version

commit b2d5316a1d7e577539ba48490f2a656f7d23acf2
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri Jun 16 19:55:34 2023 +0300

    Fixed wrong network interface selection.
    
    Fixed incorrect source IP address selection for the SIP
    messages sending procedure when TCP transport is used or
    for UDP with the 'mhomed' setting set as 'mhomed=1'.
    
    JIRA: IPPBX-54

commit 3cf3fe40d2d4dd6ef858e200286ecee743807185
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon Jan 30 22:04:29 2023 +0300

    No warning generated when UDP and no Content-Length header
    
    Added 'always_log_missed_content_length' mode for sanity module.
    If 'always_log_missed_content_length' is 1 then the SIP message
    with no 'Content-Length' header will cause warning message in
    the logs. Otherwise warning message is not generated for cases
    when SIP message with no 'Content-Length' header is sent over UDP.
    
    JIRA: ESRP-457

commit f4810e21924489c91fe9692cef5e2440f889cdb3
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Thu Jan 12 20:02:12 2023 +0300

    Added sanity check for CID in multipart/mixed content
    
    Added functions into sanity module for the following checks.
    If INVITE contains 'Geolocation' or 'Call-Info' with 'cid:'
    prefix, i.e. if geolocation is passed by value, but 'multipart/mixed'
    content does not contain a part with appropriate Content-Id then
    sanity check is failed.
    
    JIRA: SIPAGG-1

commit 8db581bf1e8979394b322928d783cda607ab3c5b
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Wed Jan 4 19:13:44 2023 +0300

    Added timeout logic for prometheus metrics
    
    For xhttp_prom module there were added an optional timeout
    values for every metric (counter, gauge, histogram)
    
    Added API function 'metric_set_timeout' for xhttp_prom module
    to be able to set this timeout value.
    
    Timeout value is pointed in minutes. If timeout is set for a
    metric and during the timeout time there are no metric changes,
    then this metric is removed.
    
    If timeout is not set for a metric then the global timeout
    is applicable for this metric. If timeout is set for a metric
    then the global timeout is not used for this particular metric.
    
    JIRA: SBC-24

commit b2d3f30560e3050c194eb7e999f2df6bdc58f3e9
Author: Sergey Safarov <s.safarov@gmail.com>
Date:   Wed Jan 18 14:52:24 2023 +0000

    added git commit info in the RPM file
