[PR #32] [MERGED] Added FreePBX installation script #855

Closed
opened 2025-09-09 19:48:12 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/32
Author: @arian-nasr
Created: 3/10/2025
Status: Merged
Merged: 3/19/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (1)

  • 09c07fa Added FreePBX installation script

📊 Changes

3 files changed (+254 additions, -0 deletions)

View changed files

ct/freepbx.sh (+43 -0)
install/freepbx-install.sh (+177 -0)
json/freepbx.json (+34 -0)

📄 Description

✍️ Description

Added FreePBX installation script based on instructions from: https://sangomakb.atlassian.net/wiki/spaces/FP/pages/10682545/How+to+Install+FreePBX+17+on+Debian+12+with+Asterisk+21

Link: # https://github.com/community-scripts/ProxmoxVED/pull/25

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)

Please see the two comments in freepbx-install.sh lines 145-147 as I am needing a workaround to complete the installation successfully, I don't fully comprehend why this is happening, I'd appreciate any input. The script return a non-zero exit code even though it completes successfully?
In any case the script works as is, but I'd like to be able to fix that if possible.
Here is a screenshot showing output being bypassed when verbosity disabled:
Screenshot From 2025-03-10 19-23-50


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVED/pull/32 **Author:** [@arian-nasr](https://github.com/arian-nasr) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`09c07fa`](https://github.com/community-scripts/ProxmoxVED/commit/09c07faceb7900ef45cde0f8ce9c55a5f6266555) Added FreePBX installation script ### 📊 Changes **3 files changed** (+254 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/freepbx.sh` (+43 -0) ➕ `install/freepbx-install.sh` (+177 -0) ➕ `json/freepbx.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> Added FreePBX installation script based on instructions from: https://sangomakb.atlassian.net/wiki/spaces/FP/pages/10682545/How+to+Install+FreePBX+17+on+Debian+12+with+Asterisk+21 ## 🔗 Related PR / Discussion / Issue Link: # https://github.com/community-scripts/ProxmoxVED/pull/25 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> Please see the two comments in freepbx-install.sh lines 145-147 as I am needing a workaround to complete the installation successfully, I don't fully comprehend why this is happening, I'd appreciate any input. The script return a non-zero exit code even though it completes successfully? In any case the script works as is, but I'd like to be able to fix that if possible. Here is a screenshot showing output being bypassed when verbosity disabled: ![Screenshot From 2025-03-10 19-23-50](https://github.com/user-attachments/assets/5ff97ffd-6b20-4e5c-b903-dbcbc6369ad7) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-09 19:48:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: community-scripts/ProxmoxVED#855