Add support for retrieving the number of channels that are currently bridged

via SNMP.
(closes issue #9637, initial patch from jeffg, modified by me)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68507 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-08 21:31:33 +00:00
parent 68492b239c
commit 3b9a36109f
2 changed files with 34 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ IMPORTS
FROM DIGIUM-MIB;
asterisk MODULE-IDENTITY
LAST-UPDATED "200603061840Z"
LAST-UPDATED "200606081626Z"
ORGANIZATION "Digium, Inc."
CONTACT-INFO
"Mark A. Spencer
@@ -736,4 +736,14 @@ astChanTypeChannels OBJECT-TYPE
"Number of active channels using the current technology."
::= { astChanTypeEntry 7 }
astChanScalars OBJECT-IDENTIFIER ::= { asteriskChannels 5 }
astNumChanBridge OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of channels currently in a bridged state."
::= { asteriskChanScalars 1 }
END