mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #2912 from jvonau/killall
little heavy handed but it works [workaround for FreePBX's "Unable to run Pre-Asterisk hooks, because Asterisk is already running"]
This commit is contained in:
commit
f35525775c
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@
|
|||
with_items:
|
||||
- ./start_asterisk start
|
||||
- ./install -n --webroot {{ freepbx_install_dir }} --dbuser {{ asterisk_db_user }} --dbpass {{ asterisk_db_password }} --dbname {{ asterisk_db_dbname }} --cdrdbname {{ asterisk_db_cdrdbname }}
|
||||
- killall -9 safe_asterisk
|
||||
- killall -9 asterisk
|
||||
|
||||
# 2021-08-04: FreePBX 16 no longer needs this FreePBX 15 patch
|
||||
# - name: FreePBX - Patch FreePBX source - disable get_magic_quotes_gpc()
|
||||
|
|
Loading…
Reference in a new issue