aboutsummaryrefslogtreecommitdiffstats
path: root/www/monast
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-191-2/+0
|
* - Remove REQUIRE from rc.d scriptgarga2010-09-222-2/+3
| | | | | | | - Add $FreeBSD$ Suggested by: dougb@ Approved by: maintainer via irc
* I was ready to abort last commit but made a mistake, this is what was missinggarga2010-09-211-0/+1
| | | | | | - Bump PORTREVISION Approved by: maintainer at irc
* - Remove unecessary patch and convert it to REINPLACE_CMDgarga2010-09-213-12/+35
| | | | | | - Respect PREFIX - Use USE_RC_SUBR instead of install startup script manually - Simplify mkdirs
* Monast is a monitoring interface which acts as an operator panel for AsteriskTMgarga2010-09-174-0/+161
to display extensions status and calls details going through your IP-PBX. It was develop in Python, PHP and uses prototype.js to handle AJAX calls and YUI (Yahoo User Interface). Monast can originate, transfer, park and hangup calls, Manage queue members (add, remove, pause and unpause members) and meetme conference rooms. (all using drag&drop feature from YUI) Licensed under BSD, it has been created by Diego Aguirre (DagMoller). WWW: http://monast.sf.net PR: ports/144988 Submitted by: Marcelo/Porks Rossi <marcelorossi at gmail.com>