Which calls an AI receptionist handles cleanly, which ones it struggles with, the ones it must hand to a person, and the disclosure and recording rules that apply when a machine picks up.
Yes, for most of them. In 2026 an AI receptionist can answer a small business's phone, understand what the caller wants, book or reschedule an appointment, quote a price, take a card payment and text a confirmation, all inside a call that lasts two to three minutes. It responds in under a second, takes dozens of calls at once and costs $0.10 to $0.25 a minute to run. What it can't do is exercise judgement, handle a distressed caller well, or answer a question nobody gave it the answer to. Those calls it has to hand to a person. This post lists which calls fall on which side of that line, the numbers behind it, and the rules you have to follow when a machine picks up.
The short answer, by call type
| Call | Can it handle it? |
|---|---|
| Opening hours, location, parking, directions | Yes |
| Pricing and what's included | Yes, if you gave it the price list |
| Availability and booking | Yes, when connected to your calendar or inventory |
| Rescheduling and cancelling | Yes |
| Taking a deposit or a balance | Yes, with a payment-safe flow |
| Taking a message and routing it | Yes |
| A caller with a strong accent on a bad line | Usually, with confirmation |
| A complaint | Partly: it listens, logs and hands over |
| Anything needing a judgement call or an exception | No, transfer to a person |
| Regulated advice: medical, legal, financial | No, intake only |
In our experience running one inside SmartStorageSoftware, the routine rows are the large majority of a service business's calls. That's our observation from one product, not an industry figure, but it matches why the technology is worth having: the boring calls are most of the calls.

What it does well
Questions with an answer you already know
Hours, prices, what's included, whether you do X. A well-built agent is trained on your price list, policies and FAQs, and it gives the same answer on call 400 as on call 1. A human receptionist on their third week doesn't.
Bookings, when it can see your calendar
This is the line between a receptionist and an answering machine. Connected to your booking system, the agent checks real availability, offers a slot, writes the booking, and texts the confirmation or gate code before the caller hangs up. Not connected, it takes a message and someone calls back tomorrow, by which time most callers have booked elsewhere.
Payments
A deposit, a first month, an overdue balance. The card is captured through a payment-safe flow (the caller keys the number, the agent never hears it) and charged through Stripe. Most off-the-shelf AI receptionists don't do this. The ones that do turn a missed call into revenue.
Volume
Twenty calls at 9am on Monday? It takes twenty. Ours handles up to 40 at once. There's no queue, no engaged tone, and no caller hanging up after the 90 seconds an AT&T survey found is the average hold tolerance.
The middle of the night
Summaries of 2026 call data put 34% to 40% of business calls outside nine to five, and roughly 80% of callers who hit voicemail hang up without leaving a message. The agent answers those at the same cost as daytime calls.
How it works, in one paragraph
Four pieces run in a loop while the caller talks. Speech-to-text turns their words into text as they speak. A language model works out what they want and decides what to say, using your business data. Text-to-speech says it. Telephony (Twilio in our case, at $0.0085 a minute for a US inbound call) carries the audio. The loop has to complete fast: below about 800 milliseconds from the caller finishing a sentence to the agent starting to answer, the conversation feels smooth. Between 800 and 1,200 it's acceptable for a business call. Past 1,500 there's a pause and the caller notices. Humans reply in 200 to 300 milliseconds, so every agent is slower than a person, and the good ones are close enough that nobody minds.
Where it struggles
Accents, noise and bad lines
Speech recognition is the weak joint. The best engines publish word error rates around 5% on clean benchmark audio; on real phone calls with background noise, accents and crosstalk that rises to 8% to 12%, and on genuinely bad audio 15% to 20%. One word in ten wrong is fine for "are you open Saturday" and dangerous for a postcode. A properly built agent confirms anything that matters ("that's 14 Mill Lane, M-I-L-L?") rather than guessing.
Names, numbers and spelling
Same root cause. Email addresses read aloud, unusual surnames and long reference numbers get misheard. The fix is to confirm by reading back, or to text a link and let the caller type it.
Being interrupted
Callers talk over the agent in roughly one call in five. Handling that (stop talking within a fraction of a second, listen, respond to the new thing) is what separates an agent that feels natural from one that feels like a phone menu. Ask any vendor to demonstrate it.
Two people on the line
A couple booking together, someone relaying questions from the person next to them. The agent can follow, but it makes more mistakes, and it should confirm more.
What it can't do
- Use judgement. "Can you squeeze us in anyway?" "Will you waive the fee?" The agent follows your rules. Exceptions are a human's job, and it should transfer them cleanly.
- Handle distress well. It can be calm and polite, and it can log everything, but a bereaved caller, an angry one or a frightened one needs a person. The right behaviour is to recognise it early and hand over.
- Give regulated advice. Medical, legal and financial calls are intake only: name, reason, urgency, callback. Anything past that is a liability.
- Answer what it wasn't told. A good agent says "I don't know that, let me get someone" rather than inventing an answer. If a vendor's demo never says that, be suspicious.
- Do physical things. Check the stockroom, look at the job, open the door. It can only read what your systems tell it.

