From cd50ec8bdfe5909230c264751bbe3e027be2d796 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 13 Jul 2006 08:02:23 +0000 Subject: [PATCH] Added acls to conferences git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4138 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../class_phoneConferenceGeneric.inc | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc index e70057b05..1c7425077 100644 --- a/plugins/gofon/conference/class_phoneConferenceGeneric.inc +++ b/plugins/gofon/conference/class_phoneConferenceGeneric.inc @@ -513,6 +513,32 @@ class conference extends plugin $this->postcreate(); } + + /* Return plugin informations for acl handling */ + function plInfo() + { + return (array( + "plDescription" => _("Asterisk conference management"), + "plSelfModify" => TRUE, + "plDepends" => array("objectClass" => "goFonConference"), + + "base" => _("Base"), + "description" => _("Description"), + "goFonPIN" => _("Conference PIN"), + + "goFonConferenceOption_P" => _("Preset PIN"), + "goFonConferenceOption_r" => _("Record conference"), + "goFonConferenceOption_M" => _("Play music on hold"), + "goFonConferenceOption_s" => _("Activate menu"), + "goFonConferenceOption_i" => _("Announce user activity"), + "goFonConferenceOption_c" => _("Count user"), + "goFonConferenceOption_D" => _("Conference type"), + + "goFonConferenceOptionFormat" => _("Format"), + "goFonConferenceOptionLifetime" => _("Lifetime"), + "telephoneNumber" => _("Telephone number"), + "goFonConferenceOwner" => _("Owner"))); + } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: -- 2.30.2