AI receptionist guide

Call recording, consent and disclosure

Nothing in this guide is legal advice, and the rules genuinely differ by state and by country, which is why a vendor who gives you one confident answer for everywhere should worry you. What does transfer between jurisdictions is the mechanism: which permissions are separate from each other, what second of the call each belongs at, and what your system needs to log so you can show later that it happened. Get the mechanism right and local advice becomes a short conversation.

What exactly are you asking permission for?

Four separate things, and treating them as one is the most common mistake. Recording the audio. Storing and processing what was said, including a transcript that outlives the recording. Interacting with the caller by machine rather than by person. And any later reuse of the material, such as improving the system or training a model. A single announcement covering all four is usually too vague to serve any of them.

They are separate because they have different justifications and different exits. A caller might reasonably accept talking to an automated assistant while objecting to being recorded, and your system has to be able to honour that combination: continue the call, stop the recording.

The practical consequence is design. Disclosure about the machine belongs in the greeting, before any question is asked. Recording notice belongs before recording starts, which means before the caller has said anything substantive. Reuse cannot be handled on the call at all, and belongs in a privacy notice and a contract with your provider.

There is a fifth item that is not a permission but behaves like one: telling the caller what happens to the material. People accept recording far more readily when the purpose arrives in the same breath, and a notice saying recorded for training and quality does less work than one saying kept for thirty days so we can check what was agreed. Specificity costs nothing here and reduces the number of callers who object.

How does consent work mechanically on a call?

The pattern that survives scrutiny is announce, then start. The audio path is answered, an announcement plays, and only after it completes does recording begin. If your platform starts recording at answer and plays the notice afterwards, you have recorded a few seconds without notice, and that gap is exactly what an audit or a complaint will land on.

Then you need a route to decline that actually works. A keypress or a spoken refusal should stop the recording and let the conversation continue, and the system must record that it did. What most implementations get wrong is treating refusal as a call-ending event, which turns a reasonable caller into a lost enquiry.

Evidence is the part nobody plans. Keep a per-call log of which announcement version played, at what timestamp, and what the caller did in response. Store the announcement text and audio under a version number. Six months later, the question will not be what your policy said, it will be what this specific caller heard on this specific date.

What you are doingWhy it is separateWhere it belongs in the callWhat varies locally
Recording audioCapturing the caller's voiceAnnounced before recording startsWhether one party or all parties must agree
Storing a transcriptOutlives the audio, easier to searchCovered by the notice and privacy policyLawful basis and retention expectations
Using a machine, not a personA transparency duty, not a data oneFirst sentence of the greetingWhether disclosure is mandatory and how worded
Using a synthetic voiceMay imply a named person is speakingNever imply a named individualRules on voice likeness and impersonation
Reusing calls to improve the systemA new purpose, not the original oneCannot be handled on the callWhether fresh consent or notice suffices
Sending audio to a third partyA processor relationshipIn the contract, not the greetingTransfer mechanisms and residency rules

Where do the rules actually differ?

On recording, the sharpest divide is how many people have to agree. Some jurisdictions treat the consent of one participant as sufficient, which means your own consent covers the call. Others require every participant to agree, which makes the announcement load-bearing rather than courteous. In the United States this differs by state, and the state that matters may be the caller's rather than yours, which is unsettled enough to need local advice.

On data protection, the divide is about lawful basis. Under regimes modelled on the GDPR, consent is one basis among several and often not the best one, because consent has to be freely given and a caller who needs help is not in a strong position to refuse. Legitimate interests with a clear notice is frequently the more defensible route, and that judgement is documented rather than announced.

On disclosure that a machine is involved, the direction of travel is towards it being required rather than optional, with transparency obligations for AI systems interacting with people appearing in EU legislation and in various US state laws. Both the wording and the timing requirements vary, and the safe implementation is early, plain and unambiguous regardless of what the local minimum turns out to be.

Two practical consequences follow from all this variation. First, you need to know where your callers are, which for a business advertising nationally is a wider set than the owner assumes. Second, the greeting has to be the strictest version rather than an average, because you cannot reliably infer a caller's state or country from a mobile number. One notice that satisfies the toughest jurisdiction you serve is cheaper to run than several with routing between them.

Do you have to say it is an AI?

Assume yes, and design as though it were required everywhere, because the cost of doing so is one short sentence and the cost of being wrong is a complaint you cannot answer. Say it in the greeting, in plain words, before the first question. Automated assistant is clearer than virtual agent, and both are better than a first name and nothing else.

