I've recently built/installed Asterisk 14 on a fresh Centos7 (I had to build since I need OOH323 module), using the given instructions.
After running "make install" and "make config" (latter installs the service), the asterisk service seems to be installed and running ("systemctl status asterisk" shows the service started, and ps -A shows safe-asterisk as a running process)
However, trying to connect to it using asterisk -R gives me an error that asterisk is NOT running, and also netstat --listen does not seem to have any listening ports for sip
The asterisk config files seem to OK: when I manually run asterisk from terminal (>asterisk), everything goes fine, service and web gui operate as intended.
I even tried to add asterisk in rc.local (chmod=777), but for some reason I can't understand, all commands inside the script run successfully but asterisk doesn't run.
Can anyone help me understand what I'm doing wrong?
Thanks