Hi people! I am not getting really smart. I get the SVN Edition of asterisk GUI interface, compiled and love to get it to run, what won't work. What am I doing wrong?!
svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0 make make checkconfig make install and If I open one of the URLs: http://localhost:8088/asterisk/static/config/cfgbasic.html http://127.0.0.1:8088/asterisk/static/config/cfgbasic.html I always get 404 not found! For any advises I would thank you. Here is the manager.conf and http.conf manager.conf: [general] displaysystemname = yes enabled = yes webenabled = yes port = 5038 httptimeout = 60 bindaddr = 0.0.0.0 [administrator] secret = ****** read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config and the http.conf: enabled=yes enablestatic=yes bindaddr=0.0.0.0 bindport=8088 _______________________________________________ --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
