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 [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
