Asterisk Issue Service down and Want Up
Troubleshoot Asterisk problem want up and the service is down(recompile the main asterisk file installed by chef tool):
- journalctl -xe to ckeck logs
- go to /usr/src/asterisk/asterisk-version/
- make clean
- ./configure
- make
- make install
if UniMRCP Module have problem do same thing:
- go to /usr/src/asterisk-unimrcp-asterisk-unimrcp-1.7.0
- ./configure
- make
- make install
if the dependency have a problem:
- go to /usr/src/unimrcp-deps-1.6.0
- ./build-dep-libs.sh