{"id":3919,"date":"2026-09-13T05:12:34","date_gmt":"2026-09-13T05:12:34","guid":{"rendered":"https:\/\/www.plura.ai\/articles\/vicidial-tcpa-compliance-issues"},"modified":"2026-09-13T05:12:34","modified_gmt":"2026-09-13T05:12:34","slug":"vicidial-tcpa-compliance-issues","status":"publish","type":"post","link":"https:\/\/www.plura.ai\/articles\/vicidial-tcpa-compliance-issues","title":{"rendered":"VICIdial TCPA Compliance: Settings, Risks, and Gaps"},"content":{"rendered":"<p><em>Written by: Matt Beucler, CEO, Plura AI<\/em><\/p>\n<h2 id=\"key-takeaways\">Key Takeaways<\/h2>\n<ul>\n<li>VICIdial gives you core dialing controls, but you still configure TCPA-related settings yourself for abandoned call rates, timezone rules, DNC handling, and consent tracking.<\/li>\n<li>The 3% abandoned call rule is the main predictive dialing risk. Set adaptive_dropped_percentage to 2.0\u20132.5% and use ADAPT_HARD_LIMIT to keep a margin below the FCC ceiling.<\/li>\n<li>Timezone and safe-hours issues usually start with inaccurate gmt_offset_now values. Postal code-based timezone detection and buffered call times such as 8:05 AM\u20138:55 PM reduce the risk of calls outside the 8 AM\u20139 PM local window.<\/li>\n<li>VICIdial\u2019s internal DNC lists do not scrub against the National DNC Registry or the Reassigned Numbers Database, so teams still run external scrubs every 31 days and manage consent records through custom lead fields or a CRM.<\/li>\n<li>Plura AI provides the enforcement layer VICIdial leaves to you: real-time DNC scrubbing, tamper-proof consent logs, and carrier-level STIR\/SHAKEN signing. <a href=\"https:\/\/plura.ai\/ai-predictive-dialer\" target=\"_blank\" rel=\"noindex nofollow\">See how Plura\u2019s AI Predictive Dialer handles carrier-level signing<\/a>.<\/li>\n<\/ul>\n<h2>VICIdial Abandoned Call Rate TCPA: When Predictive Pacing Outruns Your Agents<\/h2>\n<p>Abandoned call exposure usually shows up first in your VICIdial stats. Drop rate climbs above 3%, agents sit idle between calls, and DROP dispositions stack up in the real-time report.<\/p>\n<p><strong>Symptom:<\/strong> Drop rate above 3% in campaign stats, idle agents, and growing DROP dispositions in the real-time report.<\/p>\n<p><strong>Root Cause in VICIdial:<\/strong> The interaction between <code>auto_dial_level<\/code> and the drop percentage limit drives this behavior. When <code>dial_method<\/code> uses an adaptive mode (<code>ADAPT_TAPERED<\/code>, <code>ADAPT_AVERAGE<\/code>, or <code>ADAPT_HARD_LIMIT<\/code>), <code>auto_dial_level<\/code> becomes the maximum level the system can reach. VICIdial then adjusts the actual dial level between 1.0 and that maximum based on five inputs: current drop rate percentage, average agent wait time, average talk time, number of available agents, and the <code>adaptive_intensity<\/code> modifier.<\/p>\n<p><strong>Settings and Data Fields:<\/strong> <code>auto_dial_level<\/code>, <code>adaptive_dropped_percentage<\/code>, <code>adaptive_maximum_level<\/code>, <code>drop_rate_group<\/code>, <code>adaptive_intensity<\/code>, <code>adaptive_dl_diff_target<\/code>, <code>available_only_ratio_tally<\/code>, and DROP dispositions in campaign stats.<\/p>\n<p><strong>Compliant Fix:<\/strong> <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">The FCC\u2019s predictive-dialer abandonment rule, codified at 47 C.F.R. \u00a7 64.1200(a)(7) and finalized in FCC 03-153, caps abandoned calls at 3% of all calls answered by a live person, measured per campaign over a rolling 30-day period.<\/a><sup data-disclaimer-id=\"23\" data-disclaimer-index=\"2\">2<\/sup> Targeting that ceiling directly creates unnecessary risk, because a single bad afternoon can push a campaign over the limit. Set <code>adaptive_dropped_percentage<\/code> to 2.0\u20132.5% so the campaign can absorb short-term spikes. The measurement window matters as well, so set <code>drop_rate_group<\/code> to <code>CAMPAIGN_ONLY<\/code> and keep each campaign in its own window. For strict pacing, use <code>ADAPT_HARD_LIMIT<\/code>, which keeps the drop rate under the configured threshold. When the rate climbs, read DROP dispositions in the real-time report: a sudden spike usually points to too many agents pausing at once, a dial level set too high for the available staff, or a carrier delivery spike that connects a batch of calls together.<\/p>\n<p><a href=\"https:\/\/plura.ai\/pricing\" target=\"_blank\">See how Plura\u2019s per-minute rates compare to your current dialer spend.<\/a><\/p>\n<h2>Timezone and Safe-Hours Failures: When gmt_offset_now Goes Wrong<\/h2>\n<p>Drop rate is often the first control teams tune. The next exposure is timing, because even a campaign with no abandoned calls can create TCPA risk if it dials at the wrong hour.<\/p>\n<p><strong>Symptom:<\/strong> Calls placed outside the 8:00 AM\u20139:00 PM calling window, Central time leads reached at 7:00 AM local, and DST transition days with spikes in early or late calls.<\/p>\n<p><strong>Root Cause in VICIdial:<\/strong> The <code>gmt_offset_now<\/code> field in <code>vicidial_list<\/code> holds each lead\u2019s current GMT offset, including DST adjustment. The <code>AST_VDhopper.pl<\/code> script updates this value, and the hopper uses it for time filtering. If <code>gmt_offset_now<\/code> is wrong, leads are dialed at the wrong time regardless of <code>call_time<\/code> settings. Area-code-only timezone lookup struggles with number portability, so a consumer with a 212 number who moved to Phoenix may sit in Mountain Standard Time year-round, not Eastern.<\/p>\n<p><strong>Settings and Data Fields:<\/strong> <code>gmt_offset_now<\/code>, <code>vicidial_postal_codes<\/code> table (postal_code, state, GMT_offset, DST, DST_range), campaign <code>Local Call Time<\/code>, <code>state_call_time<\/code>, and <code>Use Campaign Timezone<\/code> set to <code>TZCODE<\/code>.<\/p>\n<p><strong>Compliant Fix:<\/strong> <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/tcpa-compliance-requirements\" target=\"_blank\" rel=\"noindex nofollow\">FCC rules at 47 C.F.R. \u00a7 64.1200 prohibit telephone solicitations before 8:00 AM or after 9:00 PM in the called party\u2019s local time zone, implementing the Telephone Consumer Protection Act (TCPA) at 47 U.S.C. \u00a7 227.<\/a><sup data-disclaimer-id=\"23\" data-disclaimer-index=\"2\">2<\/sup> State rules can be stricter: <a href=\"https:\/\/numberbroom.com\/state-tcpa-laws\/calling-hours\" target=\"_blank\" rel=\"noindex nofollow\">Washington\u2019s Commercial Telephone Solicitation law (RCW 19.158.040(2)) restricts calls to 8:00 AM\u20138:00 PM local time<\/a>, and Texas permits telemarketing calls from 9:00 AM\u20139:00 PM Monday through Saturday and noon\u20139:00 PM on Sundays under Tex. Bus. &amp; Com. Code \u00a7 301.051(b)(2). Start with <code>Use Campaign Timezone<\/code> set to <code>TZCODE<\/code>, which uses postal code for more accurate timezone detection. For states with stricter windows, configure <code>state_call_time<\/code> overrides; VICIdial evaluates both <code>call_time<\/code> and <code>state_call_time<\/code> and applies the more restrictive rule. Buffers form the final layer, so set call times such as 8:05 AM\u20138:55 PM instead of 8:00 AM\u20139:00 PM to protect against DST shifts and clock skew. After each DST transition, restart the hopper script to force a timezone recalculation.<\/p>\n<h2>VICIdial DNC Compliance: What the Internal List Does Not Do<\/h2>\n<p>DNC exposure often appears as cross-campaign leakage. Opt-outs from one campaign still receive calls from another, National DNC numbers show up in dial lists, and reassigned numbers receive calls meant for the prior subscriber.<\/p>\n<p><strong>Symptom:<\/strong> Company-level opt-outs continue to receive calls, National DNC numbers appear in lists, and reassigned numbers get dialed.<\/p>\n<p><strong>Root Cause in VICIdial:<\/strong> VICIdial\u2019s internal DNC list applies across all campaigns, while campaign DNC lists handle campaign-level opt-outs. VICIdial does not natively integrate with the FTC\u2019s National Do Not Call Registry in real time, so operators scrub lists externally before import and re-scrub every 31 days, which is the maximum interval allowed by law. The FCC Reassigned Numbers Database (RND) also sits outside the platform and requires separate queries.<\/p>\n<p><strong>Settings and Data Fields:<\/strong> <code>Use Internal DNC List<\/code>, <code>Use Campaign DNC List<\/code>, campaign DNC list fields, and the <code>vicidial_dnc<\/code> table.<\/p>\n<p><strong>Compliant Fix:<\/strong> Enable both <code>Use Internal DNC List<\/code> and <code>Use Campaign DNC List<\/code> in the Campaign Detail DNC\/Filtering section. The internal list handles company-wide opt-outs, and campaign lists handle campaign-specific requests. Under 47 C.F.R. \u00a7 64.1200(l), callers query the Reassigned Numbers Database (RND) before placing autodialed or prerecorded calls to reduce calls to consumers who have not given consent. The RND query uses at least the phone number and the date consent was obtained. <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/tcpa-compliance-requirements\" target=\"_blank\" rel=\"noindex nofollow\">Federal DNC scrubbing occurs at least every 31 days, and internal opt-out requests are honored within 10 business days. A consumer who opts out of one campaign is treated as opted out of all autodialed marketing messages from the company, so internal DNC lists operate at the company level rather than the campaign level.<\/a><\/p>\n<h2>Consent and Recordkeeping: The Proof Gap VICIdial Cannot Close<\/h2>\n<p>Consent and recordkeeping issues usually surface when a demand letter arrives. You need to prove the call was compliant, and VICIdial shows the call but not the underlying consent record.<\/p>\n<p><strong>Symptom:<\/strong> Legal or regulatory inquiries require proof of consent, but the dialer only shows call activity.<\/p>\n<p><strong>Root Cause in VICIdial:<\/strong> The <code>vicidial_log<\/code> table records the exact time of every dial attempt, which allows queries that identify calls made outside the 8 AM\u20139 PM local window by joining <code>vicidial_log<\/code> to <code>vicidial_list<\/code> and computing local time as <code>call_date<\/code> plus <code>gmt_offset_now<\/code> hours. At the same time, VICIdial does not natively manage or tamper-proof prior express written consent logs, timestamped opt-ins, or lead-source URLs. Teams store consent records in custom lead fields or an external CRM, and VICIdial enforces consent-based dialing through list segmentation and campaign configuration.<\/p>\n<p><strong>Settings and Data Fields:<\/strong> Custom lead fields such as <code>consent_timestamp<\/code>, <code>consent_source<\/code>, <code>consent_language<\/code>, <code>consent_company<\/code>, <code>consent_ip<\/code>, and <code>consent_method<\/code>, validated before a lead enters the hopper through a custom lead filter that excludes records without required consent fields.<\/p>\n<p><strong>Compliant Fix:<\/strong> A defensible consent record includes the timestamp, the channel, the exact disclosure language the consumer saw, and the specific seller they authorized; without that structure the record may not withstand a legal challenge. VICIdial\u2019s native logs do not capture that full picture, so build custom lead fields for each element and validate them before records enter the hopper. <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/tcpa-compliance-requirements\" target=\"_blank\" rel=\"noindex nofollow\">TCPA compliance records are often retained for at least 4 years to align with the statute of limitations, and some guidance recommends five years.<\/a> Because the dialer database may purge call detail records after 90 days, store raw records outside the platform. <a href=\"https:\/\/www.plura.ai\/guides\/ai-marketing-automation\" target=\"_blank\">TCPA violations can cost $500 to $1,500 per text or call<\/a>, and <a href=\"https:\/\/www.cornerstone.com\/wp-content\/uploads\/2024\/03\/Securities-Class-Action-Settlements-2023-Review-and-Analysis.pdf\" target=\"_blank\" rel=\"noindex nofollow\">the average securities class action settlement amount in 2023 reached $47.3 million, a 25% increase from 2022<\/a>.<sup data-disclaimer-id=\"24\" data-disclaimer-index=\"3\">3<\/sup><\/p>\n<p><a href=\"https:\/\/plura.ai\/calculator\" target=\"_blank\">Run your numbers through Plura\u2019s calculator to check your ROI in real time.<\/a><\/p>\n<h2>Caller ID, STIR\/SHAKEN, and Attestation: Why Open-Source Dialers Cannot Sign<\/h2>\n<p>Calls display as spam, answer rates drop, and carriers block or throttle traffic.<\/p>\n<p><strong>Symptom:<\/strong> Calls display as spam, answer rates drop, and carriers block or throttle traffic.<\/p>\n<p><strong>Root Cause in VICIdial:<\/strong> VICIdial\u2019s documented STIR\/SHAKEN support uses the official TILTX integration (svn\/trunk 3449+). An AGI script runs before each outbound carrier dial and tags the call with X-TILTX-ID, Identity, and CAID headers for TILTX\u2019s service. VICIdial itself does not hold a certificate or perform signing. Call centers running FreePBX or VICIdial as a dialer generally cannot obtain their own SHAKEN certificate, because they lack three elements: a numbering-eligible OCN, a 499A filing as a telecommunications provider, and RMD certification as a voice service provider.<\/p>\n<p><strong>Settings and Data Fields:<\/strong> Caller ID configuration in Campaign Detail, <code>campaign_recording_message<\/code> for recording notification, and TILTX integration headers.<\/p>\n<p><strong>Compliant Fix:<\/strong> <a href=\"https:\/\/stirshaken.ai\/blog\/stir-shaken-compliance-guide-2026\" target=\"_blank\" rel=\"noindex nofollow\">STIR\/SHAKEN is the FCC caller-ID authentication framework for IP and VoIP voice calls, described in 47 C.F.R. Part 64, Subpart CC.<\/a> <a href=\"https:\/\/stirshaken.ai\/blog\/fcc-stir-shaken-rule-changes-2025-2026\" target=\"_blank\" rel=\"noindex nofollow\">The FCC\u2019s Third-Party Authentication Order, effective June 20, 2025, requires voice service providers with a STIR\/SHAKEN obligation to obtain their own certificate(s) and authenticate their own calls instead of relying on a third-party vendor\u2019s certificate.<\/a> For outbound operations, weak or missing STIR\/SHAKEN authentication can reduce answer rates because calls may appear as unverified, suspected spam, or blocked by carrier and handset reputation systems. Operators typically work with their carrier to secure the highest attestation level the carrier can support.<\/p>\n<h2>Prerecorded Messages and Voicemail Drops: Consent Before the Beep<\/h2>\n<p>Voicemail drops and prerecorded messages create a separate TCPA exposure from abandoned calls. Complaints often focus on messages left without clear consent or opt-out instructions.<\/p>\n<p><strong>Symptom:<\/strong> Voicemail drops trigger complaints, opt-out requests are not honored consistently, and script reviews reveal disclosure gaps.<\/p>\n<p><strong>Root Cause in VICIdial:<\/strong> <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">Voicemail drops do not count as abandoned calls under the 3% rule, but leaving a prerecorded message on voicemail without prior express consent implicates 47 C.F.R. \u00a7 64.1200(a)(1), which is separate from the abandoned call rule.<\/a> In February 2024, the FCC clarified that AI-generated voices qualify as artificial voices under the TCPA, so the consent standard aligns with robocalls.<\/p>\n<p><strong>Settings and Data Fields:<\/strong> Voicemail drop configuration in Campaign Detail, <code>campaign_recording_message<\/code>, and Safe Harbor Audio settings.<\/p>\n<p><strong>Compliant Fix:<\/strong> <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">FCC guidance states that a recorded message should begin playing within two seconds of the called party\u2019s completed greeting, state the name and phone number of the business on whose behalf the call was made, and include a do-not-call opt-out mechanism reachable during normal business hours; a website alone does not satisfy this requirement.<\/a> Configure <code>Drop Action: AUDIO<\/code>, <code>Safe Harbor Audio: safe_harbor_message_audio<\/code>, and <code>Safe Harbor Exten: 8300<\/code> in Campaign Detail, with the audio file stored in <code>\/var\/lib\/asterisk\/sounds\/<\/code>. Consult qualified counsel on the consent standards that apply to your campaign type and jurisdictions.<\/p>\n<h2>Dialing Mode Branch: Predictive, Progressive, and Manual<\/h2>\n<p>Compliance exposure shifts as you change dialing modes. The list below maps each mode to its primary risk area.<\/p>\n<ul>\n<li><strong>Predictive:<\/strong> The 3% abandoned call rule applies directly. <code>auto_dial_level<\/code> and <code>adaptive_dropped_percentage<\/code> act as the main controls, and DROP dispositions require real-time monitoring.<\/li>\n<li><strong>Progressive:<\/strong> <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">A pure power dialer that places one line per agent at a time does not generate abandoned calls by design, because a call only fires when an agent is ready. The 3% rule targets systems that dial multiple lines at once. What matters is whether a live person answered with no agent available, regardless of how the dialer is labeled.<\/a><\/li>\n<li><strong>Manual\/Click-to-Call:<\/strong> Timezone and safe-hours rules still apply, DNC scrubbing still apply, and consent requirements still apply. The abandoned call rate rule is less central because a human initiates each call.<\/li>\n<\/ul>\n<h2>VICIdial TCPA Compliance Settings: Quick-Reference Table<\/h2>\n<p>The table below connects key VICIdial settings to specific TCPA exposures and shows a safer configuration pattern. Use it as a checklist when you review existing campaigns.<\/p>\n<table>\n<thead>\n<tr>\n<th>VICIdial Setting or Data Field<\/th>\n<th>TCPA Exposure<\/th>\n<th>Compliant Configuration<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>auto_dial_level<\/code><\/td>\n<td>Set too high, predictive pacing outruns available agents and spikes abandoned call rate above the <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">3% limit under 47 C.F.R. \u00a7 64.1200(a)(7)<\/a><\/td>\n<td>Use adaptive mode (<code>ADAPT_TAPERED<\/code> or <code>ADAPT_HARD_LIMIT<\/code>) and treat <code>auto_dial_level<\/code> as a ceiling, not a fixed multiplier<\/td>\n<\/tr>\n<tr>\n<td><code>adaptive_dropped_percentage<\/code><\/td>\n<td>Targeting the 3.0% maximum leaves no margin for carrier delivery spikes or agent pause clusters<\/td>\n<td>Set to 2.0\u20132.5% to preserve a safety margin below the 3% ceiling<\/td>\n<\/tr>\n<tr>\n<td><code>adaptive_maximum_level<\/code><\/td>\n<td>No absolute ceiling allows the adaptive algorithm to over-dial during high-connect-rate periods<\/td>\n<td>Set to a level your agent pool can absorb without drops<\/td>\n<\/tr>\n<tr>\n<td><code>gmt_offset_now<\/code><\/td>\n<td>Wrong offset dials leads outside the <a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/tcpa-compliance-requirements\" target=\"_blank\" rel=\"noindex nofollow\">8:00 AM\u20139:00 PM local window under 47 C.F.R. \u00a7 64.1200(c)(1)<\/a><\/td>\n<td>Verify <code>vicidial_postal_codes<\/code> mapping and force recalculation after DST transitions<\/td>\n<\/tr>\n<tr>\n<td>Campaign <code>Local Call Time<\/code><\/td>\n<td>Assigned separately from general <code>Call Time<\/code>; only <code>Local Call Time<\/code> enforces timezone-aware dialing<\/td>\n<td>Assign <code>Local Call Time<\/code> to every campaign and set buffers such as 8:05 AM\u20138:55 PM<\/td>\n<\/tr>\n<tr>\n<td>DROP dispositions<\/td>\n<td>Accumulating DROP dispositions indicate abandoned calls without agent connection<\/td>\n<td>Monitor the real-time report and lower dial level when drop rate approaches 2.5%<\/td>\n<\/tr>\n<tr>\n<td>Internal DNC fields<\/td>\n<td>Internal DNC does not scrub against the National DNC Registry or RND<\/td>\n<td>Enable both internal and campaign DNC lists, scrub externally every 31 days, and query RND before dialing<\/td>\n<\/tr>\n<tr>\n<td>Caller ID configuration<\/td>\n<td>Open-source dialers cannot natively sign STIR\/SHAKEN, so calls may be labeled spam or blocked<\/td>\n<td>Work with your carrier to ensure calls are signed at the highest attestation level supported<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>When Manual Configuration Stops Scaling: The Natural Next Step<\/h2>\n<p>Manual VICIdial tuning works for smaller programs, but it strains as volume, brands, and rule sets grow. VICIdial provides the dialing settings and logs, and you add the enforcement layer, consent records, and carrier-level identity on top.<\/p>\n<p>For teams that have outgrown manual controls, Plura AI is an FCC-licensed platform of AI agents that run voice, SMS, RCS, and webchat conversations on 100% U.S. infrastructure. Plura\u2019s Compliance Engine includes enforcement logic for TCPA, DNC, HIPAA, SOC 2, CAN-SPAM, and 50+ state rule sets.<sup data-disclaimer-id=\"22\" data-disclaimer-index=\"1\">1<\/sup> Every outbound contact is checked against federal and state DNC registries in real time before dialing. Consent records are timestamped and immutable, quiet-hours enforcement runs automatically through timezone detection, and audit-ready exports are available in one click.<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1779339090994-980045ddacd2.png\" alt=\"Plura Security &amp; Compliance dashboard highlighting SOC 2, ISO, and GDPR standards with secure trust verification management.\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>Plura Security &amp; Compliance supports SOC 2, ISO, and GDPR standards with trust registration, verification management, and secure AI communications.<\/em><\/figcaption><\/figure>\n<p><sup data-disclaimer-id=\"22\" data-disclaimer-index=\"1\">1<\/sup><\/p>\n<p>Plura\u2019s <a href=\"https:\/\/plura.ai\/ai-predictive-dialer\" target=\"_blank\" rel=\"noindex nofollow\">AI Predictive Dialer<\/a> is a logical next step for operators who need carrier-level controls and branded caller ID issued through Plura\u2019s FCC-licensed carrier. Plura supports customer compliance; customers remain responsible for their own regulatory obligations and certifications.<\/p>\n<figure style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/cdn.aigrowthmarketer.co\/1779339309900-eefcb08741d1.png\" alt=\"Plura Predictive Dialer dashboard showing AI-powered outbound dialing, intelligent call routing, and performance analytics.\" style=\"max-height: 500px\" loading=\"lazy\"><figcaption><em>Plura Predictive Dialer uses AI-powered outbound dialing, intelligent routing, and real-time analytics to maximize call performance.<\/em><\/figcaption><\/figure>\n<p><a href=\"https:\/\/plura.ai\/pricing\" target=\"_blank\">Review Plura pricing and see how it compares to your current stack.<\/a><\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p>The questions below cover the TCPA topics contact center leaders most often raise after auditing a VICIdial deployment.<\/p>\n<h3>What Is the TCPA 3% Abandoned Call Limit and How Does VICIdial Track It?<\/h3>\n<p><a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">The FCC\u2019s predictive-dialer abandonment rule, codified at 47 C.F.R. \u00a7 64.1200(a)(7), caps abandoned calls at 3% of all calls answered by a live person, measured per campaign over a rolling 30-day period.<\/a> VICIdial tracks drop rate in real time through the <code>vicidial_drop_rate_groups<\/code> system and calculates it as DROP-status calls divided by total answered calls, where answered calls include agent-routed calls, drops, and AMD-classified calls, while NA, B, and DC calls are excluded from both numerator and denominator.<\/p>\n<h3>How Do You Prove Your VICIdial Calls Were Compliant?<\/h3>\n<p>A defensible audit trail includes timestamp, source URL, consent language, and IP address for every consent record. VICIdial logs call detail records in <code>vicidial_log<\/code>, but it does not natively manage or tamper-proof consent logs. As noted above, VICIdial logs the call but not the consent, so the consent record lives in custom lead fields or an external CRM. Build custom fields for each consent element and validate them before a lead enters the hopper. Retain records for the 4-year window described above, and note that some guidance recommends five years. Store raw call detail records outside the dialer database, which may purge after 90 days by default.<\/p>\n<h3>VICIdial Timezone and Safe Hours Configuration for TCPA<\/h3>\n<p>Set <code>Use Campaign Timezone<\/code> to <code>TZCODE<\/code> so VICIdial uses the lead\u2019s postal code for more precise timezone detection than area code. Configure <code>state_call_time<\/code> overrides for states with stricter windows, including Washington\u2019s 8:00 PM cutoff under RCW 19.158.040(2) and Texas\u2019s noon Sunday start under Tex. Bus. &amp; Com. Code \u00a7 301.051(b)(2). Set call-time buffers such as 8:05 AM\u20138:55 PM to protect against DST transitions and server clock skew. After DST transitions, restart the hopper script to force a timezone recalculation.<\/p>\n<h3>Does the TCPA Apply to Debt Collection Calls Made From VICIdial?<\/h3>\n<p><a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">Debt collection calls can fall within the TCPA framework. FCC orders have addressed arguments that debt collection calls sit outside TCPA coverage for non-marketing purposes when they use an ATDS to dial cell phones, and 47 U.S.C. \u00a7 227(b) ATDS provisions can apply to debt collection calls to cell phones without consent regardless of the abandoned call rate rule.<\/a> The CFPB\u2019s Regulation F at 12 C.F.R. Part 1006 applies a related framework to consumer debt collection with the same 8:00 AM\u20139:00 PM presumption. Consult qualified counsel for guidance on your specific program.<\/p>\n<h3>What Is the Maximum Fine for a TCPA Violation?<\/h3>\n<p><a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/predictive-dialer-abandoned-call-rate-tcpa-three-percent-rule\" target=\"_blank\" rel=\"noindex nofollow\">The TCPA sets statutory damages of $500 per violation and up to $1,500 per willful or knowing violation under 47 U.S.C. \u00a7 227(c)(5), with no cap on the number of violations in a class action. The FCC can impose administrative penalties under 47 U.S.C. \u00a7 503(b) of up to $23,755 per willful violation (inflation-adjusted as of 2024) for telemarketing rule violations.<\/a> Review the regulation and consult qualified counsel for guidance on your specific exposure.<\/p>\n<h3>Which Calls Are Exempt From the TCPA?<\/h3>\n<p>The FTC\u2019s Telemarketing Sales Rule jurisdictional exemptions cover banks, federal credit unions, federal savings and loans, common carriers acting as such, and genuine nonprofit organizations. The exemption belongs to the covered entity and does not extend automatically to third-party telemarketers calling on its behalf. B2B calls generally fall outside the TSR unless they involve retail sales of nondurable office or cleaning supplies or solicit sales or charitable contributions from a company\u2019s employees. Consult the regulation or qualified counsel to understand how exemptions apply to your calling program.<\/p>\n<h3>What Is the Statute of Limitations for a TCPA Violation?<\/h3>\n<p><a href=\"https:\/\/leadcompliant.com\/articles\/tcpa-basics\/tcpa-compliance-requirements\" target=\"_blank\" rel=\"noindex nofollow\">The statute of limitations for TCPA claims is four years under 28 U.S.C. \u00a7 1658, running from the date of each alleged violation.<\/a> Retain call records for at least that 4-year period, and consider longer retention where state rules such as Virginia\u2019s 10-year DNC record requirement apply.<\/p>\n<h2>Conclusion: The Controls Exist. The Enforcement Layer Is What You Add<\/h2>\n<p>VICIdial gives you <code>auto_dial_level<\/code>, <code>gmt_offset_now<\/code>, internal DNC lists, and call detail records. The enforcement layer sits above those controls and includes real-time DNC scrubbing against federal and state registries, tamper-proof consent logs, carrier-level STIR\/SHAKEN signing, and automatic quiet-hours enforcement across 50+ state rule sets.<\/p>\n<p>For operators who have outgrown manual configuration, Plura AI supplies that enforcement infrastructure on top of the dialer. Plura applies pre-loaded TCPA, DNC, HIPAA, SOC 2, and state rule sets on every outbound contact, maintains timestamped and immutable consent records, and delivers branded caller ID through Plura\u2019s FCC-licensed carrier. Plura supports customer compliance, and customers remain responsible for their own regulatory obligations and certifications.<\/p>\n<p><a href=\"https:\/\/plura.ai\/pricing\" target=\"_blank\">Explore Plura pricing and model your cost per connected conversation.<\/a><\/p>\n<p><a href=\"https:\/\/plura.ai\/calculator\" target=\"_blank\">Use Plura\u2019s ROI calculator to quantify the impact of an enforcement layer on your program.<\/a><\/p>\n<hr data-disclaimer-divider=\"true\">\n<div data-disclaimer-footer=\"true\">\n<p data-disclaimer-id=\"22\" data-disclaimer-type=\"content_based\"><sup data-disclaimer-index=\"1\">1<\/sup> Plura AI maintains SOC 2, HIPAA, ISO, and GDPR posture as part of its platform infrastructure. References to compliance frameworks in this article describe Plura\u2019s platform capabilities and do not constitute a guarantee that any customer using Plura will themselves be compliant with applicable laws or standards. Customers remain solely responsible for their own regulatory obligations, certifications, consent management, recordkeeping, and the claims they make to their own end users. Consult qualified legal counsel for guidance specific to your use case.<\/p>\n<p data-disclaimer-id=\"23\" data-disclaimer-type=\"content_based\"><sup data-disclaimer-index=\"2\">2<\/sup> This article describes regulatory frameworks at a general level and does not constitute legal advice. Laws and regulations vary by jurisdiction, change over time, and apply differently depending on facts and circumstances. Readers should consult qualified legal counsel before making compliance decisions.<\/p>\n<p data-disclaimer-id=\"24\" data-disclaimer-type=\"content_based\"><sup data-disclaimer-index=\"3\">3<\/sup> Performance figures, customer outcomes, and industry statistics referenced in this article are drawn from cited third-party sources or Plura customer case studies. Individual results vary based on implementation, use case, industry, audience, and execution. Past or aggregate performance is not a guarantee of future results.<\/p>\n<p data-disclaimer-id=\"21\" data-disclaimer-type=\"fixed\">This article is provided for informational purposes only and reflects Plura AI\u2019s understanding at the time of publication. Product capabilities, integrations, and specifications are subject to change. For the most current information, visit plura.ai.<\/p>\n<p data-disclaimer-id=\"27\" data-disclaimer-type=\"fixed\">This article was produced with the assistance of AI tools and reviewed by Plura AI prior to publication.<\/p>\n<\/div>\n<section data-read-next=\"true\">\n<h2>Read Next<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.plura.ai\/articles\/tcp-compliant-ai-predictive-dialer\" target=\"_blank\">TCPA-Compliant AI Predictive Dialer: 2026 Reference Guide<\/a><\/li>\n<li><a href=\"https:\/\/www.plura.ai\/articles\/vicidial-vs-readymode-comparison\" target=\"_blank\">VICIdial vs Readymode: The Operator&#8217;s Dialer Guide 2026<\/a><\/li>\n<li><a href=\"https:\/\/www.plura.ai\/articles\/tcpa-predictive-dialer-compliance\" target=\"_blank\">TCPA Predictive Dialer Compliance: 2026 Checklist<\/a><\/li>\n<li><a href=\"https:\/\/www.plura.ai\/articles\/voicemail-detection-tcpa-compliance\" target=\"_blank\">Voicemail Detection and TCPA: The 2026 Operator&#8217;s Guide<\/a><\/li>\n<li><a href=\"https:\/\/www.plura.ai\/articles\/what-is-tcpa-compliance\" target=\"_blank\">What Is TCPA Compliance? Key Rules for Calls and Texts<\/a><\/li>\n<\/ul>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>VICIdial&#8217;s TCPA controls require manual enforcement. See where the gaps are and how Plura AI closes them across abandoned rates, DNC, and consent.<\/p>\n","protected":false},"author":106,"featured_media":3918,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-3919","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-contact-centers"],"_links":{"self":[{"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/posts\/3919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/comments?post=3919"}],"version-history":[{"count":0,"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/posts\/3919\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/media\/3918"}],"wp:attachment":[{"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/media?parent=3919"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/categories?post=3919"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.plura.ai\/articles\/wp-json\/wp\/v2\/tags?post=3919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}