[asterisk-users] GUI: Not Found. Move along

2007-05-17 Thread Tim Verscheure

Hi there,

I just installed the GUI for Asterisk 1.4.4 and correctly set my
settings but when I use my browser to access it, it gives me an error
saying "Not Found. Nothing to see here, move along" with "asterisk" in
the header and footer...

anyone had this problemn before?


greetz
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-17 Thread Troy Ayers

Tim Verscheure wrote:

Hi there,

I just installed the GUI for Asterisk 1.4.4 and correctly set my
settings but when I use my browser to access it, it gives me an error
saying "Not Found. Nothing to see here, move along" with "asterisk" in
the header and footer...

anyone had this problemn before?


greetz

Try https:// not http://
-Troy

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-17 Thread Tim Verscheure

Still nothing. I'll give my config files:

manager.conf

;
; Asterisk Call Management support
;

; By default asterisk will listen on localhost only.
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0

; No access is allowed by default.
; To set a password, create a file in /etc/asterisk/manager.d
; use creative permission games to allow other serivces to create their own
; files
#include "manager.d/*.conf"

[admin]
secret = javali
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.1.68/255.255.255.0
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

[panel]
secret = javali
deny=0.0.0.0/0.0.0.0
permit=192.168.1.68/255.255.255.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config


http.conf
---
;
; 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/
;


thanks in advance, Tim


2007/5/17, Troy Ayers <[EMAIL PROTECTED]>:

Tim Verscheure wrote:
> Hi there,
>
> I just installed the GUI for Asterisk 1.4.4 and correctly set my
> settings but when I use my browser to access it, it gives me an error
> saying "Not Found. Nothing to see here, move along" with "asterisk" in
> the header and footer...
>
> anyone had this problemn before?
>
>
> greetz
Try https:// not http://
-Troy

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-21 Thread Guilherme Góes

Did you acess the page at port 8088 ? I.e.: http://192.168.0.1:8088

On 5/17/07, Tim Verscheure <[EMAIL PROTECTED]> wrote:

Still nothing. I'll give my config files:

manager.conf

;
; Asterisk Call Management support
;

; By default asterisk will listen on localhost only.
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0

; No access is allowed by default.
; To set a password, create a file in /etc/asterisk/manager.d
; use creative permission games to allow other serivces to create their own
; files
#include "manager.d/*.conf"

[admin]
secret = javali
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.1.68/255.255.255.0
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

[panel]
secret = javali
deny=0.0.0.0/0.0.0.0
permit=192.168.1.68/255.255.255.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config


http.conf
---
;
; 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/
;


thanks in advance, Tim


2007/5/17, Troy Ayers <[EMAIL PROTECTED]>:
> Tim Verscheure wrote:
> > Hi there,
> >
> > I just installed the GUI for Asterisk 1.4.4 and correctly set my
> > settings but when I use my browser to access it, it gives me an error
> > saying "Not Found. Nothing to see here, move along" with "asterisk" in
> > the header and footer...
> >
> > anyone had this problemn before?
> >
> >
> > greetz
> Try https:// not http://
> -Troy
>
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




--
Guilherme Loch Góes

MSN:[EMAIL PROTECTED]
(48) 99115299
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-21 Thread Tim Verscheure

yes!!

2007/5/21, Guilherme Góes <[EMAIL PROTECTED]>:

Did you acess the page at port 8088 ? I.e.: http://192.168.0.1:8088

On 5/17/07, Tim Verscheure <[EMAIL PROTECTED]> wrote:
> Still nothing. I'll give my config files:
>
> manager.conf
> 
> ;
> ; Asterisk Call Management support
> ;
>
> ; By default asterisk will listen on localhost only.
> [general]
> displaysystemname = yes
> enabled = yes
> webenabled = yes
> port = 5038
> httptimeout = 60
> bindaddr = 0.0.0.0
>
> ; No access is allowed by default.
> ; To set a password, create a file in /etc/asterisk/manager.d
> ; use creative permission games to allow other serivces to create their own
> ; files
> #include "manager.d/*.conf"
>
> [admin]
> secret = javali
> deny=0.0.0.0/0.0.0.0
> permit=127.0.0.1/255.255.255.0
> permit=192.168.1.68/255.255.255.0
> read = system,call,log,verbose,command,agent,user,config
> write = system,call,log,verbose,command,agent,user,config
>
> [panel]
> secret = javali
> deny=0.0.0.0/0.0.0.0
> permit=192.168.1.68/255.255.255.0
> permit=127.0.0.1/255.255.255.0
> read = system,call,log,verbose,command,agent,user,config
> write = system,call,log,verbose,command,agent,user,config
>
>
> http.conf
> ---
> ;
> ; 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/
> ;
>
>
> thanks in advance, Tim
>
>
> 2007/5/17, Troy Ayers <[EMAIL PROTECTED]>:
> > Tim Verscheure wrote:
> > > Hi there,
> > >
> > > I just installed the GUI for Asterisk 1.4.4 and correctly set my
> > > settings but when I use my browser to access it, it gives me an error
> > > saying "Not Found. Nothing to see here, move along" with "asterisk" in
> > > the header and footer...
> > >
> > > anyone had this problemn before?
> > >
> > >
> > > greetz
> > Try https:// not http://
> > -Troy
> >
> > ___
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> >http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>


--
Guilherme Loch Góes

MSN:[EMAIL PROTECTED]
(48) 99115299
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-24 Thread Russell Bryant

Tim Verscheure wrote:

yes!!

2007/5/21, Guilherme Góes <[EMAIL PROTECTED]>:

Did you acess the page at port 8088 ? I.e.: http://192.168.0.1:8088


http://192.168.0.1:8088/asterisk/static/config/cfgbasic.html

--
Russell Bryant
Software Engineer
Digium, Inc.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-25 Thread Tim Verscheure

Indeed, but I can't access the page... very strange!

do I need to send the config files?

2007/5/25, Russell Bryant <[EMAIL PROTECTED]>:

Tim Verscheure wrote:
> yes!!
>
> 2007/5/21, Guilherme Góes <[EMAIL PROTECTED]>:
>> Did you acess the page at port 8088 ? I.e.: http://192.168.0.1:8088

http://192.168.0.1:8088/asterisk/static/config/cfgbasic.html

--
Russell Bryant
Software Engineer
Digium, Inc.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users