Added AstVoicemailContext

Added AstVoicemailContext

(closes issue #15155)
Reported by: scramatte
Tested by: suretec



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197431 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Gavin Henry
2009-05-28 11:25:03 +00:00
parent 8fd3f6882e
commit e9cb075d94
2 changed files with 20 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ objectIdentifier AstVoicemailEmail AstAttrType:54
objectIdentifier AstVoicemailPager AstAttrType:55 objectIdentifier AstVoicemailPager AstAttrType:55
objectIdentifier AstVoicemailOptions AstAttrType:56 objectIdentifier AstVoicemailOptions AstAttrType:56
objectIdentifier AstVoicemailTimestamp AstAttrType:57 objectIdentifier AstVoicemailTimestamp AstAttrType:57
objectIdentifier AstVoicemailContext AstAttrType:58
############################################################################# #############################################################################
@@ -539,6 +540,13 @@ attributetype ( AstVoicemailTimestamp
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstVoicemailContext
NAME 'AstVoicemailContext'
DESC 'Asterisk voicemail context'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
############################################################################# #############################################################################
# Object Class definitions # Object Class definitions
# #
@@ -692,6 +700,7 @@ objectclass ( AsteriskVoiceMail
AstVoicemailEmail $ AstVoicemailEmail $
AstVoicemailPager $ AstVoicemailPager $
AstVoicemailOptions $ AstVoicemailOptions $
AstVoicemailTimestamp AstVoicemailTimestamp $
AstVoicemailContext
) )
) )

View File

@@ -95,6 +95,7 @@ olcObjectIdentifier: AstVoicemailEmail AstAttrType:54
olcObjectIdentifier: AstVoicemailPager AstAttrType:55 olcObjectIdentifier: AstVoicemailPager AstAttrType:55
olcObjectIdentifier: AstVoicemailOptions AstAttrType:56 olcObjectIdentifier: AstVoicemailOptions AstAttrType:56
olcObjectIdentifier: AstVoicemailTimestamp AstAttrType:57 olcObjectIdentifier: AstVoicemailTimestamp AstAttrType:57
olcObjectIdentifier: AstVoicemailContext AstAttrType:58
# #
# #
############################################################################# #############################################################################
@@ -543,6 +544,13 @@ olcAttributeTypes: ( AstVoicemailTimestamp
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
# #
olcAttributeTypes: ( AstVoicemailContext
NAME 'AstVoicemailContext'
DESC 'Asterisk voicemail context'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
#
############################################################################# #############################################################################
# Object Class definitions # Object Class definitions
# #
@@ -695,7 +703,8 @@ olcObjectClasses: ( AsteriskVoiceMail
AstVoicemailEmail $ AstVoicemailEmail $
AstVoicemailPager $ AstVoicemailPager $
AstVoicemailOptions $ AstVoicemailOptions $
AstVoicemailTimestamp AstVoicemailTimestamp $
AstVoicemailContext
) )
) )
# #