From: cajus Date: Mon, 15 Aug 2005 13:09:50 +0000 (+0000) Subject: Added conferencing parameters X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=79c6ad4a367c0a10155ba585b50ccce782b3d881;p=gosa.git Added conferencing parameters git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1145 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index 4ecd3be42..ea497d506 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -277,6 +277,24 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.42 NAME 'goFonQueueLessThan' SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) +attributetype ( 1.3.6.1.4.1.10098.1.1.13.43 NAME 'goFonConferenceOptions' + DESC 'Holds the queue goFonConferenceOptions definitions' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.13.44 NAME 'goFonConferenceTimeOut' + DESC 'Holds the queue goFonConferenceTimeOut definitions' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.13.45 NAME 'goFonConferenceOwner' + DESC 'Holds the queue goFonConferenceOwner definitions' + EQUALITY caseExactIA5Match + SUBSTR caseExactIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + # objectclass objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY DESC 'GOFon Account objectclass (v1.0)' @@ -297,7 +315,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.13 NAME 'goFonPickupGroup' SUP top AUXILIAR objectclass (1.3.6.1.4.1.10098.1.2.3.14 NAME 'goFonMacro' SUP top STRUCTURAL DESC 'Macro definitions for asterisk machines (v1.0)' MUST ( cn ) - MAY ( goFonMacroVisible $ displayName $ goFonMacroContent $description $ + MAY ( goFonMacroVisible $ displayName $ goFonMacroContent $ description $ goFonMacroParameter )) objectclass (1.3.6.1.4.1.10098.1.2.3.15 NAME 'goFonQueue' SUP top AUXILIARY @@ -310,3 +328,9 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.15 NAME 'goFonQueue' SUP top AUXILIARY goFonQueueLanguage $ goFonQueueStrategy $ goFonQueueAnnounceHoldtime $ goFonQueueAnnounce $ goFonQueueRetry $ goFonQueueLessThan )) +objectclass (1.3.6.1.4.1.10098.1.2.3.16 NAME 'goFonConference' SUP top STRUCTURAL + DESC 'Conference definitions for asterisk machines (v1.0)' + MUST ( cn ) + MAY ( description $ goFonConferenceOption $ goFonConferenceTimeout $ goFonPIN $ + goFonConferenceOwner )) +