By Sagar Shankaran, Founder of CallSphere
How AI receptionists handle E911 in 2026: ANI/ALI delivery, dynamic location with PIDF-LO, Kari's Law, RAY BAUM'S Act, and the operational checklist.
Key takeaways
If a caller dials 911 from a phone served by your AI receptionist, the call must reach the right Public Safety Answering Point with an accurate dispatchable location. In 2026, that is non-negotiable: Kari's Law and RAY BAUM'S Act apply to virtually every business phone system.
flowchart TD
Out[Outbound campaign] --> Twilio[Twilio Voice API]
Twilio --> STIR[STIR/SHAKEN attestation]
STIR --> Carrier[Originating carrier]
Carrier --> Term[Terminating carrier]
Term --> Recipient[Recipient phone]
Recipient --> Webhook[/voice webhook/]
Webhook --> Agent[AI sales agent]Two federal laws govern emergency calls from business phone systems in the US:
Both laws apply to the multi-line telephone system (MLTS), which is exactly what an AI receptionist plus business phone system is. Compliance is the obligation of the platform provider, the reseller, and the on-site operator together. The FCC has begun enforcement; consent decrees in 2024 and 2025 hit several providers for failures.
By 2026, the operational picture has matured: every line must deliver Automatic Number Identification (ANI) and Automatic Location Identification (ALI) accurately to the appropriate PSAP. Dynamic E911 — where the location follows the user rather than the number — is widely deployed at large enterprises but still rare at small businesses, which is exactly where AI receptionists thrive.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
A 911 call from a SIP phone takes a different path than a normal call:
For dynamic E911, the multi-line telephone system has to know where each user is when they dial. Software clients can supply this from network location, GPS, or a manual address. Hardware phones must be associated with an installed location.
For an AI receptionist, the relevant lines are typically the business's main number (a fixed location) and any extensions or DID numbers assigned to staff. Each must have a registered address.
CallSphere uses Twilio for all voice. Twilio offers Emergency Calling for Programmable Voice with explicit address registration on every number. CallSphere's onboarding requires the tenant to register a service address for each number they purchase. The Healthcare AI receptionist on FastAPI :8084 is for inbound and outbound business calls, not for on-site emergency calls — but if a caller reaches the AI and asks for emergency services, the AI is trained to immediately suggest hanging up and dialing 911 directly rather than transferring.
For tenants that need true on-site emergency dispatch, CallSphere supports BYOC paths to dedicated 911 service providers. The 37 agents, 90+ tools, 115+ database tables, HIPAA and SOC 2 controls, and pricing tiers ($149, $499, $1499 for 1, 3, 10 numbers) do not change based on E911 configuration. The 14-day trial covers normal voice; emergency dispatch is configured at production go-live.
<!-- TwiML: route 911 to Twilio Emergency Calling and notify on-call contact -->
<Response>
<Dial
callerId="{{ from }}"
answerOnBridge="true">
<Sim>911</Sim>
</Dial>
<Sms
to="+15555559911"
action="https://api.callsphere.ai/twilio/karis-law-ack">
EMERGENCY: 911 dialed from {{ from }} at {{ timestamp }}.
</Sms>
</Response>
Does the AI agent itself need an emergency address? The number the AI answers on does. The AI is software; it does not need a physical address, but the public-facing number tied to it does.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
What if a caller mentions an emergency to the AI? Train the agent to instruct the caller to hang up and dial 911. Do not have the AI dial 911 on the caller's behalf — it confuses ANI/ALI and may not reach the correct PSAP.
Are virtual numbers (Google Voice, etc.) E911-compliant? Some are, some are not. Check the provider's emergency calling documentation explicitly.
Does Kari's Law require notification by SMS? The law requires notification to a "central location" when reachable; SMS, email, page, or a console alert all qualify.
Is E911 different in Canada or the EU? Yes. Canada has its own NG911 transition; the EU uses 112 with country-specific rules. International deployments must build per-country.
Start a 14-day trial with E911 baseline configuration, see pricing, or read about healthcare AI.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
An honest 2026 guide to VoIP desk phones. Hardware vs softphone, top picks, when an internet phone is worth it, and where AI voice agents fit.
The best business phone app in 2026 is the one with an AI agent attached. Compare options, costs, and what an AI phone app actually does for a small business.
A founder's guide to business phone systems in 2026. Cloud vs on-prem, AI voice agents, small business pricing, and what actually works for under 100 seats.
The 2024 NPRM proposes mandatory penetration tests every 12 months and vulnerability scans every 6 months. Here is how an AI voice agent should be tested in 2026.
AWS HealthScribe became the open scribe layer EHR vendors built on top of in 2026. Here's the API surface, the per-encounter pricing, the BAA terms.
Why Claude salon AI is reshaping voice and chat automation, with concrete patterns for appointment AI in production deployments. A field-tested view from production teams shippi...
© 2026 CallSphere LLC. All rights reserved.