Code

Added a set of missing queue params
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Aug 2005 13:23:07 +0000 (13:23 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Aug 2005 13:23:07 +0000 (13:23 +0000)
Added goFonQueueRetry

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1090 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gofon.schema

index a19c246ca30ca95b899d09b93d7a7f5b12c5f46d..d810857dc568feadb5a883eb4fc0810ba1fae41f 100644 (file)
@@ -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 ))