The Flash Operator panel is a 'switchboard' application for the Asterisk PBX
authorjnemeth <jnemeth>
Mon, 8 Dec 2008 04:53:28 +0000 (04:53 +0000)
committerjnemeth <jnemeth>
Mon, 8 Dec 2008 04:53:28 +0000 (04:53 +0000)
commit4bf2eb468f30bbfce04705f83ecddec10afc7206
treeda4229c96f2ade8177fbc5e0d6e202087fe7882c
parent54c993d040894a69184d4fc986a2483f61836449
The Flash Operator panel is a 'switchboard' application for the Asterisk PBX
system. It displays information about your Asterisk PBX activity in real
time via a standard web browser with Flash plugin. The display and button
layout is configurable, you can have more than a 100 buttons on the screen
at once.

You can see at a glance:

   * What extensions are busy, ringing or available
   * Who is talking and to whom (clid, context, priority)
   * SIP registration status and reachability
   * Meetme room status (number of users) in the room
   * Queue status (number of users waiting)
   * Parked extensions
   * Call duration Timers
   * Logged in Agents

You can perform these actions:

   * Hang-up a channel (double click the colored dot on the button)
   * Transfer a call leg via drag&drop (drag the phone icon on a button to
     another button)
   * Originate calls via drag&drop
   * Drag an available extension to an ongoing conversation and conference
     the three together.
   * Change the callerid text to something meaningfull when transferring or
     originating a call
   * Mute/Unmute meetme participants
comms/op_panel/DESCR [new file with mode: 0644]
comms/op_panel/MESSAGE [new file with mode: 0644]
comms/op_panel/Makefile [new file with mode: 0644]
comms/op_panel/PLIST [new file with mode: 0644]
comms/op_panel/distinfo [new file with mode: 0644]
comms/op_panel/files/op_panel.conf.dist [new file with mode: 0644]
comms/op_panel/files/op_panel.sh [new file with mode: 0644]