From 79375c11b3f1b91848c9675fc88e4f9577a261e4 Mon Sep 17 00:00:00 2001 From: justin Date: Wed, 27 May 2026 11:20:35 -0500 Subject: [PATCH] Add Bandwidth and IXICA to vendor guide from CRTC registry data Scraped CRTC registered providers list (4,669 records, 1,843 companies). Added Bandwidth Inc. (CLEC, wholesale DID/voice API) and IXICA Communications (Toronto CLEC, wholesale voice/data). Now 10 vendors. 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 da659d2..307b59f 100644 --- a/scripts/document_gen/templates/crtc_vendor_guide_generator.py +++ b/scripts/document_gen/templates/crtc_vendor_guide_generator.py @@ -111,6 +111,29 @@ VENDORS = [ "Better suited for larger carriers or those needing dedicated circuits. " "Owned by Zayo Group.", }, + { + "name": "Bandwidth Inc.", + "location": "Raleigh, NC (CRTC-registered CLEC)", + "services": "Wholesale voice APIs, US and Canadian DID provisioning, toll-free, " + "911, messaging (SMS/MMS), SIP trunking. Enterprise-grade carrier network.", + "website": "bandwidth.com", + "notes": "One of the largest wholesale voice/DID platforms in North America. " + "Powers many major CPaaS providers (including Microsoft Teams, Zoom, RingCentral). " + "CRTC-registered as a CLEC with BITS authorization. Strong API-first approach " + "for number management and call control. Good for carriers needing high-volume " + "US + Canadian DID inventory with programmatic provisioning.", + }, + { + "name": "IXICA Communications", + "location": "Toronto, ON", + "services": "Wholesale voice termination, SIP trunking, Canadian and US DIDs, " + "DSL/internet resale, proposed MVNO. CLEC with BITS authorization.", + "website": "ixica.com", + "notes": "Canadian independent carrier with CLEC status and 7 CRTC registrations. " + "Offers wholesale voice and data services to other carriers and resellers. " + "Good option for carriers wanting a Canadian-owned wholesale partner with " + "both voice and internet capabilities.", + }, ]