summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cea9fe)
raw | patch | inline | side by side (parent: 5cea9fe)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 Aug 2005 13:23:07 +0000 (13:23 +0000) | ||
committer | cajus <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1090 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/gofon.schema | patch | blob | history |
index a19c246ca30ca95b899d09b93d7a7f5b12c5f46d..d810857dc568feadb5a883eb4fc0810ba1fae41f 100644 (file)
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)'
goFonMusiconHold $ goFonWelcomeMusic $ goFonQueueReportHold $
goFonQueueYouAreNext $ goFonQueueThereAre $ goFonQueueCallsWaiting $
goFonQueueThankYou $ goFonQueueMinutes $ goFonQueueSeconds $ telephoneNumber $
- goFonLanguage $ goFonStrategy $ goFonAnnounceHoldtime $ goFonAnnounce ))
+ goFonQueueLanguage $ goFonQueueStrategy $ goFonQueueAnnounceHoldtime $ goFonQueueAnnounce $
+ goFonQueueRetry ))