Difference between revisions of "Starting and Stopping Asterisk"
Jump to navigation
Jump to search
m Tag: visualeditor |
m Tag: visualeditor |
||
Line 2: | Line 2: | ||
There a couple of ways to start, stop, or restart asterisk. | There a couple of ways to start, stop, or restart asterisk. | ||
− | Stopping Asterisk: | + | '''Stopping Asterisk:''' |
astdn.sh | astdn.sh | ||
;or | ;or | ||
service asterisk stop | service asterisk stop | ||
− | Starting Asterisk: | + | '''Starting Asterisk:''' |
astup.sh | astup.sh | ||
;or | ;or | ||
service asterisk start | service asterisk start | ||
− | Restarting Asterisk: | + | '''Restarting Asterisk:''' |
astres.sh | astres.sh | ||
;or | ;or | ||
service asterisk restart | service asterisk restart | ||
− | Status of Asterisk: | + | '''Status of Asterisk:''' |
service asterisk status | service asterisk status | ||
Asterisk is automatically started when the system completes the booting process | Asterisk is automatically started when the system completes the booting process |
Revision as of 13:24, 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