2022-07-06 01:29:27 +01:00
|
|
|
# DiscoSIP
|
|
|
|
<img src="https://img.shields.io/badge/PRJ-16-blue" />
|
|
|
|
<img src="https://img.shields.io/badge/Status-Prototype-orange" />
|
|
|
|
<br>
|
|
|
|
An attempt to enable use of discord from a SIP phone.
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
flowchart LR;
|
|
|
|
ipphone(IP Phone/SIP softphone)
|
|
|
|
discosip(DiscoSIP)
|
|
|
|
discord(Discord Voice)
|
|
|
|
style discosip stroke:orange,stroke-width:3px
|
|
|
|
ipphone<-->|SIP|discosip
|
|
|
|
ipphone<-->|RTP|discosip
|
|
|
|
discosip<-->|Websocket|discord
|
|
|
|
discosip<-->|RTP, encrypted|discord
|
|
|
|
```
|