----- "Alejandro Cabrera Obed" <[email protected]> wrote: > Dear, I have an Asterisk PBX with two E1 cards: Digium TE122 and Sangoma > A101D. Sangoma card has SNMP support but Digium card has not, and also SNMP > does't give me ral time information. > > Within CLI Asterisk I execute "dahdi show channels" but I don't get > information about channels usage. > > What is the best way to have real time monitoring of E1 channels usage and > status ??? >
I'm not sure what is considered the 'best way' but you could script something like: asterisk -rx 'core show channels' | grep DAHDI | regex stuff/etc/pass to rrdtool --Tim
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
