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

    WIP 1

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

    packaged ping_endpoint

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

    removed ping_endpoint from kazoo module

commit 494b3868fc04728b6e0a007c39fa480f765b12bd
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 3889cf5d33c7daddf3e669cd7f27f20c6ec6599d
Author: root <root@sbc-stage-a0.nga911.com>
Date:   Tue Dec 6 14:45:38 2022 +0000

    spec version

commit 9b7202f94b6a68b73268526dcfd6be6c9fe936a0
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 5d7453aff3192c05908e710d980c5334a7ea7a1b
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 84b24c8fb06837297e780d11223234475f413634
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 88dc16516374e4f6ca99917fbec5422476508c79
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 172a835e621c080a28887029a0a1de6147fd405f
Author: Sergey Safarov <s.safarov@gmail.com>
Date:   Wed Jan 18 14:52:24 2023 +0000

    added git commit info in the RPM file
