• v0.1.15 7b4fb7b811

    v0.1.15
    Some checks failed
    lint / terraform (fmt + validate + tflint) (push) Failing after 9s
    molecule / rtpengine role (molecule default) (push) Failing after 1m45s
    lint / ansible (yamllint + ansible-lint + syntax-check) (push) Failing after 2m11s
    security / checkov (terraform misconfig + secrets) (push) Successful in 2m25s
    Stable

    Patrick released this 2026-05-02 07:31:45 +00:00 | 0 commits to main since this release

    rtpengine .debs for orbital v0.1.15

    Pre-built rtpengine packages
    (mr26.0.1.4, linux/amd64) for Ubuntu 24.04 edge VMs.
    Consumed by the rtpengine Ansible role in this repo.

    Files

    File Contents
    ngcp-rtpengine-daemon_*.deb Userspace media-relay daemon
    ngcp-rtpengine-kernel-dkms_*.deb DKMS source for the in-kernel forwarding module
    ngcp-rtpengine-recording-daemon_*.deb Optional recording daemon
    ngcp-rtpengine-utils_*.deb CLI utilities
    RTPENGINE-SHA256SUMS SHA-256 checksums
    *.sig Cosign sign-blob signature for each file (including SHA256SUMS)

    Verifying

    sha256sum -c RTPENGINE-SHA256SUMS
    
    # Verifying SHA256SUMS suffices — it covers every .deb.
    cosign verify-blob --key cosign.pub \
        --signature RTPENGINE-SHA256SUMS.sig RTPENGINE-SHA256SUMS
    

    Installing manually

    sudo apt install -y "linux-headers-$(uname -r)" dkms
    sudo apt install -y ./ngcp-rtpengine-*.deb
    

    DKMS auto-compiles the kernel module against the running kernel.
    ngcp-rtpengine-daemon systemd unit auto-starts after install.

    Source

    Built from https://github.com/sipwise/rtpengine at tag
    mr26.0.1.4 under GPL-3.0+ (kernel module GPL-2.0).
    Each .deb's /usr/share/doc/<pkg>/copyright carries the full
    notice. No proprietary modifications.

    Downloads