Difference between revisions of "Asterisk ended with exit status 1 Asterisk died with code 1"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk. That means you started Asterisk on top of another running Asterisk in installation script. ...)
 
Line 1: Line 1:
Asterisk ended with exit status 1
Asterisk ended with exit status 1
Asterisk died with code 1.
Asterisk died with code 1.
Automatically restarting Asterisk.
Automatically restarting Asterisk.


That means you started Asterisk on top of another running Asterisk in installation script.
That means you started Asterisk on top of another running Asterisk in installation script.
Line 10: Line 10:
  killall -9 asterisk
  killall -9 asterisk
  /etc/init.d/asterisk start
  /etc/init.d/asterisk start
----
NOTE: NEW

Revision as of 09:24, 17 May 2008

Asterisk ended with exit status 1
Asterisk died with code 1.
Automatically restarting Asterisk.

That means you started Asterisk on top of another running Asterisk in installation script.

Solution:

killall -9 safe_asterisk
killall -9 asterisk
/etc/init.d/asterisk start



NOTE: NEW