1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Fix asterisk.yml & revise freepbx.yml experiment

This commit is contained in:
root 2021-08-06 21:02:02 -04:00
parent f9ff6be820
commit b0fff8cc26
2 changed files with 8 additions and 6 deletions

View file

@ -76,7 +76,7 @@
- name: Asterisk - Do a bit of menuselect configuration - name: Asterisk - Do a bit of menuselect configuration
command: menuselect/menuselect --enable app_macro --enable format_mp3 menuselect.makeopts command: menuselect/menuselect --enable app_macro --enable format_mp3 menuselect.makeopts
# 2021-08-06: Let's standardize (ABOVE) if 5 extras (BELOW) aren't needed? # 2021-08-06: Let's standardize (ABOVE) if 6 others (BELOW) aren't needed?
# command: > # command: >
# menuselect/menuselect --enable app_macro --enable format_mp3 # menuselect/menuselect --enable app_macro --enable format_mp3
# --enable CORE-SOUNDS-EN-WAV --enable CORE-SOUNDS-EN-G722 # --enable CORE-SOUNDS-EN-WAV --enable CORE-SOUNDS-EN-G722
@ -102,10 +102,10 @@
args: args:
chdir: "{{ asterisk_src_dir }}" chdir: "{{ asterisk_src_dir }}"
# - name: Asterisk - Run 'make samples' - name: Asterisk - Run 'make samples' - this creates /etc/asterisk/asterisk.conf used below
# command: make samples command: make samples
# args: args:
# chdir: "{{ asterisk_src_dir }}" chdir: "{{ asterisk_src_dir }}"
- name: Asterisk - Run 'ldconfig' - name: Asterisk - Run 'ldconfig'
command: ldconfig command: ldconfig

View file

@ -137,7 +137,9 @@
# - killall -9 safe_asterisk # 2021-08-05: These 2 lines from PR #2912 attempted a brute force (not enough!) workaround for the #2908 annoyance on 1st # - killall -9 safe_asterisk # 2021-08-05: These 2 lines from PR #2912 attempted a brute force (not enough!) workaround for the #2908 annoyance on 1st
# - killall -9 asterisk # install, of 'systemctl status freepbx' showing "Unable to run Pre-Asterisk hooks, because Asterisk is already running" # - killall -9 asterisk # install, of 'systemctl status freepbx' showing "Unable to run Pre-Asterisk hooks, because Asterisk is already running"
# - /usr/sbin/asterisk -rx "core stop gracefully" # - /usr/sbin/asterisk -rx "core stop gracefully"
- fwconsole stop # 2021-08-06: #2915 EXPERIMENT # - fwconsole reload # 2021-08-06: Insufficient
# - fwconsole stop # 2021-08-06: Insufficient
- fwconsole restart # 2021-08-06: #2915 EXPERIMENT
# - fwconsole ma disablerepo commercial # - fwconsole ma disablerepo commercial
# - fwconsole ma installall # - fwconsole ma installall
# - fwconsole ma delete firewall # - fwconsole ma delete firewall