Publish chan-pbx-sat 0.1.0 packages: 4 debs + 4 rpms

debs/ : bookworm/trixie x amd64/arm64 (Asterisk 22).
rpms/ : el9/el8 (ast22), el7 (ast18), el7 (ast16), x86_64.
README: document deb + rpm install. Packages only — no source.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GwKsj51W8xnA2T6YEh9Kpc
This commit is contained in:
bjorne
2026-08-02 23:43:14 +02:00
co-authored by Claude Opus 4.8
parent f90f2f5a4a
commit 0436817c5d
9 changed files with 25 additions and 10 deletions
+25 -10
View File
@@ -1,19 +1,34 @@
# pbx_sat — prebuilt packages
Prebuilt `.deb` packages for **[pbx_sat](https://git.sa7aux.se/bjorne/pbx-sat)**,
the direct PBX ↔ SVXReflector bridge channel driver (`chan_pbx_sat`) — no
AllStar in the path.
Prebuilt **`.deb`** and **`.rpm`** packages for
**[pbx_sat](https://git.sa7aux.se/bjorne/pbx-sat)**, the direct PBX ↔ SVXReflector
bridge channel driver (`chan_pbx_sat`) — no AllStar in the path.
## Install
This repo holds **only built packages**, no source. The source lives in the
private `pbx-sat` repo.
## Debian / Ubuntu / Raspberry Pi (`debs/`)
```sh
sudo apt install ./debs/chan-pbx-sat_<version>_<arch>.deb
sudo apt install ./debs/chan-pbx-sat_<version>~<suite>_<arch>.deb
```
`<arch>` is `arm64` or `amd64`. Built against the PBX box's Asterisk
(e.g. FreePBX 17 / Asterisk 20/21).
`<suite>` is `bookworm` or `trixie`, `<arch>` is `amd64` (x86-64) or `arm64`
(Raspberry Pi). Built against Asterisk 22.
## CentOS / RHEL (`rpms/`, x86_64)
```sh
sudo dnf install ./rpms/chan-pbx-sat-<version>.<asttag>.<dist>.x86_64.rpm
```
One RPM per (distro, Asterisk major):
| File | Distro | Asterisk |
|------|--------|----------|
| `…ast22.el9…` | CentOS Stream 9 | 22 |
| `…ast22.el8…` | CentOS Linux 8 | 22 |
| `…ast18.el7…` | CentOS Linux 7 | 18 |
| `…ast16.el7…` | CentOS Linux 7 | 16 |
See the source repo for setup and the design write-up.
> **Status:** placeholder — no packages published yet; the driver is still in
> design/scaffold.