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:
parent
a7a296f5fe
commit
40f9f2e886
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