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:
@@ -95,6 +95,7 @@ olcObjectIdentifier: AstVoicemailEmail AstAttrType:54
|
||||
olcObjectIdentifier: AstVoicemailPager AstAttrType:55
|
||||
olcObjectIdentifier: AstVoicemailOptions AstAttrType:56
|
||||
olcObjectIdentifier: AstVoicemailTimestamp AstAttrType:57
|
||||
olcObjectIdentifier: AstVoicemailContext AstAttrType:58
|
||||
#
|
||||
#
|
||||
#############################################################################
|
||||
@@ -543,6 +544,13 @@ olcAttributeTypes: ( AstVoicemailTimestamp
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
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
|
||||
#
|
||||
@@ -695,7 +703,8 @@ olcObjectClasses: ( AsteriskVoiceMail
|
||||
AstVoicemailEmail $
|
||||
AstVoicemailPager $
|
||||
AstVoicemailOptions $
|
||||
AstVoicemailTimestamp
|
||||
AstVoicemailTimestamp $
|
||||
AstVoicemailContext
|
||||
)
|
||||
)
|
||||
#
|
||||
|
Reference in New Issue
Block a user