Code

Same for trunk
[gosa.git] / contrib / openldap / gofon.schema
index 61fd10341b7c29ea6b6be115fd6b5997acbd4c41..a06f6a1d40d37f8e7a8004682f69a35615d02f9e 100644 (file)
@@ -138,7 +138,6 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.22 NAME 'goFonMacroParameter'
        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.23 NAME 'goFonMacro'
     DESC 'Holds the macro parameter definitions'
     EQUALITY caseExactMatch
@@ -278,11 +277,17 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.46 NAME 'goFonVoicemailPIN'
        SUBSTR caseExactIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
 
+attributetype ( 1.3.6.1.4.1.10098.1.1.13.47 NAME 'goFonHomeServer'
+       DESC 'defines voicemail delivery format'
+       EQUALITY caseExactMatch
+       SUBSTR caseExactSubstringsMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+
 # objectclass 
 objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY
        DESC 'GOFon Account objectclass (v1.0)'
        MUST ( goFonDeliveryMode $ telephoneNumber $ uid )
-       MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonVoicemailPIN $ goFonMacro ))
+       MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonVoicemailPIN $ goFonMacro $ goFonHomeServer ))
 
 objectclass (1.3.6.1.4.1.10098.1.2.3.12 NAME 'goFonHardware' SUP top STRUCTURAL
        DESC 'defines a telephone (v1.0)'
@@ -315,5 +320,5 @@ objectclass (1.3.6.1.4.1.10098.1.2.3.16 NAME 'goFonConference' SUP top STRUCTURA
        DESC 'Conference definitions for asterisk machines (v1.0)'
        MUST ( cn ) 
        MAY ( description $ goFonConferenceOption $ goFonConferenceTimeout $ goFonPIN $
-                 goFonConferenceOwner $ telephoneNumber ))
+                 goFonConferenceOwner $ telephoneNumber $ goFonHomeServer))