Changes

Jump to navigation Jump to search
Updated DNS instructions, and a few minor adjustments
Line 64: Line 64:     
:'''Q''': How do I change my DNS setup?
 
:'''Q''': How do I change my DNS setup?
:'''A''': /etc/resolv.conf
+
:'''A''': Edit /etc/resolvconf, which updates /etc/resolv.conf. Edit line #name_servers= by removing the # and adding the desired DNS (e.g. 8.8.8.8, which works for many applications); "name_servers=8.8.8.8" ;Save and reboot.
    
:'''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
     −
If it does not stop:
+
    service asterisk start
killall -9 asterisk
     −
To see if it's running:
+
    If it does not stop:
ps ax | grep asterisk
+
    killall -9 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