My Asterisk 19 installed successfully on Ubuntu but it doesn't never start

My Asterisk 19 installed successfully on Ubuntu but it doesn’t never start.

My results are;

///

sudo systemctl start asterisk

Job for asterisk.service failed because the control process exited with error code.
See “systemctl status asterisk.service” and “journalctl -xe” for details.

///

sudo systemctl enable asterisk

asterisk.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable asterisk

///

sudo systemctl status asterisk

● asterisk.service - LSB: Asterisk PBX
Loaded: loaded (/etc/init.d/asterisk; generated)
Active: failed (Result: exit-code) since Thu 2022-12-22 23:11:56 UTC; 2min 2s ago
Docs: man:systemd-sysv-generator(8)

Dec 22 23:11:56 freepbx systemd[1]: Starting LSB: Asterisk PBX…
Dec 22 23:11:56 freepbx asterisk[1573]: [60B blob data]
Dec 22 23:11:56 freepbx systemd[1]: asterisk.service: Control process exited, code=exited, status=1>
Dec 22 23:11:56 freepbx systemd[1]: asterisk.service: Failed with result ‘exit-code’.
Dec 22 23:11:56 freepbx systemd[1]: Failed to start LSB: Asterisk PBX.

///

What is my problem and how is it solve?

Thanks.

you didn’t successfully install asterisk, should reinstall it

1 Like

Yes, I reinstalled. it works succesfully. Thanks for your reply.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.