An experimental SIP/Discord bridge
Go to file
Sam W 7bbed87c27 Add initial SIP UAS.
It's capable of responding to calls and hanging up after a few seconds.
Very rude.
2022-07-06 01:40:14 +01:00
pjsip Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
src Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
.envrc Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
.gitignore Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
Cargo.lock Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
Cargo.toml Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
README.md Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
flake.lock Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
flake.nix Add initial SIP UAS. 2022-07-06 01:40:14 +01:00

README.md

DiscoSIP


An attempt to enable use of discord from a SIP phone.
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