mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
2 ugly hacks for FreePBX 17: ignore 'install -n' error code & bypass 'fwconsole reload'
This commit is contained in:
parent
f2fd0fda9a
commit
efc9705b1a
1 changed files with 5 additions and 3 deletions
|
@ -256,15 +256,17 @@
|
|||
args:
|
||||
chdir: "{{ freepbx_src_dir }}"
|
||||
#creates: "{{ freepbx_install_dir }}" # /var/www/html/freepbx
|
||||
ignore_errors: yes # 2024-02-25: UGLY / TEMPORARY WORKAROUND #1 of 2, to bypass "You have successfully installed FreePBX" w/ exit code 1 -- https://github.com/iiab/iiab/pull/3675#issuecomment-1890590227
|
||||
|
||||
|
||||
# 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 to install the ~15 modules below!)
|
||||
command: fwconsole ma downloadinstall framework
|
||||
|
||||
# ERROR IF RUN BELOW: "Unable to connect to remote asterisk"
|
||||
- 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
|
||||
# 2024-02-25: UGLY / TEMPORARY WORKAROUND #2 OF 2, to bypass... 'In DialplanHooks.class.php line 163: Undefined array key "DialplanHooks"' -- https://github.com/iiab/iiab/pull/3675#issuecomment-1890590227
|
||||
## ERROR IF RUN BELOW: "Unable to connect to remote asterisk"
|
||||
#- 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
|
||||
|
||||
# DEFAULT MODULE LIST AUG 2021: https://github.com/iiab/iiab/pull/2916#issuecomment-894601522
|
||||
# YIELDS 2 MORE AS OF MAY 2022: https://github.com/iiab/iiab/pull/3229#issuecomment-1138566339
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue