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
Last revision Both sides next revision
userdoc:tt_asterisk-gui [2012/04/09 17:35]
abelbeck
userdoc:tt_asterisk-gui [2015/05/16 11:07]
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: 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'')
  
-Additionally, if the file ''/mnt/kd/dahdi/system.conf'' does not exist, create it with:+Additionally, if the file ''/mnt/kd/dahdi/system.conf'' does **not** exist, create it with the CLI command:
  
-  cp -a /stat/etc/dahdi/system.conf /mnt/kd/dahdi/+  cp /stat/etc/dahdi/system.conf /mnt/kd/dahdi/system.conf
      
  
  • userdoc/tt_asterisk-gui.txt
  • Last modified: 2015/05/16 11:08
  • by abelbeck