<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Hi folks,<br> <br> I have a E1 interface and i need to get some informations about it, like:<br> <br> <ul> <li>Informations about the Layer 2 (state - active, inactive)</li> <li>HDLC messages (time, channel, events ...)</li> <li>Messages from Layer 2 and 3 (Rec. Q.921 and Q.931)</li> <li>Number of sent messages and bytes, received messages and bytes</li> </ul> Does asterisk has any support to those informations? I mean, Is it possible to get those informations from asterisk?<br> Is possible to use the instance of libpri that asterisk uses? I found this info at the libpri code, but i need a way to get it.<br> </body> </html>