An experimental SIP/Discord bridge
Go to file
Sam W 6042cc7a82 Add proper shutdown, discord presence 2022-07-17 03:28:59 +01:00
pjsip Add initial SIP UAS. 2022-07-06 01:40:14 +01:00
src Add proper shutdown, discord presence 2022-07-17 03:28:59 +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 discord bot framework 2022-07-17 02:23:09 +01:00
Cargo.toml Add discord bot framework 2022-07-17 02:23:09 +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 discord bot framework 2022-07-17 02:23:09 +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