Changes

Jump to navigation Jump to search
paragraph format edit for clarity
Line 67: Line 67:     
:'''Q''': How do I restart Asterisk?
 
:'''Q''': How do I restart Asterisk?
:'''A''': You will need to stop it and start it.
+
:'''A''': You will need to stop it and start it.  
    service asterisk stop
+
service asterisk stop
 +
service asterisk start
   −
    service asterisk start
+
If it does not stop:
 +
killall -9 asterisk
   −
    If it does not stop:
+
To see if it's running:
    killall -9 asterisk
+
ps ax | grep asterisk
 
  −
    To see if it's running:
  −
    ps ax | grep asterisk
      
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?
 
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?
3

edits

Navigation menu