Difference between revisions of "Starting and Stopping Asterisk"
Jump to navigation
Jump to search
(created page) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:How to]] | [[Category:How to]] | ||
+ | [[Category:Administration]] | ||
+ | |||
+ | 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 |
Latest revision as of 05:15, 13 March 2021
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