mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user