Re: [Asterisk-Users] New asterisk management tool

2005-11-18 Thread Leif Neland

I need a hint:


From pbxmanager/doc/INSTALL


2.  Install a database adaptor via rubygems.  Postgresql, Mysql, and Sqlite3 
are all supported and tested to work.


Eh... How to install?

Leif


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] New asterisk management tool

2005-11-18 Thread snacktime
On 11/18/05, Leif Neland [EMAIL PROTECTED] wrote:
I need a hint:From pbxmanager/doc/INSTALL2.Install a database adaptor via rubygems.Postgresql, Mysql, and Sqlite3are all supported and tested to work.Eh... How to install?


The syntax is 'gem install [adaptor]'. For Mysql the name is
'mysql', I think for Postgresql it's 'postgres', and for Sqlite3 it's
'ruby-sqlite3'.

I'm working on a pdf installation guide which should be ready
early next week. Until then just let me know if you run into any
issues.

Chris




 
Leif___--Bandwidth and Colocation sponsored by 
Easynews.com --Asterisk-Users mailing listAsterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] New asterisk management tool

2005-11-18 Thread Claudio Canseco


Well looks like that bug isn't entirely fixed. We had the same problem with the beta version of scriptaculous and downgrading to the stable version fixed it. Would you mind sending me the version of windows and MSIE you are using?
Chris


MSIE version : Version: 6.0.299.2180.xpsp_sp2_gdr.050301-1519

Regards,
Claudio
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] New asterisk management tool

2005-11-17 Thread snacktime
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
http://asterisk.paymentonline.net.

Althought the web gui is fairly straight forward, underneath are some
features we hope will be useful. Here is a basic feature rundown.

* Transparent multi tenant support.
* Template/Scripting system that allows a lot of different ways of
laying out the dialplan and configuration menus. It doesn't lock
you into using any particular layout, and it won't interfere with your
existing configuration. Distributions can be easily created that
have different layouts or menus.
* Does not need to run on the same server as asterisk. You can
run a simple distributed ruby proxy on asterisk which will proxy all
requests to read/write files.
* Uses ruby on rails which provides a good MVC structure for the
code. Should be easier to modify then a typical php application.
* Can use postgresql, mysql, or sqlite3. 
 * Easy installation.
* Built in asterisk manager client and proxy.
* Separate web gui for voicemail users.
* Runs on linux and bsd. It should also run on windows we just haven't had the time to test that yet.

All of that said there are still a few things that need to be
done. Queues, conferences, and call parking can't be managed yet,
but that's simply because we left them to last. Should be another
week before those get in. Zaptel configuration will probably come
last, as we have no need for it but will add it anyways since others
will probably want it. A large part of the system is the
templating and scripting engine, which is not documented as of
yet. We also need to add some more default scripts. The
demo is pretty light but enough to give an idea of what you can
do. 

You can view the demo at http://asterisk.paymentonline.net:3000.
The user login is 'demo', password 'changeme'. The admin login is
'admin', password 'changeme'. 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:)

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. 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.

And everything except for the Payment Online name and logo is BSD licensed.

Chris
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread Jan Saell

looks very nice but you get an error trying to loginto the voicemail system

--On Thursday, November 17, 2005 00:24:40 -0800 snacktime 
[EMAIL PROTECTED] wrote:



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 http://asterisk.paymentonline.net.

Althought the web gui is fairly straight forward, underneath are some
features we hope will be useful.  Here is a basic feature rundown.

* Transparent multi tenant support.
* Template/Scripting system that allows a lot of different ways of laying
out the dialplan and configuration menus.  It doesn't lock you into using
any particular layout, and it won't interfere with your existing
configuration.  Distributions can be easily created that have different
layouts or menus.
* Does not need to run on the same server as asterisk.  You can run a
simple distributed ruby proxy on asterisk which will proxy all requests
to read/write files.
* Uses ruby on rails which provides a good MVC structure for the code.
Should be easier to modify then a typical php application.
* Can use postgresql, mysql, or sqlite3.
* Easy installation.
* Built in asterisk manager client and proxy.
* Separate web gui for voicemail users.
* Runs on linux and bsd.  It should also run on windows we just haven't
had the time to test that yet.

