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.", + }, ]