[asterisk-gui] asterisk GUI

Richard Mace richard.mace at gmail.com
Mon Feb 23 11:30:40 CST 2009


apt-get install subversion

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



-- 
Richard Mace
VoIP Telephony - Backup - Encryption
www.opendoorit.co.uk
Tel: 0845 034 6399
DDI: 01794 330 450
Mob: 07865 054 442



More information about the asterisk-gui mailing list