All of that said there are still a few things that need to be done.
Queues, conferences, and call parking can't be managed yet, but that's
simply because we left them to last.  Should be another week before those
get in.  Zaptel configuration will probably come last, as we have no need
for it but will add it anyways since others will probably want it.  A
large part of the system is the templating and scripting engine, which is
not documented as of yet.  We also need to add some more default scripts.
The demo is pretty light but enough to give an idea of what you can do.

You can view the demo at http://asterisk.paymentonline.net:3000.  The
user login is 'demo', password 'changeme'.  The admin login is 'admin',
password 'changeme'.  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:)

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.
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.

And everything except for the Payment Online name and logo is BSD
licensed.

Chris




--
+---
! Irial / YASK AB
! Att: Jan Saell
! Box 59, S-692 21 KUMLA, SWEDEN
! Tel: 019-58 25 15 Int +46-19 58 25 15 Fax +46-19 58 38 05
! E-mail: [EMAIL PROTECTED]
! PGP Fingerprint: E957 23C8 9F51 0958 B9AD  7F18 404A 5DA1 F944 A08B


pgpmjqzSKCSj0.pgp
Description: PGP signature
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread Henning Kilset Pedersen
tor, 17,.11.2005 kl. 00.24 -0800, skrev snacktime:
 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
 http://asterisk.paymentonline.net.

This looks very, very sweet. We do all our inhouse development on Rails,
and are rapidly falling in love with the technology. Looking forward to
ripping your code apart and making wise-ass comments about it ;p

Seriously, though, it seems like you've covered a lot of the
functionality. Like you said, queues and the like are missing, and ring
groups as well it seems like, but heck - I'm sure you'll get to it in a
while.

Have you posted this to voip-info.org?

Regards,
Henning Pedersen
mopo as


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Dev] Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread snacktime
On 11/17/05, Jan Saell [EMAIL PROTECTED] wrote:
looks very nice but you get an error trying to loginto the voicemail system
There seems to be a bug where if you were logged in as a user it gives
that error once then clears up. We just put that up today so
people would see that the voicemail login can be used outside of the
management interface, but it hasn't been tested very well. Also
the voicemail login is for asterisk voicemail users, not the 'demo'
user.

Chris
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Dev] Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread snacktime

Sorry but I had to disable the admin interface as people keep deleting
the demo user. All the good stuff is in the user interface
anyways, the admin interface is just to modify the scripts (which
arent' documented yet) and for deleting users (which seems to be the
'in' thing to do).

Chris
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread snacktime
On 11/17/05, Henning Kilset Pedersen [EMAIL PROTECTED] wrote:
tor, 17,.11.2005 kl. 00.24 -0800, skrev snacktime: 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 http://asterisk.paymentonline.net.This looks very, very sweet. We do all our inhouse development on Rails,
and are rapidly falling in love with the technology. Looking forward toripping your code apart and making wise-ass comments about it ;p
This is our second major project with rails. It's amazing how
fast development goes with rails. So far this whole project is
probably under 80 hours total. And the code will probably get
some refactoring here and there also as we get more proficient with
rails. 

Chris






___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread Corey Dean

Must be the admin password got reset...  Cant log in here, but the user
password works.

On 11/17/2005, snacktime [EMAIL PROTECTED] wrote:


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread Claudio Canseco
Hi, 
Congrats for the gui!,
I was checking the voicemail butI get a crash erroron Internet explorerin the voicemail menu, when pressing mailboxes button after the displaying the contents for this option it crashes and then IE starts a crash error report and closes. I been able to reproduce it every time I tried the same. When doing the same on Firefox it does work right. I you want i cant post the dump file IE reports to MS.




Hope this helps,
Claudio


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] New asterisk management tool

2005-11-17 Thread snacktime
On 11/17/05, Claudio Canseco [EMAIL PROTECTED] wrote:
Hi, 
Congrats for the gui!,
I was checking the voicemail butI get a crash erroron
Internet explorerin the voicemail menu, when pressing mailboxes
button after the displaying the contents for this option it crashes and
then IE starts a crash error report and closes. I been able to
reproduce it every time I tried the same. When doing the same on
Firefox it does work right. I you want i cant post the dump file IE
reports to MS.


Well looks like that bug isn't entirely fixed. We had the same
problem with the beta version of scriptaculous and downgrading to the
stable version fixed it. Would you mind sending me the version of
windows and MSIE you are using?

Chris

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users