diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 12:37:01 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 12:37:01 -0500 |
commit | 5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88 (patch) | |
tree | 9b9317aff3daa188c9ab2c8e9144fba095e68c47 /src/blog/building-a-personal-voip-system | |
parent | 75d39958d77aaa489c139abced35d75a96835e71 (diff) | |
download | website-5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88.tar.gz |
updates
Diffstat (limited to 'src/blog/building-a-personal-voip-system')
-rw-r--r-- | src/blog/building-a-personal-voip-system/index.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/blog/building-a-personal-voip-system/index.md b/src/blog/building-a-personal-voip-system/index.md index 4d32748..73e73aa 100644 --- a/src/blog/building-a-personal-voip-system/index.md +++ b/src/blog/building-a-personal-voip-system/index.md @@ -4,7 +4,7 @@ date: May 25, 2023 description: Take control of your telephony with Asterisk! --- -I've always been a big [self-hoster](https://github.com/sacredheartsc/selfhosted), +I've always been a big [self-hoster](https://git.sacredheartsc.com/infrastructure/), but had never attempted anything related to VoIP. I recently purchased some IP phones and set up a personal home phone network using [Asterisk](https://www.asterisk.org/). This guide will help you set up your own digital telephone system using @@ -985,7 +985,3 @@ your network is congested. In addition, you may want to investigate encrypting your calls via STRP and SIP TLS. I don't personally do this, because voice calls are totally in the clear as soon as you connect to the PSTN anyway. - -If you'd like to check out the configs required for encrypting your calls, or if -you just want to get some ideas for automating your Asterisk configuration, -check out my Ansible role on [GitHub](https://github.com/sacredheartsc/selfhosted/tree/master/roles/asterisk). |