The rules when a machine picks up
- Tell callers it's AI. In the EU, Article 50 of the AI Act applies from 2 August 2026 and requires that people interacting with an AI system are told so, clearly, at the first interaction. Fines for transparency breaches run to EUR 15 million or 3% of worldwide turnover. Outside the EU it isn't always required, and it's still the right thing: an agent that introduces itself honestly loses almost no callers.
- Recording consent. Eleven US states require every party's consent to record a call: California, Delaware, Florida, Illinois, Maryland, Massachusetts, Montana, Nevada, New Hampshire, Pennsylvania and Washington. The rest follow the federal one-party rule. In the UK, business call recording is allowed under the Lawful Business Practice Regulations, but UK GDPR still needs a lawful basis, an announcement to the caller and a retention period. Most AI agents transcribe every call, which counts as recording.
- Card details. If the agent takes payments, the card number must never sit in the transcript or the audio. The standard approach is keypad capture with the tones masked, passed straight to the payment provider.
Five questions that sort a real agent from a demo
- Does it write the booking into my system, or send me a message?
- Play me a call where the caller interrupted it.
- Play me a call where it didn't know the answer. What did it do?
- How does it take a payment, exactly?
- What did it cost per call last month for a customer like me?
When a small business shouldn't bother
Under about 50 calls a month the phone isn't the bottleneck, and a mobile with a good voicemail greeting and a text-back does the job. If most of your calls are the hard kind (complex, regulated, emotional), the agent's job shrinks to intake and routing, and the value shrinks with it. And if you need someone physically at the front desk anyway, the AI replaces the phone part of their day, not the person.
What you have to give it
The build is mostly your knowledge, not code: your price list, your policies (cancellations, deposits, what you won't do), your calendar or inventory system, how you want it to sound, and the rules for when to hand off and to whom. For a focused use case we have one live in a couple of weeks, tested against recordings of real calls before it answers a customer.
If you want to know which of your calls it would handle, see how our AI call answering works and book a 30-minute call. And if you're weighing it against a human answering service, we compared the two on booking rate and cost in AI call answering vs answering services.
Questions people ask before letting a machine answer
Can AI really answer phone calls for a business?
Yes. It answers, understands the request, books or reschedules, quotes prices from your list, takes card payments through a payment-safe flow and texts confirmations, in a call lasting two to three minutes. It hands anything needing judgement, empathy or regulated advice to a person.
Does the AI sound like a robot?
Not the good ones. Response times under about 800 milliseconds, natural voices and proper interruption handling make the conversation feel normal. Above 1.5 seconds of delay callers notice a pause. Ask any vendor to play a call where the caller interrupted the agent.
What if the caller has a strong accent or a bad line?
Speech recognition gets worse: 8% to 12% of words wrong on real phone audio, more on bad lines. A well-built agent confirms anything that matters, like addresses, names and reference numbers, by reading them back or texting a link to type into.
Do I have to tell callers they're talking to AI?
In the EU, yes: Article 50 of the AI Act applies from 2 August 2026. Elsewhere it depends on local law, and it's the right thing anyway. An honest introduction loses almost no callers.
Can an AI receptionist record calls legally?
Transcribing counts as recording. Eleven US states need every party's consent, the rest need one party's. In the UK it's allowed for business purposes, but UK GDPR requires a lawful basis, an announcement and a retention period. Your agent should play a short notice at the start of the call.
What does it cost to run?
Subscription products run $25 to $300 a month. A custom agent connected to your own systems runs at $0.10 to $0.25 a minute after a one-off build, so a three-minute booking call costs under a dollar.