:
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
(Visited 908 times, 1 visits today)


