espiceland: branch 2.0 r5110 - /branches/2.0/README
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Oct 27 13:45:16 CDT 2010
    
    
  
Author: espiceland
Date: Wed Oct 27 13:45:10 2010
New Revision: 5110
URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5110
Log:
Adding some additional information on configuring the GUI. The configuration previously contained in the GUI would not result in a working GUI instance.
Modified:
    branches/2.0/README
Modified: branches/2.0/README
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/README?view=diff&rev=5110&r1=5109&r2=5110
==============================================================================
--- branches/2.0/README (original)
+++ branches/2.0/README Wed Oct 27 13:45:10 2010
@@ -7,7 +7,7 @@
 Software License
 ================
 Asterisk-GUI HTML and Javascript files
-Copyright (C) 2006-2008 Digium, Inc.
+Copyright (C) 2006-2010 Digium, Inc.
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -82,6 +82,11 @@
 
     [admin]
     secret = thiswouldbeaninsecurepassword
-    read = system,call,log,verbose,command,agent,config
-    write = system,call,log,verbose,command,agent,config
+    read = system,call,log,verbose,command,agent,config,read,write,originate
+    write = system,call,log,verbose,command,agent,config,read,write,originate
 
+Troubleshooting
+===============
+1) Check your config permissions:
+	$ chown asterisk:asterisk /etc/asterisk/*.conf
+	$ chmod 644 /etc/asterisk/*.conf
    
    
More information about the asterisk-gui-commits
mailing list