Although I posted a demo a couple of weeks back, we have a new release
of our management gui that has a lot more user friendly features and
has gone through a bunch of testing.  Still no name for it as it's
mostly an internal project, but we will come up with something
asap.  Right now I believe it's ready for more input from the
community.  Before being read for beta testing we want to get some
documentation out.  For the brave there is a download at
<a href="http://asterisk.paymentonline.net">http://asterisk.paymentonline.net</a>.<br>
<br>
Althought the web gui is fairly straight forward, underneath are some
features we hope will be useful.&nbsp; Here is a basic feature rundown.<br>
<br>
* Transparent multi tenant support.<br>
* Template/Scripting system that allows a lot of different ways of
laying out the dialplan and configuration menus.&nbsp; It doesn't lock
you into using any particular layout, and it won't interfere with your
existing configuration.&nbsp; Distributions can be easily created that
have different layouts or menus.<br>
* Does not need to run on the same server as asterisk.&nbsp; You can
run a simple distributed ruby proxy on asterisk which will proxy all
requests to read/write files.<br>
* Uses ruby on rails which provides a good MVC structure for the
code.&nbsp; Should be easier to modify then a typical php application.<br>
* Can use postgresql, mysql, or sqlite3. <br>
 * Easy installation.<br>
* Built in asterisk manager client and proxy.<br>
* Separate web gui for voicemail users.<br>
* Runs on linux and bsd.&nbsp; It should also run on windows we just haven't had the time to test that yet.<br>
<br>
All of that said there are still a few things that need to be
done.&nbsp; Queues, conferences, and call parking can't be managed yet,
but that's simply because we left them to last.&nbsp; Should be another
week before those get in.&nbsp; Zaptel configuration will probably come
last, as we have no need for it but will add it anyways since others
will probably want it.&nbsp; A large part of the system is the
templating and scripting engine, which is not documented as of
yet.&nbsp; We also need to add some more default scripts.&nbsp; The
demo is pretty light but enough to give an idea of what you can
do.&nbsp; <br>
<br>
You can view the demo at <a href="http://asterisk.paymentonline.net:3000">http://asterisk.paymentonline.net:3000</a>.&nbsp;
The user login is 'demo', password 'changeme'.&nbsp; The admin login is
'admin', password 'changeme'.&nbsp; Although it's easy enough to reset
everything, deleting things in the admin interface will make the demo a
lot less usable, so please be kind:)<br>
<br>
If you do want to install the distribution and play with it, it won't
touch any of your asterisk configuration files so don't worry about
that.&nbsp; You might need to email me about where to put the
appropriate #include statements though, as I don't think that is
covered in docs/INSTALL.<br>
<br>
And everything except for the Payment Online name and logo is BSD licensed.<br>
<br>
Chris<br>