mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Fix asterisk.yml & revise freepbx.yml experiment
This commit is contained in:
parent
f9ff6be820
commit
b0fff8cc26
2 changed files with 8 additions and 6 deletions
|
@ -76,7 +76,7 @@
|
|||
|
||||
- name: Asterisk - Do a bit of menuselect configuration
|
||||
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: >
|
||||
# menuselect/menuselect --enable app_macro --enable format_mp3
|
||||
# --enable CORE-SOUNDS-EN-WAV --enable CORE-SOUNDS-EN-G722
|
||||
|
@ -102,10 +102,10 @@
|
|||
args:
|
||||
chdir: "{{ asterisk_src_dir }}"
|
||||
|
||||
# - name: Asterisk - Run 'make samples'
|
||||
# command: make samples
|
||||
# args:
|
||||
# chdir: "{{ asterisk_src_dir }}"
|
||||
- name: Asterisk - Run 'make samples' - this creates /etc/asterisk/asterisk.conf used below
|
||||
command: make samples
|
||||
args:
|
||||
chdir: "{{ asterisk_src_dir }}"
|
||||
|
||||
- name: Asterisk - Run 'ldconfig'
|
||||
command: ldconfig
|
||||
|
|
|
@ -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 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"
|
||||
- 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 installall
|
||||
# - fwconsole ma delete firewall
|
||||
|
|
Loading…
Reference in a new issue