An experimental SIP/Discord bridge
Go to file
Sam W d423f5f650 Move codecs into own module 2022-07-16 22:09:02 +01:00
pjsip Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
src Move codecs into own module 2022-07-16 22:09:02 +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 200 and rtp packet framing 2022-07-12 10:00:36 +01:00
Cargo.toml Add initial 200 and rtp packet framing 2022-07-12 10:00:36 +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