Dec 14, 2017 | VoIP category
Registration status for each SIP Trunk configured. Files:...Dec 13, 2017 | Network Monitoring, VoIP category
This show a % of clock adjustement using dahdi_test command. Should be always on 99.x % Module data module_begin module_name InternalClock_Deviation module_type generic_data module_exec dahdi_test -c 5 | grep -o "Worst\: [0-9]*\.[0-9]*" | awk '{ print $2}' ...Dec 13, 2017 | Network Monitoring, VoIP category
Show active peers registered Module data module_begin module_name ActivePeers_Registered module_type generic_data module_exec asterisk -rx "sip show peers" | grep -o "Unmonitored\: [0-9]* online" | grep -v grep | awk '{ print $2 }' ...Dec 13, 2017 | VoIP category
This local module monitor asterisk calls: Module data module_begin module_name ActiveCalls module_type generic_data module_exec asterisk -rx "show channels" | grep "active calls" | awk '{ print $1 }' module_end