I have a first version of a virtual configuration module in perl for *. There is also a simple web editor at the url that uses this module. Asterisk::VConfig lets you have multiple users each with their own copy of the configuration files on the same asterisk server. It also has some limited permission settings to limit access to particular parts of the config files, and a single/multiuser switch so you can also use it even if you don't need a multi user setup. This is actually just a base module for a larger project, but I thought it might possibly be of some use to someone so here it is. If someone would like the code to the web gui let me know. 90% of it is a template toolkit/mod perl based platform with session/user management already built in. The * specific templates are only a small part. And yes you have to run mod perl and the template toolkit to install the web gui. http://asterisk.ochsnet.com/index.html Chris
Andrew Latham
2005-Jun-02 17:04 UTC
[Asterisk-Users] Announce: Asterisk virtual configuration
between this and the biz list is looks like a few of use are duplicating our work. should we start a frame work up for this as an included project....? On 6/2/05, snacktime <snacktime@gmail.com> wrote:> I have a first version of a virtual configuration module in perl for > *. There is also a simple web editor at the url that uses this > module. > > Asterisk::VConfig lets you have multiple users each with their own > copy of the configuration files on the same asterisk server. It also > has some limited permission settings to limit access to particular > parts of the config files, and a single/multiuser switch so you can > also use it even if you don't need a multi user setup. > > This is actually just a base module for a larger project, but I > thought it might possibly be of some use to someone so here it is. > > If someone would like the code to the web gui let me know. 90% of it > is a template toolkit/mod perl based platform with session/user > management already built in. The * specific templates are only a > small part. And yes you have to run mod perl and the template > toolkit to install the web gui. > > http://asterisk.ochsnet.com/index.html > > Chris > _______________________________________________ > 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 >-- <sig> Andrew Latham - AKA: LATHAMA (lay-th-ham-eh) WWW: http://lathama.com Email: lathama@lathama.com - lathama@yahoo.com - lathama@gmail.com If any of the above are down we have bigger problems than my email! </sig>
snacktime
2005-Jun-03 13:33 UTC
[Asterisk-Users] Re: Announce: Asterisk virtual configuration
Since I had a few requests for the web interface, I packaged it up with a quick install guide and put it on http://asterisk.ochsnet.com. It also includes the latest version of VConfig that now has support for static database and realtime extensions all at once (you can use one, both, or a combination all at the same time). Just a warning, the docs are very slim. If you are good with apache and have used mod perl, then you should be ok. I'll put up some better documentation on the website when I can. Chris