1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

little heavy handed but it works

`./start_asterisk stop` does nothing
`./start_asterisk kill` spits out an error
just undoes what `./start_asterisk` start did
allows the freepbx service to start cleanly to run the hooks
This commit is contained in:
Jerry Vonau 2021-08-05 00:17:37 -05:00
parent a7a296f5fe
commit 40f9f2e886

View file

@ -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()