Console messages logs

Hi All,

Is it possible to record asterisk console messages in log files? My requirement is, i am in a process of creating a dashbord which will monitor any bridge activity like which participant is connecting and from which number he is connected along with the duration. my application will read the log file and update the dashboard accordingly. Please help.

Br,
Sandeep

You probably want to use the Asterisk Manager Interface for this which is an event based TCP connection instead of reading and parsing a log file. Available events are on the wiki[1] and as it’s been around for quite awhile there are examples and existing solutions found using common search engines.

[1] wiki.asterisk.org/wiki/display/ … AMI+Events

This is your best shot

[quote=“jcolp”]You probably want to use the Asterisk Manager Interface for this which is an event based TCP connection instead of reading and parsing a log file. Available events are on the wiki[1] and as it’s been around for quite awhile there are examples and existing solutions found using common search engines.

[1] wiki.asterisk.org/wiki/display/ … AMI+Events[/quote]

I have 2 questions

  1. What programing language would you be using for the dashboard ?

  2. how you would you be creating the bridge , using ConfBridge ?