<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>Following this article by be helpful as it somewhat explains the configuration needed to start the GUI.<br>http://www.asteriskguru.com/tutorials/asterisk_gui.html<br><br>-- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>Ryan Brindley &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>Digium, Inc. | Software Developer &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>main: +1 256-428-6000 &nbsp; fax: +1 256-864-0464 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>Check us out at: http://digium.com &amp; http://asterisk.org<br><br>----- Original Message -----<br>From: "Chuck Coleman" &lt;pres@2cci.com&gt;<br>To: "Asterisk GUI project discussion" &lt;asterisk-gui@lists.digium.com&gt;<br>Sent: Tuesday, February 17, 2009 2:41:41 PM GMT -06:00 US/Canada Central<br>Subject: Re: [asterisk-gui] asterisk GUI<br><br>This is my first install so thanks to all for your kind help. That fixed<br>that issue but what are my user name and password or where can I change<br>them?<br><br>-----Original Message-----<br>From: asterisk-gui-bounces@lists.digium.com<br>[mailto:asterisk-gui-bounces@lists.digium.com] On Behalf Of Alan Worstell<br>Sent: Tuesday, February 17, 2009 12:33 PM<br>To: Asterisk GUI project discussion<br>Subject: Re: [asterisk-gui] asterisk GUI<br><br>Hey Chuck,<br>The problem is that a ; character at the start of a line is considered a<br>"comment" and won't actually do anything to the settings. If you take<br>out the two ";" characters on that line it should work.<br><br>-Alan<br><br>Chuck Coleman wrote:<br>&gt; Here is my settings.<br>&gt; <br>&gt; ; Asterisk Builtin mini-HTTP server<br>&gt; ;<br>&gt; ;<br>&gt; [general]<br>&gt; ;<br>&gt; ; Whether HTTP interface is enabled or not. &nbsp;Default is no.<br>&gt; ;;enabled=yes;<br>&gt; ; Whether Asterisk should serve static content from http-static<br>&gt; ; Default is no.<br>&gt; ;<br>&gt; ;enablestatic=yes;<br>&gt; ; Address to bind to. &nbsp;Default is 0.0.0.0<br>&gt; ;<br>&gt; bindaddr=0.0.0.0<br>&gt; ;<br>&gt; ; Port to bind to (default is 8088)<br>&gt; ;<br>&gt; bindport=8088<br>&gt; ;<br>&gt; ; Prefix allows you to specify a prefix for all requests<br>&gt; ; to the server. &nbsp;The default is "asterisk" so that all<br>&gt; ; requests must begin with /asterisk<br>&gt; ;<br>&gt; ;prefix=asterisk<br>&gt; <br>&gt; ; The post_mappings section maps URLs to real paths on the filesystem. &nbsp;If<br>a<br>&gt; ; POST is done from within an authenticated manager session to one of the<br>&gt; ; configured POST mappings, then any files in the POST will be placed in<br>the<br>&gt; ; configured directory.<br>&gt; ;<br>&gt; ;[post_mappings]<br>&gt; ;<br>&gt; ; In this example, if the prefix option is set to "asterisk", then using<br>the<br>&gt; ; POST URL: /asterisk/uploads will put files in<br>/var/lib/asterisk/uploads/.<br>&gt; ;uploads = /var/lib/asterisk/uploads/<br>&gt; ;<br>&gt; <br>&gt; -----Original Message-----<br>&gt; From: asterisk-gui-bounces@lists.digium.com<br>&gt; [mailto:asterisk-gui-bounces@lists.digium.com] On Behalf Of Noah Miller<br>&gt; Sent: Tuesday, February 17, 2009 12:16 PM<br>&gt; To: Asterisk GUI project discussion<br>&gt; Subject: Re: [asterisk-gui] asterisk GUI<br>&gt; <br>&gt; Hi Chuck -<br>&gt; <br>&gt; * Checking if HTTP is enabled: FAILED<br>&gt; &nbsp;-- Please be sure you have 'enabled = yes'<br>&gt; &nbsp;-- in /etc/asterisk/http.conf<br>&gt; <br>&gt; <br>&gt; - Noah<br>&gt; <br>&gt; <br>&gt; <br>&gt; On Tue, Feb 17, 2009 at 3:10 PM, Chuck Coleman &lt;pres@2cci.com&gt; wrote:<br>&gt;&gt; How do I fix this error?<br>&gt;&gt;<br>&gt;&gt; MSHOME:/usr/src/asterisk-gui# make checkconfig<br>&gt;&gt; &nbsp;--- Checking Asterisk configuration to see if it will support the GUI<br>---<br>&gt;&gt; * Checking for http.conf: OK<br>&gt;&gt; * Checking for manager.conf: OK<br>&gt;&gt; * Checking if HTTP is enabled: FAILED<br>&gt;&gt; &nbsp;-- Please be sure you have 'enabled = yes'<br>&gt;&gt; &nbsp;-- in /etc/asterisk/http.conf<br>&gt;&gt; make: *** [checkconfig] Error 1<br>&gt;&gt;<br>&gt;&gt; -----Original Message-----<br>&gt;&gt; From: asterisk-gui-bounces@lists.digium.com<br>&gt;&gt; [mailto:asterisk-gui-bounces@lists.digium.com] On Behalf Of Chuck Coleman<br>&gt;&gt; Sent: Monday, February 16, 2009 5:32 PM<br>&gt;&gt; To: Asterisk GUI project discussion<br>&gt;&gt; Subject: Re: [asterisk-gui] asterisk GUI<br>&gt;&gt;<br>&gt;&gt; Will try in 4 hrs.<br>&gt;&gt;<br>&gt;&gt; -----Original Message-----<br>&gt;&gt; From: Brandon Kruse &lt;bkruse@digium.com&gt;<br>&gt;&gt; Sent: Monday, February 16, 2009 4:02 PM<br>&gt;&gt; To: Asterisk GUI project discussion &lt;asterisk-gui@lists.digium.com&gt;<br>&gt;&gt; Subject: Re: [asterisk-gui] asterisk GUI<br>&gt;&gt;<br>&gt;&gt; http://asterisknow.org/install-related<br>&gt;&gt;<br>&gt;&gt; Make sure your internet is up and ready to go :)<br>&gt;&gt;<br>&gt;&gt; I just checked it, it's up.<br>&gt;&gt;<br>&gt;&gt; -Brandon<br>&gt;&gt; ----- Original Message -----<br>&gt;&gt; From: "philippe minani" &lt;philippe.minani@betv.be&gt;<br>&gt;&gt; To: asterisk-gui@lists.digium.com<br>&gt;&gt; Sent: Monday, February 16, 2009 5:14:31 AM GMT -06:00 Central America<br>&gt;&gt; Subject: [asterisk-gui] asterisk GUI<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Hello,<br>&gt;&gt;<br>&gt;&gt; I can't connect to svn co http://svn.digium.com<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Can u help me?<br>&gt;&gt;<br>&gt;&gt; svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt;&gt;<br>&gt;&gt; asterisk-gui mailing list<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt; &nbsp; http://lists.digium.com/mailman/listinfo/asterisk-gui<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; ******************************<br>&gt;&gt; Brandon Kruse<br>&gt;&gt; Software Technician<br>&gt;&gt; Digium, Inc.<br>&gt;&gt; 150 West Park Loop, Suite 100<br>&gt;&gt; Huntsville, AL 35806<br>&gt;&gt; Phone: +1-256-428-6115<br>&gt;&gt; 877.546.8963<br>&gt;&gt; 877.linux.me!<br>&gt;&gt; www.digium.com<br>&gt;&gt; www.asterisk.org<br>&gt;&gt; ******************************<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt;&gt;<br>&gt;&gt; asterisk-gui mailing list<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt; &nbsp; http://lists.digium.com/mailman/listinfo/asterisk-gui<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt;&gt;<br>&gt;&gt; asterisk-gui mailing list<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt; &nbsp; http://lists.digium.com/mailman/listinfo/asterisk-gui<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt;&gt;<br>&gt;&gt; asterisk-gui mailing list<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt; &nbsp; http://lists.digium.com/mailman/listinfo/asterisk-gui<br>&gt;&gt;<br>&gt; <br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; <br>&gt; asterisk-gui mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &nbsp; &nbsp;http://lists.digium.com/mailman/listinfo/asterisk-gui<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; <br>&gt; asterisk-gui mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &nbsp; &nbsp;http://lists.digium.com/mailman/listinfo/asterisk-gui<br>&gt; <br><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by http://www.api-digital.com--<br><br>asterisk-gui mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; http://lists.digium.com/mailman/listinfo/asterisk-gui<br><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by http://www.api-digital.com--<br><br>asterisk-gui mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; http://lists.digium.com/mailman/listinfo/asterisk-gui<br></div></body></html>