Our company, WebPoint IT Solutions has just released an open source (GPL V2 license), Ruby on Rails based gui manager for Realtime Asterisk called RAGUI. RAGUI is definitely a work in progress and has rough edges, but we expect to polish it up in the upcoming weeks and months. All comments, contributions, and criticisms are welcomed! Here are the links: Sourceforge: http://sourceforge.net/projects/ragui/ Website: http://www.ragui.net Enjoy! Mike Clark WebPoint IT Solutions
That's pretty cool, I love ruby. What method does it use to communicate to Asterisk? Does it manipulate raw config files or use manager or something similar? I am curious :) -Brandon Mike Clark wrote:> Our company, WebPoint IT Solutions has just released an open source (GPL > V2 license), Ruby on Rails based gui manager for Realtime Asterisk > called RAGUI. > > RAGUI is definitely a work in progress and has rough edges, but we > expect to polish it up in the upcoming weeks and months. All comments, > contributions, and criticisms are welcomed! > > Here are the links: > Sourceforge: http://sourceforge.net/projects/ragui/ > Website: http://www.ragui.net > > Enjoy! > > Mike Clark > WebPoint IT Solutions > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Mindaugas Kezys
2008-Aug-15 08:31 UTC
[asterisk-users] New GUI for Realtime Asterisk - RAGUI
Congratulations with the release! I'm curious also about the statement on your page: "Realtime Asterisk uses the MySQL relational database to access dialplan, extension and configuration data. This allows for dynamic additions and changes to users, extensions and dialplans without having to restart or reload the system." What version of Asterisk are you using?