From 46b5f4bd1359ee85b071d31d4f13a2358f550cb0 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sat, 10 Aug 2019 12:40:33 -0400 Subject: [PATCH] asterisk: add graph for confbridge The MeetMe Asterisk application has been deprecated since Asterisk 1.8. Debian has also stopped distributing the module with version 11.5.1. Users now need to migrate to using the ConfBridge application. Since the application still exists, and some ppl in other Linux distros probably still use it, we'll keep the code for parsing meetme info for some time. --- plugins/asterisk/asterisk | 51 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/plugins/asterisk/asterisk b/plugins/asterisk/asterisk index 5c28a6df..8d278b94 100755 --- a/plugins/asterisk/asterisk +++ b/plugins/asterisk/asterisk @@ -16,8 +16,11 @@ This plugin will produce multiple graphs showing: - the number of messages in all voicemail boxes (replaces asterisk_voicemail); - - the number of active MeetMe conferences and users connected to them - (replace asterisk_meetme and asterisk_meetmeusers, respectively); + - DEPRECATED: the number of active MeetMe conferences and users connected to + them (replace asterisk_meetme and asterisk_meetmeusers, respectively); + + - the number of active ConfBridge conferences (e.g. non-empty ones) and users + connected to them - the number of active channels for a given codec, for both SIP and IAX2 channels (replaces asterisk_sipchannels and asterisk_codecs). @@ -191,6 +194,16 @@ END print <