Merged revisions 212027 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r212027 | ghenry | 2009-08-13 12:37:12 +0100 (Thu, 13 Aug 2009) | 6 lines
  
  Fixed typo
  
  (closes issue #15710)
  Reported by: suretec
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Gavin Henry
2009-08-13 11:40:22 +00:00
parent 15e4657563
commit 162219a6c1
2 changed files with 7 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
# #
# Copyright (c) 2007-2009 Suretec Systems Ltd. - <http://www.suretecsystems.com/> # Copyright (c) 2007-2009 Suretec Systems Ltd. - <http://www.suretecsystems.com/>
# #
# Version: 3.1.9 # Version: 3.2.0
# #
# Changes: # Changes:
# - Fixed typo - 13/08/2009
# - https://issues.asterisk.org/view.php?id=13725 - 12/08/2009 # - https://issues.asterisk.org/view.php?id=13725 - 12/08/2009
# - Added AsteriskVoiceMail Object class and AstAccountCallLimit attribute - 28/05/2009 # - Added AsteriskVoiceMail Object class and AstAccountCallLimit attribute - 28/05/2009
# https://issues.asterisk.org/view.php?id=15155 # https://issues.asterisk.org/view.php?id=15155
@@ -595,8 +596,7 @@ objectclass ( AsteriskExtension
AstExtension $ AstExtension $
AstPriority $ AstPriority $
AstApplication $ AstApplication $
AstApplicationData $ AstApplicationData
) )
) )
@@ -630,7 +630,7 @@ objectclass ( AsteriskIAXUser
AstAccountType $ AstAccountType $
AstAccountDisallowedCodec $ AstAccountDisallowedCodec $
AstAccountExpirationTimestamp $ AstAccountExpirationTimestamp $
AstAccountRegistrationContext$ AstAccountRegistrationContext $
AstAccountRegistrationExten $ AstAccountRegistrationExten $
AstAccountNoTransfer $ AstAccountNoTransfer $
AstAccountName $ AstAccountName $

View File

@@ -1,9 +1,10 @@
# #
# Copyright (c) 2007-2009 Suretec Systems Ltd. - <http://www.suretecsystems.com/> # Copyright (c) 2007-2009 Suretec Systems Ltd. - <http://www.suretecsystems.com/>
# #
# Version: 3.1.9 # Version: 3.2.0
# #
# Changes: # Changes:
# - Fixed typo - 13/08/2009
# - https://issues.asterisk.org/view.php?id=13725 - 12/08/2009 # - https://issues.asterisk.org/view.php?id=13725 - 12/08/2009
# - Added AsteriskVoiceMail Object class and AstAccountCallLimit attribute - 28/05/2009 # - Added AsteriskVoiceMail Object class and AstAccountCallLimit attribute - 28/05/2009
# https://issues.asterisk.org/view.php?id=15155 # https://issues.asterisk.org/view.php?id=15155
@@ -633,7 +634,7 @@ olcObjectClasses: ( AsteriskIAXUser
AstAccountType $ AstAccountType $
AstAccountDisallowedCodec $ AstAccountDisallowedCodec $
AstAccountExpirationTimestamp $ AstAccountExpirationTimestamp $
AstAccountRegistrationContext$ AstAccountRegistrationContext $
AstAccountRegistrationExten $ AstAccountRegistrationExten $
AstAccountNoTransfer $ AstAccountNoTransfer $
AstAccountName $ AstAccountName $