Skip to content
English
  • There are no suggestions because the search field is empty.

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:

  1.  go to /usr/src/asterisk-unimrcp-asterisk-unimrcp-1.7.0
  2.  ./configure
  3.  make
  4.  make install

if the dependency have a problem:

  • go to /usr/src/unimrcp-deps-1.6.0 
  •  ./build-dep-libs.sh