[Freeswitch-users] Scripts for SNMP
Luis Daniel Lucio Quiroz
luis.daniel.lucio at gmail.com
Wed Oct 17 03:48:44 MSD 2012
Helo
I-ve already read http://wiki.freeswitch.org/wiki/Snmp
but it doesn answers my question, i need to know current inbound and
outbound calls splited not in total numbers. I did this line but im
not sure it is returning correect data. Can you give me yoru
opinnion?
/usr/local/freeswitch/bin/fs_cli -x "show calls " | grep inbound | wc
-l|awk {'print $1'}
/usr/local/freeswitch/bin/fs_cli -x "show calls " | grep outbound | wc
-l|awk {'print $1'}
Regards,
LD
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list