<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>Chuck,<br>asteriskdocs.org I'd start here. I'm assuming you plan on using the GUI though, which would mean little extensions.conf configuration, unless you are doing something out of the ordinary.<br><br>-- <br>Ryan Brindley <br>Digium, Inc. | Software Developer <br>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA <br>main: +1 256-428-6000 fax: +1 256-864-0464 <br>Check us out at: http://digium.com & http://asterisk.org<br><br>----- Original Message -----<br>From: "Chuck Coleman" <pres@2cci.com><br>To: "Asterisk GUI project discussion" <asterisk-gui@lists.digium.com><br>Sent: Tuesday, February 17, 2009 4:43:44 PM GMT -06:00 US/Canada Central<br>Subject: Re: [asterisk-gui] asterisk GUI<br><br>
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<div class="Section1">
<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;">Thank you so much that help a ton. Is
there a link to a extension config tutorial? </span></font></p>
<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>
<div>
<div class="MsoNormal" style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">
<hr size="2" align="center" width="100%">
</span></font></div>
<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;">
asterisk-gui-bounces@lists.digium.com
[mailto:asterisk-gui-bounces@lists.digium.com] <b><span style="font-weight: bold;">On Behalf Of </span></b>Ryan Brindley<br>
<b><span style="font-weight: bold;">Sent:</span></b> Tuesday, February 17, 2009
12:51 PM<br>
<b><span style="font-weight: bold;">To:</span></b> Asterisk GUI project
discussion<br>
<b><span style="font-weight: bold;">Subject:</span></b> Re: [asterisk-gui]
asterisk GUI</span></font></p>
</div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>
<div>
<p class="MsoNormal"><font size="2" color="black" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">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>
--
<br>
Ryan Brindley
<br>
Digium, Inc. | Software Developer
<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
<br>
main: +1 256-428-6000 fax: +1 256-864-0464
<br>
Check us out at: http://digium.com & http://asterisk.org<br>
<br>
----- Original Message -----<br>
From: "Chuck Coleman" <pres@2cci.com><br>
To: "Asterisk GUI project discussion"
<asterisk-gui@lists.digium.com><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>
> Here is my settings.<br>
> <br>
> ; Asterisk Builtin mini-HTTP server<br>
> ;<br>
> ;<br>
> [general]<br>
> ;<br>
> ; Whether HTTP interface is enabled or not. Default is no.<br>
> ;;enabled=yes;<br>
> ; Whether Asterisk should serve static content from http-static<br>
> ; Default is no.<br>
> ;<br>
> ;enablestatic=yes;<br>
> ; Address to bind to. Default is 0.0.0.0<br>
> ;<br>
> bindaddr=0.0.0.0<br>
> ;<br>
> ; Port to bind to (default is 8088)<br>
> ;<br>
> bindport=8088<br>
> ;<br>
> ; Prefix allows you to specify a prefix for all requests<br>
> ; to the server. The default is "asterisk" so that all<br>
> ; requests must begin with /asterisk<br>
> ;<br>
> ;prefix=asterisk<br>
> <br>
> ; The post_mappings section maps URLs to real paths on the filesystem.
If<br>
a<br>
> ; POST is done from within an authenticated manager session to one of the<br>
> ; configured POST mappings, then any files in the POST will be placed in<br>
the<br>
> ; configured directory.<br>
> ;<br>
> ;[post_mappings]<br>
> ;<br>
> ; In this example, if the prefix option is set to "asterisk", then
using<br>
the<br>
> ; POST URL: /asterisk/uploads will put files in<br>
/var/lib/asterisk/uploads/.<br>
> ;uploads = /var/lib/asterisk/uploads/<br>
> ;<br>
> <br>
> -----Original Message-----<br>
> From: asterisk-gui-bounces@lists.digium.com<br>
> [mailto:asterisk-gui-bounces@lists.digium.com] On Behalf Of Noah Miller<br>
> Sent: Tuesday, February 17, 2009 12:16 PM<br>
> To: Asterisk GUI project discussion<br>
> Subject: Re: [asterisk-gui] asterisk GUI<br>
> <br>
> Hi Chuck -<br>
> <br>
> * Checking if HTTP is enabled: FAILED<br>
> -- Please be sure you have 'enabled = yes'<br>
> -- in /etc/asterisk/http.conf<br>
> <br>
> <br>
> - Noah<br>
> <br>
> <br>
> <br>
> On Tue, Feb 17, 2009 at 3:10 PM, Chuck Coleman <pres@2cci.com>
wrote:<br>
>> How do I fix this error?<br>
>><br>
>> MSHOME:/usr/src/asterisk-gui# make checkconfig<br>
>> --- Checking Asterisk configuration to see if it will support
the GUI<br>
---<br>
>> * Checking for http.conf: OK<br>
>> * Checking for manager.conf: OK<br>
>> * Checking if HTTP is enabled: FAILED<br>
>> -- Please be sure you have 'enabled = yes'<br>
>> -- in /etc/asterisk/http.conf<br>
>> make: *** [checkconfig] Error 1<br>
>><br>
>> -----Original Message-----<br>
>> From: asterisk-gui-bounces@lists.digium.com<br>
>> [mailto:asterisk-gui-bounces@lists.digium.com] On Behalf Of Chuck
Coleman<br>
>> Sent: Monday, February 16, 2009 5:32 PM<br>
>> To: Asterisk GUI project discussion<br>
>> Subject: Re: [asterisk-gui] asterisk GUI<br>
>><br>
>> Will try in 4 hrs.<br>
>><br>
>> -----Original Message-----<br>
>> From: Brandon Kruse <bkruse@digium.com><br>
>> Sent: Monday, February 16, 2009 4:02 PM<br>
>> To: Asterisk GUI project discussion
<asterisk-gui@lists.digium.com><br>
>> Subject: Re: [asterisk-gui] asterisk GUI<br>
>><br>
>> http://asterisknow.org/install-related<br>
>><br>
>> Make sure your internet is up and ready to go :)<br>
>><br>
>> I just checked it, it's up.<br>
>><br>
>> -Brandon<br>
>> ----- Original Message -----<br>
>> From: "philippe minani" <philippe.minani@betv.be><br>
>> To: asterisk-gui@lists.digium.com<br>
>> Sent: Monday, February 16, 2009 5:14:31 AM GMT -06:00 Central America<br>
>> Subject: [asterisk-gui] asterisk GUI<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> Hello,<br>
>><br>
>> I can't connect to svn co http://svn.digium.com<br>
>><br>
>><br>
>><br>
>> Can u help me?<br>
>><br>
>> svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0
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>
>> http://lists.digium.com/mailman/listinfo/asterisk-gui<br>
>><br>
>> --<br>
>> ******************************<br>
>> Brandon Kruse<br>
>> Software Technician<br>
>> Digium, Inc.<br>
>> 150 West Park Loop, Suite 100<br>
>> Huntsville, AL 35806<br>
>> Phone: +1-256-428-6115<br>
>> 877.546.8963<br>
>> 877.linux.me!<br>
>> www.digium.com<br>
>> www.asterisk.org<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>
>> http://lists.digium.com/mailman/listinfo/asterisk-gui<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>
>> 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>
>> 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>
> 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>
> http://lists.digium.com/mailman/listinfo/asterisk-gui<br>
> <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>
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>
http://lists.digium.com/mailman/listinfo/asterisk-gui</span></font></p>
</div>
</div>
<br>_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-gui mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-gui</div></body></html>