commit 5b979d858ef4606f7e19df49579c6a35c0145b53 Author: bjorne Date: Sun Aug 2 14:13:26 2026 +0200 scaffold: pbx-svx-deb package repo (placeholder README) Public prebuilt-.deb repo for pbx_svx. No packages yet — driver in design. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01GwKsj51W8xnA2T6YEh9Kpc diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b02a79 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# pbx_svx — prebuilt packages + +Prebuilt `.deb` packages for **[pbx_svx](https://git.sa7aux.se/bjorne/pbx-svx)**, +the direct PBX ↔ SVXReflector bridge channel driver (`chan_pbx_svx`) — no +AllStar in the path. + +## Install + +```sh +sudo apt install ./debs/pbx-svx__.deb +``` + +`` is `arm64` or `amd64`. Built against the PBX box's Asterisk +(e.g. FreePBX 17 / Asterisk 20/21). + +See the source repo for setup and the design write-up. + +> **Status:** placeholder — no packages published yet; the driver is still in +> design/scaffold.