It's capable of responding to calls and hanging up after a few seconds. Very rude.
DiscoSIP
An attempt to enable use of discord from a SIP phone.
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
Description
Languages
Rust
87.4%
Nix
12.6%