From: cajus Date: Tue, 9 Aug 2005 13:23:07 +0000 (+0000) Subject: Added a set of missing queue params X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8492d9a8a04959fc6efffce56cc310decb952d13;p=gosa.git Added a set of missing queue params Added goFonQueueRetry git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1090 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gofon.schema b/contrib/openldap/gofon.schema index a19c246ca..d810857dc 100644 --- a/contrib/openldap/gofon.schema +++ b/contrib/openldap/gofon.schema @@ -241,30 +241,36 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.36 NAME 'goFonQueueSeconds' 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.37 NAME 'goFonLanguage' +attributetype ( 1.3.6.1.4.1.10098.1.1.13.37 NAME 'goFonQueueLanguage' DESC 'Holds the queue goFonLanguage 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.38 NAME 'goFonStrategy' +attributetype ( 1.3.6.1.4.1.10098.1.1.13.38 NAME 'goFonQueueStrategy' DESC 'Holds the queue goFonStrategy 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.39 NAME 'goFonAnnounceHoldtime' +attributetype ( 1.3.6.1.4.1.10098.1.1.13.39 NAME 'goFonQueueAnnounceHoldtime' DESC 'Holds the queue goFonAnnounceHoldtime 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.40 NAME 'goFonAnnounce' +attributetype ( 1.3.6.1.4.1.10098.1.1.13.40 NAME 'goFonQueueAnnounce' DESC 'Holds the queue goFonAnnounce 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.41 NAME 'goFonQueueRetry' + DESC 'Holds the queue goFonRetry 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)' @@ -295,5 +301,6 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.15 NAME 'goFonQueue' SUP top AUXILIARY goFonMusiconHold $ goFonWelcomeMusic $ goFonQueueReportHold $ goFonQueueYouAreNext $ goFonQueueThereAre $ goFonQueueCallsWaiting $ goFonQueueThankYou $ goFonQueueMinutes $ goFonQueueSeconds $ telephoneNumber $ - goFonLanguage $ goFonStrategy $ goFonAnnounceHoldtime $ goFonAnnounce )) + goFonQueueLanguage $ goFonQueueStrategy $ goFonQueueAnnounceHoldtime $ goFonQueueAnnounce $ + goFonQueueRetry ))