mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
freepbx.yml: Install official versions of 1 + 15 FreePBX modules
This commit is contained in:
parent
a81def476c
commit
8c0a981967
1 changed files with 12 additions and 2 deletions
|
@ -273,8 +273,18 @@
|
|||
dest: /etc/systemd/system/
|
||||
|
||||
# Default module list https://github.com/iiab/iiab/pull/2916#issuecomment-894601522
|
||||
- name: FreePBX - Run 'fwconsole ma upgradeall' on installed FreePBX modules, e.g. 16 default modules (of about 70 total) - CAN TAKE 1 MIN OR LONGER!
|
||||
command: fwconsole ma upgradeall
|
||||
# - name: FreePBX - Run 'fwconsole ma upgradeall' on installed FreePBX modules, e.g. 16 default modules (of about 70 total) - CAN TAKE 1 MIN OR LONGER!
|
||||
# command: fwconsole ma upgradeall
|
||||
|
||||
# 2022-05-25 BACKGROUND: https://github.com/iiab/iiab/pull/3229#issuecomment-1138061460
|
||||
- name: FreePBX - Revert the above just-installed FreePBX 'framework' module by a few weeks-or-so from GitHub's bleeding edge, to a more official version (which can help the ~15 modules below to install!)
|
||||
command: fwconsole ma downloadinstall framework
|
||||
|
||||
- name: FreePBX - Run 'fwconsole reload' - as an additional precaution, per Ron Raikes @ https://community.freepbx.org/t/asterisk-19-1-0-and-freepbx-install/81029/15
|
||||
command: fwconsole reload
|
||||
|
||||
- name: FreePBX - Download + Install 15 additional FreePBX default modules (of about 70 total) as if we were installing freepbx-16.0-latest.tgz - NOTE THIS CAN TAKE SEVERAL MINUTES
|
||||
command: fwconsole ma downloadinstall callrecording cdr conferences core customappsreg dashboard featurecodeadmin infoservices logfiles music pm2 recordings sipsettings soundlang voicemail
|
||||
|
||||
# - name: FreePBX - Add "$amp_conf['CHECKREFERER'] = false;" to /etc/freepbx.conf #2931 - if pbx_use_nginx"
|
||||
# lineinfile:
|
||||
|
|
Loading…
Reference in a new issue