[asterisk-commits] ghenry: trunk r197431 - /trunk/contrib/scripts/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 28 06:25:15 CDT 2009
Author: ghenry
Date: Thu May 28 06:25:03 2009
New Revision: 197431
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197431
Log:
Added AstVoicemailContext
Added AstVoicemailContext
(closes issue #15155)
Reported by: scramatte
Tested by: suretec
Modified:
trunk/contrib/scripts/asterisk.ldap-schema
trunk/contrib/scripts/asterisk.ldif
Modified: trunk/contrib/scripts/asterisk.ldap-schema
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/contrib/scripts/asterisk.ldap-schema?view=diff&rev=197431&r1=197430&r2=197431
==============================================================================
--- trunk/contrib/scripts/asterisk.ldap-schema (original)
+++ trunk/contrib/scripts/asterisk.ldap-schema Thu May 28 06:25:03 2009
@@ -91,6 +91,7 @@
objectIdentifier AstVoicemailPager AstAttrType:55
objectIdentifier AstVoicemailOptions AstAttrType:56
objectIdentifier AstVoicemailTimestamp AstAttrType:57
+objectIdentifier AstVoicemailContext AstAttrType:58
#############################################################################
@@ -535,6 +536,13 @@
attributetype ( AstVoicemailTimestamp
NAME 'AstVoicemailTimestamp'
DESC 'Asterisk voicemail timestamp'
+ EQUALITY caseIgnoreMatch
+ SUBSTR caseIgnoreSubstringsMatch
+ 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)
@@ -692,6 +700,7 @@
AstVoicemailEmail $
AstVoicemailPager $
AstVoicemailOptions $
- AstVoicemailTimestamp
+ AstVoicemailTimestamp $
+ AstVoicemailContext
)
)
Modified: trunk/contrib/scripts/asterisk.ldif
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/contrib/scripts/asterisk.ldif?view=diff&rev=197431&r1=197430&r2=197431
==============================================================================
--- trunk/contrib/scripts/asterisk.ldif (original)
+++ trunk/contrib/scripts/asterisk.ldif Thu May 28 06:25:03 2009
@@ -95,6 +95,7 @@
olcObjectIdentifier: AstVoicemailPager AstAttrType:55
olcObjectIdentifier: AstVoicemailOptions AstAttrType:56
olcObjectIdentifier: AstVoicemailTimestamp AstAttrType:57
+olcObjectIdentifier: AstVoicemailContext AstAttrType:58
#
#
#############################################################################
@@ -539,6 +540,13 @@
olcAttributeTypes: ( AstVoicemailTimestamp
NAME 'AstVoicemailTimestamp'
DESC 'Asterisk voicemail timestamp'
+ EQUALITY caseIgnoreMatch
+ 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)
@@ -695,7 +703,8 @@
AstVoicemailEmail $
AstVoicemailPager $
AstVoicemailOptions $
- AstVoicemailTimestamp
+ AstVoicemailTimestamp $
+ AstVoicemailContext
)
)
#
More information about the asterisk-commits
mailing list