discosip/README.md

18 lines
495 B
Markdown

# 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
graph 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
```