--- asterisk.ldap-schema.orig 2008-07-05 11:19:08.000000000 -0400 +++ asterisk.ldap-schema 2009-05-20 11:15:01.000000000 -0400 @@ -1,11 +1,13 @@ # # Copyright (c) 2007-2008 Suretec Systems Ltd. - # -# Version: 3.1.6 +# Version: 3.1.7 # # Changes: # - http://bugs.digium.com/view.php?id=12860 - 04/07/2008 # - Fixed wrong DESC - 07/05/2008 +# - Added AstAccountLastQualifyMilliseconds - 05/20/2009 +# https://issues.asterisk.org/view.php?id=15156 # # Author: Gavin Henry - # @@ -78,7 +80,7 @@ objectIdentifier AstAccountIPAddress AstAttrType:46 objectIdentifier AstAccountDefaultUser AstAttrType:47 objectIdentifier AstAccountRegistrationServer AstAttrType:48 - +objectIdentifier AstAccountLastQualifyMilliseconds AstAttrType:49 ############################################################################# # Object Class OIDs @@ -462,6 +464,13 @@ SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) +attributetype ( AstAccountLastQualifyMilliseconds + NAME 'AstAccountLastQualifyMilliseconds' + DESC 'Asterisk Account Last Qualify Milliseconds' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + ############################################################################# # Object Class definitions # @@ -522,7 +531,8 @@ AstAccountRegistrationContext$ AstAccountRegistrationExten $ AstAccountNoTransfer $ - AstAccountName + AstAccountName $ + AstAccountLastQualifyMilliseconds ) ) @@ -566,7 +576,8 @@ AstAccountRegistrationServer $ AstAccountCanCallForward $ AstAccountSecret $ - AstAccountName + AstAccountName $ + AstAccountLastQualifyMilliseconds ) )