Core Neustart Asterisk CLI
Beschreibung
Der Vermittlungskern von LocaPhone kann über das Asterisk CLI angehalten und neu gestartet werden.
LocaPhone Versionen
RELEASE 5 RELEASE 4 RELEASE 3 RELEASE 2
Vorgehensweise
loca@voip:~$
BASH
sudo asterisk -r
Vermittlungskern Dienst Asterisk stoppen
- core stop now - This command stops the Asterisk service immediately, ending any calls in progress.
- core stop gracefully - This command prevents new calls from starting up in Asterisk, but allows calls in progress to continue. When all the calls have finished, Asterisk stops.
- core stop when convenient - This command waits until Asterisk has no calls in progress, and then it stops the service. It does not prevent new calls from entering the system.
voip*CLI>
BASH
voip*CLI> core stop gracefully
voip*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
Vermittlungskern Dienst Asterisk neu starten
- core restart now - This command restarts the Asterisk service immediately, ending any calls in progress.
- core restart gracefully - This command prevents new calls from starting up in Asterisk, but allows calls in progress to continue. When all the calls have finished, Asterisk restarts.
- core restart when convenient - This command waits until Asterisk has no calls in progress, and then it restarts the service. It does not prevent new calls from entering the system.
voip*CLI>
BASH
voip*CLI> core restart when convenient
Waiting for inactivity to perform restart
voip*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
Vermittlungskern Dienst Stop/Neustart abbrechen
- core abort shutdown - This command aborts a shutdown or restart which was previously initiated with the gracefully or when convenient options.