<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><div>----- "Alejandro Cabrera Obed" &lt;aco1967@gmail.com&gt; wrote:
<br>&gt; 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.<br>&gt; <br>&gt; Within CLI Asterisk I execute "dahdi show channels" but I don't get information about channels usage.<br>&gt; 
<br>&gt; What is the best way to have real time monitoring of E1 channels usage and status ???<br>&gt; <br><br></div><div>I'm not sure what is considered the 'best way' but you could script something like:<div><br></div><div>asterisk -rx 'core show channels' | grep DAHDI | regex stuff/etc/pass to rrdtool<br><br>--Tim</div></div></div></body></html>