The 501 error: ======== I apologize for the confusion, I believe this 501 error was generated because I forgot to add the prefix "asterisk" to the link, after I added this prefix the error changed to 404. I'm able to login to the http://192.168.1.xxx:8088/asterisk/static/config/cfgbasic.html ; however, the advanced page http://192.168.1.xxx:8088/static/config/cfgadvanced.html is now showing this 404 error on the login attempts (404 Not Found, Nothing to see here. Move along)
The http.conf: ======== [general] enabled = yes enablestatic = yes bindaddr = 0.0.0.0 bindport = 8088 prefix = asterisk The manager.conf: =========== [general] displaysystemname = yes enabled = yes webenabled = yes port = 5038 httptimeout = 60 bindaddr = 0.0.0.0 [admin] secret = admin read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config I changed the port number to 8440 but still experiencing the same problem (not able to save users through GUI, only conferencing users can be saved). I also see "Restarted Asterisk!! " message continuously appears and disappears on the 1st page when I login to the Asterisk GUI. I'm not sure how to capture the SVN info of the GUI directory as I'm still very new to asterisk. Kind Regards, Saad ____________________________________________________________________________ ____________________________________________________ -----Original Message----- From: bkruse [mailto:[EMAIL PROTECTED] Sent: May-13-08 1:40 PM To: Saad Cc: [email protected] Subject: Re: [asterisk-gui] Asterisk-GUI does not have write access That is super interesting. The only place in http.c (the asterisk http server) that issues a 501 is if you try a method other than 'get'. Can you paste the svn info of the GUI directory, and your http.conf/manager.conf? Can you try using a different port than 8088, incase something else is using that? A screenshot would also be useful (does the 501 message include the asterisk footer) -bk Saad wrote: > FYI, The Asterisk packages I installed on my server are: > *# wget > http://downloads.digium.com/pub/asterisk/asterisk-1.4-current.tar.gz > > # wget http://downloads.digium.com/pub/libpri/libpri-1.4-current.tar.gz > > # wget http://downloads.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz > > > > Regards, > > Saad > > * > > On Mon, May 12, 2008 at 3:10 PM, Saido <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Dear Brandon and All, > > Here's my OS version: > =============== > [EMAIL PROTECTED] ~]# uname -a > Linux SaadAsterisk 2.6.18-53.1.14.el5xen #1 SMP Wed Mar 5 12:39:19 > EST 2008 i686 i686 i386 GNU/Linux > > Asterisk GUI: > ========== > [EMAIL PROTECTED] asterisk-gui]# make -v > GNU Make 3.81 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > This program built for i686-redhat-linux-gnu > > > One morething, this page: > http://192.168.1.xxx:8088/static/config/cfgadvanced.html is not > working as well( it shows" 501 Not Implemented" message) > > Thank you > Saad > > > > > ----- Original Message ----- From: "Brandon Kruse" > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > To: "Asterisk GUI project discussion" > <[email protected] <mailto:[email protected]>> > Sent: Monday, May 12, 2008 9:56 AM > Subject: Re: [asterisk-gui] Asterisk-GUI does not have write access > > > > What version of the GUI are you running? > > http://asteriskNOW.org/install-related > <http://asterisknow.org/install-related> > > (Thanks for the answer too Brandon :) ) > > -bk > > ----- Original Message ----- > From: "Saad" <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > To: [email protected] > <mailto:[email protected]> > Sent: Sunday, May 11, 2008 10:07:09 PM GMT -06:00 US/Canada > Central > Subject: [asterisk-gui] Asterisk-GUI does not have write access > > Hello, > > > > I'm using a CentOS 5 for the OS and Asterisk 1.4.19. > <http://1.4.19./> The gui is running and > fully accessible but when changes made will not save (i.e.: > add new > extension) . When i click on few other tabs on the side menu > sections i get > a Config Error: 404: Not Found. The manager.conf has write > access ; > however, I still receive a message "GUI does not have write > access!! Please > check manager.conf" when I log in to the gui. > > Here is my managers.conf: > > [manager.conf] > [admin] > secret={password} > read = system, call, log, verbose, agent, user, config, dtmf, > reporting, > cdr, dailplan > write = system, call, log, verbose, agent, user, config, dtmf, > reporting, > cdr, dailplan > > > Your help is greatly appreciated, > > > > Saad > > > > > _______________________________________________ > --Bandwidth and Colocation Provided by > http://www.api-digital.com-- <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 <http://www.digium.com/> > www.asterisk.org <http://www.asterisk.org/> > ****************************** > > _______________________________________________ > --Bandwidth and Colocation Provided by > http://www.api-digital.com-- <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
