Asterisk SIP Trunk Registration Dec 14, 2017 | VoIP categoryRegistration status for each SIP Trunk configured. Files: SIPRegistry.py
Asterisk Clock deviation Dec 13, 2017 | Network Monitoring, VoIP categoryThis 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 ‘{...
Asterisk active peers registered Dec 13, 2017 | Network Monitoring, VoIP categoryShow 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...
Asterisk calls Dec 13, 2017 | VoIP categoryThis 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 }’ ...