- chan-pbx-sat: driver .so + pbx_sat.conf.sample (current config) + HOWTO. - pbxsat-freepbx: FreePBX web GUI (admin module + dashboard widget), deb arch=all / rpm noarch, deploys via fwconsole, depends on chan-pbx-sat. Debian 12/13 (bookworm/trixie) + CentOS/RHEL 7(ast16,ast18)/8/9. README updated.
2.2 KiB
2.2 KiB
pbx_sat — prebuilt packages
Prebuilt .deb and .rpm packages for
pbx_sat, the direct PBX ↔ SVXReflector
bridge (chan_pbx_sat) — no AllStar in the path. Install these to build your own
PBX ↔ SVX trunk.
This repo holds only built packages, no source. The source lives in the
private pbx-sat repo. x86_64 only (PBX boxes are x86).
Two packages:
chan-pbx-sat— the driver (chan_pbx_sat.so) + a sample/etc/asterisk/pbx_sat.confand the setup guide. Works on any Asterisk box.pbxsat-freepbx— the FreePBX web GUI (admin module Connectivity → PBX ⇄ SVX + a dashboard status widget). Install it too on a FreePBX box; it deploys into the web root viafwconsoleand depends onchan-pbx-sat. Not needed on a plain-Asterisk box (configurepbx_sat.confby hand).
Debian 12 / 13 (debs/)
# the driver (required):
sudo apt install ./debs/chan-pbx-sat_<version>~<suite>_amd64.deb
# the FreePBX GUI (on a FreePBX box):
sudo apt install ./debs/pbxsat-freepbx_<version>~<suite>_all.deb
<suite> is bookworm (Debian 12) or trixie (Debian 13). Built against the
box's Asterisk.
CentOS / RHEL 7 / 8 / 9 (rpms/)
# the driver (required):
sudo dnf install ./rpms/chan-pbx-sat-<version>.<asttag>.<dist>.x86_64.rpm
# the FreePBX GUI (on a FreePBX box):
sudo dnf install ./rpms/pbxsat-freepbx-<version>.<asttag>.<dist>.noarch.rpm
One driver 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 |
After install
The driver does not load until you enable it:
cp /etc/asterisk/pbx_sat.conf.sample /etc/asterisk/pbx_sat.confand edit it (or use the FreePBX GUI if you installedpbxsat-freepbx).- Uncomment
load = chan_pbx_sat.soin/etc/asterisk/modules.conf. - Point a dialplan route at
PBXSAT/<trunk>/<tg>. asterisk -rx "core restart now"thenasterisk -rx "pbxsat show".
Full guide: /usr/share/doc/chan-pbx-sat/HOWTO.md.