| 50 | |
| 51 | = Automatic asterisk operator panel = |
| 52 | |
| 53 | This is the first serious project built on top of the synapse platform. |
| 54 | |
| 55 | * Multi server |
| 56 | * Multi tennant |
| 57 | * Minimal configuration |
| 58 | * Auto detection of SIP devices |
| 59 | * Web based |
| 60 | |
| 61 | Used synapse modules: |
| 62 | * asterisk_ami: Connects to a asterisk management interface |
| 63 | * http_json: Build-in webserver for full-duplex events. (used in combination with asterisk.html.) |
| 64 | * timer module |
| 65 | * asterisk: this is the project module that mainly talks with the asterisk_ami module. its responsible for collecting and tracking all relevant asterisk data. |
| 66 | |
| 67 | |
| 68 | == Roadmap == |
| 69 | |
| 70 | Current version: |
| 71 | * Tracking of all calls, channels and sip devices. |
| 72 | * Html panel that shows all sip devices and channels in realtime. |
| 73 | |
| 74 | Next version: |
| 75 | * Better user interface, inspired by fop2. |
| 76 | * Authentication by calling a special number from your sip-device |
| 77 | * Multi tennant support. |
| 78 | |
| 79 | Future versions: |
| 80 | * |