mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Fixed typo
(closes issue #15710) Reported by: suretec git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@212027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user