Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again

(closes issue #10118, patch by jeffg)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-08-23 17:27:07 +00:00
parent b16f018d96
commit c50975fd06
2 changed files with 7 additions and 5 deletions

View File

@@ -736,7 +736,7 @@ astChanTypeChannels OBJECT-TYPE
"Number of active channels using the current technology."
::= { astChanTypeEntry 7 }
astChanScalars OBJECT-IDENTIFIER ::= { asteriskChannels 5 }
astChanScalars OBJECT IDENTIFIER ::= { asteriskChannels 5 }
astNumChanBridge OBJECT-TYPE
SYNTAX Gauge32
@@ -744,6 +744,6 @@ astNumChanBridge OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of channels currently in a bridged state."
::= { asteriskChanScalars 1 }
::= { astChanScalars 1 }
END