hi, i @asterisk - svn-ed asterisk from digium 1.6 - make install>> its running and i can access the CLI@gui then i -svned asterisk-gui from digium - installed - repointes apache /var/www/1234 >> /var/lib/asterisk/static_html>> now, i see the login box, but i dont have any credentials. tutorials aresuggestion manager.conf, BUT I DONT HAVE that file, in fact /etc/asterisk is empty... what am i supposed to do now? thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/f060d3eb/attachment.htm
----- "tom" <tomabroad at gmail.com> wrote:> hi, i > @asterisk > - svn-ed asterisk from digium 1.6 > - make install > > >> its running and i can access the CLI > > @gui > then i > -svned asterisk-gui from digium > - installed > - repointes apache /var/www/1234 >> /var/lib/asterisk/static_html > >> now, i see the login box, but i dont have any credentials. tutorials are suggestion manager.conf, BUT I DONT HAVE that file, in fact /etc/asterisk is empty... > > what am i supposed to do now? > > thx > > > _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users'make samples' from your Asterisk source dir --Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/076cb96c/attachment.htm
Since /etc/asterisk is empty, you have either relocated your conf files or put them in a database. Assuming neither, just create manager.conf in /etc/asterisk with this setup [general] Enabled = yes Port = 5038 Webenabled=yes Bindaddr = 1.2.3.4 [loginname] Secret=secret And restart asterisk _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of tom Sent: Wednesday, July 08, 2009 1:50 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] q: install asterisk + asteris-gui hi, i @asterisk - svn-ed asterisk from digium 1.6 - make install>> its running and i can access the CLI@gui then i -svned asterisk-gui from digium - installed - repointes apache /var/www/1234 >> /var/lib/asterisk/static_html>> now, i see the login box, but i dont have any credentials. tutorials aresuggestion manager.conf, BUT I DONT HAVE that file, in fact /etc/asterisk is empty... what am i supposed to do now? thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/4b12df62/attachment.htm
shame on me...yes i had several different installations of asterisk, just to try it out. but i deleted everything before i went on installing a different version or vendor. so, make samples did the trick! i now have the missing files. thx (i didnt do it before coz somehow samples + freepbx) screwd my setup and nothing was working at the end)(thats as well the reason why i asked what u guys use as a gui) thx for everyone On Wed, Jul 8, 2009 at 3:12 PM, Danny Nicholas <danny at debsinc.com> wrote:> Since /etc/asterisk is empty, you have either relocated your conf files > or put them in a database. Assuming neither, just create manager.conf in > /etc/asterisk with this setup > > [general] > > Enabled = yes > > Port = 5038 > > Webenabled=yes > > Bindaddr = 1.2.3.4 > > > > [loginname] > > Secret=secret > > > > And restart asterisk > > > ------------------------------ > > *From:* asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] *On Behalf Of *tom > *Sent:* Wednesday, July 08, 2009 1:50 PM > *To:* asterisk-users at lists.digium.com > *Subject:* [asterisk-users] q: install asterisk + asteris-gui > > > > hi, i > @asterisk > - svn-ed asterisk from digium 1.6 > - make install > > >> its running and i can access the CLI > > @gui > then i > -svned asterisk-gui from digium > - installed > - repointes apache /var/www/1234 >> /var/lib/asterisk/static_html > >> now, i see the login box, but i dont have any credentials. tutorials are > suggestion manager.conf, BUT I DONT HAVE that file, in fact /etc/asterisk is > empty... > > what am i supposed to do now? > > thx > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/bba489a9/attachment.htm
On Wed, 2009-07-08 at 14:49 -0400, tom wrote:> - repointes apache /var/www/1234 >> /var/lib/asterisk/static_htmlThe Asterisk GUI uses the web server built into Asterisk, so what you're attempting to do here isn't going to work. I suggest you follow the instructions at http://astbook.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk/I_sect111_tt1363.html. They may be a bit out of date (as the Asterisk GUI has changed quite a bit since we wrote the book), but it should help you get started. -- Jared Smith Training Manager Digium, Inc.
/etc/manager.conf: [admin] secret = test read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config - doenst let me log in ;-( - i tried chown /static_http/config this is in my apache-logs: [Wed Jul 08 15:36:23 2009] [error] [client 66.134.175.166] File does not exist: /var/www/rawman, referer: http://123.456.789.999/pbx/config/home.html i did a symlink from /var/www/pbx to /var/lib/asterisk/static_html whats wromg here? thx again -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/8941ef56/attachment.htm
Do you have the [general] section with enabled, webenabled, port and ipaddress? _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of tom Sent: Wednesday, July 08, 2009 2:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] q: install asterisk + asteris-gui /etc/manager.conf: [admin] secret = test read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config - doenst let me log in ;-( - i tried chown /static_http/config this is in my apache-logs: [Wed Jul 08 15:36:23 2009] [error] [client 66.134.175.166] File does not exist: /var/www/rawman, referer: http://123.456.789.999/pbx/config/home.html i did a symlink from /var/www/pbx to /var/lib/asterisk/static_html whats wromg here? thx again -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/80396776/attachment.htm
thx, but still struggeling: http://blabla:8088/asterisk/static/docs/index.html>> NO GO------------------- ; ; Asterisk Builtin mini-HTTP server ; ; ; Note about Asterisk documentation: ; If Asterisk was installed from a tarball, then the HTML documentation should ; be installed in the static-http/docs directory which is ; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk ; HTTP server is enabled in this file by setting the "enabled", "bindaddr", ; and "bindport" options, then you should be able to view the documentation ; remotely by browsing to: ; http://<server_ip>:<bindport>/static/docs/index.html ;[general] enabled=yes enablestatic=yes ; without this, you can only send AMI commands, not display ; html content bindaddr=0.0.0.0 ; address you want the Asterisk HTTP server to respond on bindport=8088 ; port you want the Asterisk HTTP server to respond on prefix=asterisk ; will form part of the URI, similar to a directory name ----------------------------------------------------------------- manager: [general] enabled=yes ; you may already have AMI enabled if you are using it for other things webenabled=yes ; this enables the interaction between the Asterisk web server and AMI [tom] ; you can name the user whatever you want secret = tom read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config ----------------------------------------------------------- i opened up port 8088 on the router AND on the iptables...unfortunately im outside of the network righ tnow how can i "debug"? any ideas? thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/7c788a7b/attachment.htm
In http.conf make bindaddr be the address of your asterisk server. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of tom Sent: Wednesday, July 08, 2009 3:01 PM To: jsmith at digium.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] q: install asterisk + asteris-gui thx, but still struggeling: http://blabla:8088/asterisk/static/docs/index.html>> NO GO------------------- ; ; Asterisk Builtin mini-HTTP server ; ; ; Note about Asterisk documentation: ; If Asterisk was installed from a tarball, then the HTML documentation should ; be installed in the static-http/docs directory which is ; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk ; HTTP server is enabled in this file by setting the "enabled", "bindaddr", ; and "bindport" options, then you should be able to view the documentation ; remotely by browsing to: ; http://<server_ip>:<bindport>/static/docs/index.html ;[general] enabled=yes enablestatic=yes ; without this, you can only send AMI commands, not display ; html content bindaddr=0.0.0.0 ; address you want the Asterisk HTTP server to respond on bindport=8088 ; port you want the Asterisk HTTP server to respond on prefix=asterisk ; will form part of the URI, similar to a directory name ----------------------------------------------------------------- manager: [general] enabled=yes ; you may already have AMI enabled if you are using it for other things webenabled=yes ; this enables the interaction between the Asterisk web server and AMI [tom] ; you can name the user whatever you want secret = tom read = system,call,log,verbose,command,agent,user,config write = system,call,log,verbose,command,agent,user,config ----------------------------------------------------------- i opened up port 8088 on the router AND on the iptables...unfortunately im outside of the network righ tnow how can i "debug"? any ideas? thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/1e25014d/attachment.htm
stupid me, i had a ; in front of the [general] line. thx so far im logged in....and now? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/fc019d01/attachment.htm
yeah thx i did that. now if i log in ( :8088/asterisk/static/ajamdemo.html) , i see the Asterisk? AJAM Demo. but thats it: i tries the urls givin by : "http show status", but none of them gives me a real webinterface to administrate the whole asterisk etc.... i thought asterisk-gui gives me the ability to have a web-gui, right? thx tom -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090708/267d3ad5/attachment.htm