Never give the agent the name of a real member of staff, and do not clone a real person's voice for it without their explicit written agreement. That is where disclosure failures become something worse than a compliance gap: a caller who believed they spoke to a named individual, and a named individual who never took the call.

One test settles most of it. If a recording of your greeting were played back to the caller during a dispute, would they say they had been told? If the answer needs interpretation, the greeting is not clear enough.

Can you use the recordings to improve the system?

Only as a decision you take deliberately, with a basis, and usually not by default. Improving accuracy on your own vocabulary is a legitimate purpose, but it is a different purpose from handling the call, and the material is now being retained longer and seen by more people than the caller had in mind.

Mechanically, three controls make this defensible. Redact before storing: strip card numbers, health details and anything else you did not need, ideally at transcription time rather than later. Separate the review dataset from the operational one, so a support engineer troubleshooting today's call is not browsing a year of audio. And set a retention period short enough that you can state it in a sentence.

Then check what your vendor does with the audio, in the contract rather than on a sales call. The questions are whether your calls are used to train their models, whether that can be switched off, where the audio is processed, which sub-processors touch it, and how quickly it is deleted. If the answers are not in the agreement, they are not commitments.

What should you settle before going live?

Six things, and five of them are yours rather than a lawyer's. The exact greeting wording, versioned. The point in the call at which recording starts. The route a caller uses to decline recording and continue. The retention period for audio and for transcripts, which can differ. What is redacted and when. And who in your organisation can listen to a recording.

The sixth is the one to take advice on, and it is narrow enough to be cheap: given where your callers are, whose consent is needed to record, and is your chosen lawful basis for processing the right one. Bring your greeting text and your retention decisions to that conversation and it becomes a review rather than a project.

Then test it as a caller. Ring in, refuse the recording, and check three things: that the call continued, that the refusal is in the log, and that no audio file exists for that call. Most implementations pass the first and fail the third.

Common questions

Do you need consent to record a call with an AI receptionist?
Usually you need at least a clear notice, and in some places the agreement of everyone on the call. The number of parties who must agree differs by state and by country, and for cross-border calls it may be the caller's location that counts. The mechanism that travels is announce before recording starts, offer a way to decline, and log what the caller heard and did.
Is consent the right lawful basis for recording calls?
Often not, under regimes modelled on the GDPR. Consent must be freely given, and a caller who needs help is not well placed to refuse, which weakens it. Legitimate interests supported by a clear notice is frequently more defensible, and that assessment is documented internally rather than announced on the call. This is a question worth putting to a local adviser.
Do we have to tell callers they are speaking to an AI?
Design as though you must. Transparency obligations for AI systems that interact with people are appearing in EU legislation and in various US state laws, with wording and timing requirements that differ. The cost of disclosing is one short sentence in the greeting. Say automated assistant in plain words before the first question, and never give the agent a real employee's name.
What happens if a caller refuses to be recorded?
The recording should stop and the conversation should continue. Treating refusal as a reason to end the call converts a reasonable caller into a lost enquiry. Your system needs to log the refusal, and no audio file should exist for that call afterwards. Test this yourself: most implementations honour the refusal in the conversation and still leave a file behind.
Can we use call recordings to improve the voice agent?
Only as a deliberate decision with its own basis, because improving the system is a different purpose from handling the call. Redact sensitive content at transcription time, keep the review dataset separate from operational data, and set a retention period you can state in one sentence. Check in the contract whether your vendor trains on your audio and whether that can be disabled.
How long should we keep call recordings and transcripts?
For the shortest period that serves a purpose you can name, and the two can differ: transcripts are smaller, easier to redact and often useful for longer than audio. Keep everything is not a policy, it is a growing liability and a growing storage bill. Decide the period before going live, write it down, and make deletion automatic rather than a task.

More on AI receptionist

Let’s create something out of this world together.

Have a project in mind? Contact us for expert design and development solutions. Let’s discuss how we can help grow your business.

Azaadi Offer

Claim a free security assessment

Until 31 August we're covering the cost of a full vulnerability assessment and penetration test. Mention it in your message and we'll scope it with you.

  • Web application testing, authenticated and unauthenticated
  • Mobile application testing across iOS and Android
  • External network and infrastructure assessment
  • Manual exploitation by engineers, not scanner output

Testing and the report are free. Fixing what we find is quoted separately, with no obligation to accept.

Read the full offer

Tell us what you are trying to build and we will tell you plainly whether we are the right people for it. Book a call with an expert to work through the detail, or ask for a fixed quote if the scope is already clear. No obligation either way.

Four fields is all we need to get started.

Fastnexa Logo

© 2026 fastnexa. All rights reserved.