Call Monitoring
The customer is a Canadian IT company, and our task was to develop a web applications that would allow users to see all active voice calls and then be able to listen on any one of those calls. Click on any of the active calls which should then ring the SIP extension of a registered asterisk extension.
The Asterisk server is bridging SIP calls from the SIP Phones and forwarding them to the PSTN Gateway. Essentially it is acting as a B2BUA. We can see all the active sessions using SIP show channels.
We would like to see all possible info related to a channel to be displayed and the user then selecting the channel he/she want to listen in.

