From 27a1a1f7ed592a9d74057d2b9f5548d7d36fb0ec Mon Sep 17 00:00:00 2001 From: justin Date: Wed, 27 May 2026 11:21:07 -0500 Subject: [PATCH] Add Frontier Networks + Twilio to vendor guide (12 vendors total) Skipped Comwave (acquired). Full list: Fibernetics, Iristel, Flowroute/BCM One, VoIP.ms, Telnyx, SkySwitch/Sangoma, Distributel, Allstream/Zayo, Bandwidth, IXICA, Frontier Networks, Twilio. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../templates/crtc_vendor_guide_generator.py | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/scripts/document_gen/templates/crtc_vendor_guide_generator.py b/scripts/document_gen/templates/crtc_vendor_guide_generator.py index 307b59f..0321d80 100644 --- a/scripts/document_gen/templates/crtc_vendor_guide_generator.py +++ b/scripts/document_gen/templates/crtc_vendor_guide_generator.py @@ -134,6 +134,29 @@ VENDORS = [ "Good option for carriers wanting a Canadian-owned wholesale partner with " "both voice and internet capabilities.", }, + { + "name": "Frontier Networks", + "location": "Toronto, ON", + "services": "Wholesale SIP trunking, Canadian and US DIDs, DSL/fibre internet resale, " + "hosted PBX, SD-WAN. CLEC with BITS authorization.", + "website": "frontiernetworks.ca", + "notes": "Canadian independent carrier focused on business voice and internet. " + "CRTC-registered CLEC with DSL and fibre resale capabilities. " + "Good for carriers wanting a single Canadian partner for both voice and " + "internet wholesale.", + }, + { + "name": "Twilio", + "location": "San Francisco, CA (CRTC-registered)", + "services": "Programmable voice APIs, Canadian and US DID provisioning, SMS/MMS, " + "WhatsApp, video, SIP trunking (Elastic SIP), verification, lookup.", + "website": "twilio.com", + "notes": "The largest CPaaS (Communications Platform as a Service) globally. " + "CRTC-registered with BITS authorization. Premium pricing but unmatched " + "API ecosystem and developer tools. Best for carriers building programmable " + "communications products or needing global reach (180+ countries). " + "Per-minute pricing is higher than pure wholesale providers.", + }, ]