# CON-VERBAL-ELEMENTS — Verbal script must contain all eight required consent elements

> The script must capture explicit consent and state the brand, message types, frequency, rates, opt-out, help, and the privacy policy.

- **Rule ID:** CON-VERBAL-ELEMENTS
- **Layer:** Consent flow (`CONSENT_FLOW`)
- **Checks:** `verbal script`
- **Severity:** BLOCKING — Breaking this rule gets the submission rejected outright.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** AI judgement over the submitted form
- **Fix type:** Produce a document that does not exist yet
- **Required by:** TCR, FCC, CTIA
- **Applies:** Applies when consent was collected by live verbal and IVR.
- **Canonical URL:** https://ekas.io/rules/10dlc/consent-flow/con-verbal-elements/

## Why this rule exists

Each of the eight elements carries its own DCA reject code, so a script missing one is rejected for that specific reason rather than generically — and the fix is correspondingly specific. Oral consent is only valid where it captures the same substance a written disclosure would, which is why the element list mirrors the web one.

## How to fix it

Amend the script so every element is spoken, and have the agent capture an explicit "yes" rather than treating silence or continuing the call as agreement. Record the call or log the consent timestamp against the customer record.

## Example of a compliant value

```text
"Before we finish — would you like to receive text messages from Acme Coffee about your orders and our promotions? Message frequency varies, message and data rates may apply, you can reply STOP at any time to unsubscribe or HELP for help, and our privacy policy is at acmecoffee.com/privacy. Can I confirm you agree to receive these texts at the number ending 4471?"
```

## Provider rejection codes

| Provider | Code | Resubmission allowed |
| --- | --- | --- |
| TCR/DCA | `2105` | yes |
| TCR/DCA | `2108` | yes |
| TCR/DCA | `2109` | yes |
| TCR/DCA | `2110` | yes |
| TCR/DCA | `2111` | yes |
| TCR/DCA | `2112` | yes |
| TCR/DCA | `2119` | yes |
| TCR/DCA | `7107` | yes |
