1
Evan Pratten 66528d6284 Revert "The great migration"
This reverts commit f184e610368cedc50f9dd557953c83f70b55f329.
2024-11-14 12:45:30 -05:00

18 lines
420 B
Plaintext

graph G {
pstn -- twilio;
other_hams -- hh;
allstar -- hh;
twilio -- pbx;
hh -- pbx;
pbx -- phone, desktop, laptop;
pstn[label="PSTN"];
twilio[label="Twilio"];
other_hams[label="Other Hams"];
allstar[label="AllStarLink"];
hh[label="Hamshack Hotline"];
pbx[label="My PBX"];
phone[label="My Phone"];
desktop[label="My Desktop"];
laptop[label="My Laptop"];
}