userdoc:tt_asterisk-gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:tt_asterisk-gui [2012/04/09 16:16]
abelbeck
userdoc:tt_asterisk-gui [2015/05/16 11:08] (current)
abelbeck [Using the Asterisk GUI]
Line 4: Line 4:
  
 The Asterisk GUI is an open source project created by [[http://www.digium.com/|Digium]], allowing the Asterisk configuration to be created, edited and managed via a web browser.  If you prefer to edit the Asterisk configuration via a text editor or via the Edit tab in the AstLinux Web Interface, do not use the Asterisk GUI without first understanding how the Asterisk GUI re-writes the configuration files. The Asterisk GUI is an open source project created by [[http://www.digium.com/|Digium]], allowing the Asterisk configuration to be created, edited and managed via a web browser.  If you prefer to edit the Asterisk configuration via a text editor or via the Edit tab in the AstLinux Web Interface, do not use the Asterisk GUI without first understanding how the Asterisk GUI re-writes the configuration files.
 +
 +!!Note: Asterisk GUI is no longer supported with AstLinux 1.2.3 and later.!!
 +===== Configuration Files =====
  
 Two files are key to allowing the Asterisk GUI to operate, located at: Two files are key to allowing the Asterisk GUI to operate, located at:
Line 9: Line 12:
   * ''/mnt/kd/asterisk/http.conf'' (or a symlink as ''/etc/asterisk/http.conf'')   * ''/mnt/kd/asterisk/http.conf'' (or a symlink as ''/etc/asterisk/http.conf'')
  
-===== manager.conf =====+Additionally, if the file ''/mnt/kd/dahdi/system.conf'' does **not** exist, create it with the CLI command: 
 + 
 +  cp /stat/etc/dahdi/system.conf /mnt/kd/dahdi/system.conf 
 +   
 + 
 +===== Asterisk manager.conf =====
  
 The default ''manager.conf'' should contain these settings, without editing: The default ''manager.conf'' should contain these settings, without editing:
Line 20: Line 28:
   bindaddr = 0.0.0.0   bindaddr = 0.0.0.0
  
-The username/password for the Asterisk GUI is defined in the asterisk ''manager.conf'' file.  Add/Edit a section similar to the following:+The username/password for the Asterisk GUI is defined in the ''manager.conf'' file.  Add/Edit a section similar to the following:
  
   ; THIS IS INSECURE! CHANGE THE PASSWORD!!!   ; THIS IS INSECURE! CHANGE THE PASSWORD!!!
Line 32: Line 40:
 Be sure to change the password and possibly also uncomment/edit the deny/permit lines for added security. Be sure to change the password and possibly also uncomment/edit the deny/permit lines for added security.
  
-===== http.conf =====+===== Asterisk http.conf =====
  
 The default ''http.conf'' should contain these settings, without editing: The default ''http.conf'' should contain these settings, without editing:
Line 71: Line 79:
   ;   ;
  
-A new install should appear similar as above.+A new install ''http.conf'' should appear similar as above.
  
 ===== Asterisk GUI - URL ===== ===== Asterisk GUI - URL =====
  • userdoc/tt_asterisk-gui.1334006197.txt.gz
  • Last modified: 2012/04/09 16:16
  • by abelbeck