With GonoPBX v2.0.0 a big feature package lands that makes day‑to‑day work easier: a central phonebook, BLF/pickup groups, ring groups with DID assignment, and notable IVR improvements.
New: Phonebook (global & per extension)
Admins can now maintain a global phonebook that is visible to everyone. In addition there is an extension phonebook for individual contacts. Import and export are built in as CSV.
BLF & Pickup Groups
Each extension can now enable BLF and be assigned to one or more pickup groups. This lets you see who is busy and quickly pick up calls within the team.
Ring Groups with DID assignment
Ring groups can be created with strategies (e.g., ringall) and assigned directly to an inbound DID. This is especially useful when routing entire number blocks to groups.
IVR improvements
- Prompt upload including conversion/validation
- Retries for failed attempts
- Inbound DID mapping directly to the IVR menu
UI updates
SIP Debug is now under Settings, and the Audio tab is now called Audio Codecs.
Install the update
Automatic (recommended)
In the GonoPBX web interface under Settings → Server → Update click “Install update”.
Manual
cd /root/asterisk-pbx-gui
git pull origin main
docker compose up -d --build Note: Database migrations run automatically on startup.
You can find the full release notes on the Release Notes page or directly on GitHub.