Difference between revisions of "Starting and Stopping Asterisk"
Jump to navigation
Jump to search
(created page) |
m Tag: visualeditor |
||
Line 1: | Line 1: | ||
[[Category:How to]] | [[Category:How to]] | ||
+ | There a couple of ways to start, stop, or restart asterisk. | ||
+ | |||
+ | Stopping Asterisk: | ||
+ | astdn.sh | ||
+ | ;or | ||
+ | service asterisk stop | ||
+ | Starting Asterisk: | ||
+ | astup.sh | ||
+ | ;or | ||
+ | service asterisk start | ||
+ | Restarting Asterisk: | ||
+ | astres.sh | ||
+ | ;or | ||
+ | service asterisk restart | ||
+ | Status of Asterisk: | ||
+ | service asterisk status | ||
+ | Asterisk is automatically started when the system completes the booting process |
Revision as of 13:23, 28 January 2019
There a couple of ways to start, stop, or restart asterisk.
Stopping Asterisk:
astdn.sh ;or service asterisk stop
Starting Asterisk:
astup.sh ;or service asterisk start
Restarting Asterisk:
astres.sh ;or service asterisk restart
Status of Asterisk:
service asterisk status
Asterisk is automatically started when the system completes the booting process