Greetings, I made a few additions to my Alternate Web Interface.
Source found here: http://lonnie.abelbeck.com/share/altweb.tar.gz Note: No ".htpasswd" file is included, so be sure to click the "System" tab and set the password. The System tab now displays all the defined rc.conf variables and their values. To use, extract the archive files into /mnt/kd/altweb/ directory. (for example) Then set: ##HTTPS Variables HTTPSDIR="/mnt/kd/altweb" Additionally, if you don't use AstLinux's http for anything, you can also set: HTTPDIR="/mnt/kd/altweb/http" this will redirect to a https connection without asking for your password twice. Enjoy, Lonnie # tar xzvf altweb.tar.gz ./ ./status.php ./index.php ./common/ ./common/footer.php ./common/functions.php ./common/header.php ./common/result.php ./common/tabright.gif ./common/tableft.gif ./sysdial.php ./http/ ./http/index.php ./http/favicon.ico ./http/php.ini ./cidname.php ./blacklist.php ./cdrlog.php ./php.ini ./favicon.ico ./system.php On Mar 29, 2008, at 10:39 PM, Lonnie Abelbeck wrote: > Greetings, > > I have made an attempt at an alternate web interface to AstLinux. > > My design goals: > 1) Modular PHP design to easily add/delete tabs for different > applications. The PHP scripts can be used as templates for > additional tabs. > > 2) Most of the interface is Asterisk centric, tied to my dialplan, > but example snippets should make them fairly generic. The header of > the PHP scripts have snippets of dialplan examples. > > 3) No rc.conf configuration was attempted at this point. > > 4) This is the beginning, not the end, hopefully. > > Sample Sneak Peek Image: > http://lonnie.abelbeck.com/share/altweb.jpg > > Defined Tabs: > 1) Status (status.php) > An at-a-glance status page with system, openvpn, and asterisk > information. The default page. > > 2) Caller*ID (cidname.php) > Add and delete astdb > /cidname/2223334444 "John Doe" > entries. > > 3) Speed Dial (sysdial.php) > Add and delete astdb > /sysdial/49 "SIP/[EMAIL PROTECTED]" > entries. > > My dialplan looks something like this... > exten => _11[01234]X,1,Macro(dial-sysdial,${EXTEN:2:2}) ; DB: sysdial/ > 00-49 > > 4) Blacklist (blacklist.php) > Add and delete astdb > /blacklist/2223334444 "1" > entries. > > 5) CDR Log (cdrlog.php) > Display cdr_custom.conf Master.csv file. The format must be defined > properly to work, see the header of cdrlog.php for more info. > > 6) System (system.php) > Change management password, backup /mnt/kd/, reload asterisk and > reboot system. > > Source found here: > http://lonnie.abelbeck.com/share/altweb.tar.gz > > Note: No ".htpasswd" file is included, so be sure to click the > "System" tab and set the password. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Astlinux-users mailing list Astlinux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]