...
Call Log Page
Schematic diagram
Component Description
Designation | Component | Description |
---|---|---|
kamailio | Kamailio | Based on open source project . Is the entry point of SIP traffic. Responsible for authorizing incoming requests, routing outgoing calls, registration |
rtpengine | rtpengine | Voice input point. Relay media traffic from external network to mediaservers |
fs1, fs2... | FreeSwitch | Based on open source project . Interacts only with kamailio via SIP and with rtpengine via RTP, is engaged in processing media |
CouB1,CouB2... | Couchbase | Compiled on the basis of the project of the same name . Used to store FreeSwitch dynamic configurations and store temporary data (in memcached bucket) |
Sql | MariaDB | MariaDB sql server, is used to ensure data integrity required for kamailio and CDR archive. |
API (web backend) | Rest API | API based on the REST architecture. Used to configure PBXs and receive reports. The user can work with the API directly or through interfaces based on this API. Built on Flask and nginx |
...