93 | | * asterisk_ami: Connects to a asterisk management interface |
94 | | * http_json: Build-in webserver for full-duplex events. (used in combination with asterisk.html.) |
95 | | * timer module |
96 | | * asterisk: this is the project module that mainly talks with the asterisk_ami module. its responsible for collecting and tracking all relevant asterisk data. |
97 | | * marquee: Module to control our marquee |
98 | | * asterisk_marquee: Module to couple asterisk module with multiple remote marquees. |
| 93 | * asterisk_ami: Asterisk ami connector: tcp connects to asterisk server and sends/receives raw ami events. |
| 94 | * asterisk: asterisk call tracking module. translates raw events from asterisk_ami to usefull data. |
| 95 | * http_json: Build-in webserver for full-duplex events. Serves asterisk.html and sends/receives events to/from browser. |
| 96 | * conn_json: A connector module to connect two synapse instances to each other via tcp/json. |
| 97 | * marquee: Module to control our serial marquee. |
| 98 | * asterisk_marquee: Collects data from asterisk module. Sends marquee texts with call info to marquee modules. |