|
|
|
## Description of Webphone deployed as simple Instant messenger in Amazonas
|
|
|
|
|
|
|
|
|
|
|
|
* Compiled Webphone (index.html, "service worker" etc as js bundle) is served from the RPi
|
|
|
|
* Pi is running a Kamailio, and the allocate number server.
|
|
|
|
* IP address of RPi needs to be known to hard code into the Wephone so it can obtain initial credentials and SIP register.
|
|
|
|
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
sequenceDiagram
|
|
|
|
participant Webphone
|
|
|
|
participant Kamailio
|
|
|
|
participant API
|
|
|
|
participant Ardop
|
|
|
|
Webphone->>Kamailio: SIP MESSAGE
|
|
|
|
Kamailio->>API: API MESSAGE
|
|
|
|
API->>Ardop: WRITE FILE to Ardop folder
|
|
|
|
|
|
|
|
``` |
|
|
|
\ No newline at end of file |