mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@@ -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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user