Skip to content
AI Dialer

Dialing

What is a parallel dialer, and how many lines can you actually run?

  • 8 min read

By Last updated

The short answer

A parallel dialer places several calls simultaneously for one agent and connects the first person who answers. At a 5% connect rate, two lines yield 9.75 conversations per 100 dial cycles instead of 5. Three lines abandons 4.9% of answered calls — above the FTC's 3% safe harbour.

A parallel dialer places several calls at the same time on behalf of one agent, and hands over the first one a human answers. The rest are dropped. That is the entire mechanism, and it is why the technique is sometimes sold as a multi-line dialer — the product is lines, and the pitch is that more of them means more conversations.

More of them does mean more conversations. It also means more calls that a person picks up and finds nobody on. That second quantity is regulated, the first is not, and the ratio between them is fixed by arithmetic rather than by the quality of the software. This piece works out that ratio, because it decides the only setting on a parallel dialer that matters.

What is a parallel dialer?

A parallel dialer dials a batch of numbers simultaneously for a single agent, monitors all of them, and bridges the agent to whichever call a person answers first. Every other call in that batch is hung up — or, if the platform is doing its job, routed to a different free agent.

The distinction from the other modes is what the machine is trying to overcome. A power dialer dials one number at a time and removes the seconds an agent spends finding and keying the next one. A predictive dialer uses a pool of agents and a forecast of how long calls last to start dialing before anyone is free. Parallel dialing attacks a different problem entirely: not the gap between calls, but the fact that most calls are never answered at all.

That is a reasonable problem to attack. On cold outbound lists a connect rate between 3% and 8% is normal, which means an agent working one line at a time spends the overwhelming majority of the hour listening to ringing. Dialing five numbers at once looks like the obvious fix.

How does a parallel dialer work in practice?

  1. 1

    The batch is placed

    The dialer takes N numbers from the list and originates all N calls within the same second. The agent hears nothing yet.
  2. 2

    Every line is classified

    Each call is watched for ringing, a network tone, voicemail or a human voice. Answering machine detection does this, and it is the component that decides whether the system works — a false positive drops a real prospect, a false negative burns the agent's attention on a voicemail greeting.
  3. 3

    The first human wins

    The moment a line is classified as a live person, the agent is bridged onto it. This has to happen inside about two seconds of the greeting, which is both a courtesy and, under the Telemarketing Sales Rule, part of the legal definition of a call that was not abandoned.
  4. 4

    The rest are disposed of

    Every other answered line is either passed to another free agent or hung up. A hang-up here is an abandoned call, and it is counted.

Step four is where parallel dialing stops being a productivity feature and starts being a compliance decision. Everything else on the list is engineering.

How many lines can one agent run?

Take a list with a 5% connect rate — five out of every hundred numbers reach a person who says hello — and one agent. For a batch of N lines, the expected number of people who answer is simply N × 5%. But the agent can only speak to one of them, so the number of conversations is the probability that *at least* one line answers, which is 1 − 0.95^N. The gap between those two figures is the number of people who answered a call that was not there.

answers        = N × c
conversations  = 1 − (1 − c)^N
abandoned      = (N × c) − (1 − (1 − c)^N)
abandon rate   = abandoned ÷ answers
One agent, a 5% connect rate, per 100 dial cycles. The FTC safe harbour allows 3% of answered calls to be abandoned; the limit falls between two lines and three.
LinesPeople who answerConversationsAbandonedAbandon rate
15.05.000.000.0%
210.09.750.252.5%
315.014.260.744.9%
420.018.551.457.3%
525.022.622.389.5%
630.026.493.5111.7%
840.033.666.3415.9%
1050.040.139.8719.7%

Two things fall out of that table, and they point in opposite directions.

The first is that the productivity gain is real but front-loaded. Going from one line to two nearly doubles conversations, from 5.00 to 9.75. Going from eight lines to ten adds 6.5 conversations and 3.5 abandoned calls — you are now buying roughly one dropped call for every two you gain.

The second is that the abandon rate is not a knob. It is a consequence of the line count and the connect rate, and at five lines it is 9.5% whatever the vendor's dashboard is set to.

Three lines is already over the line

The FTC's Telemarketing Sales Rule provides a safe harbour for outbound campaigns that abandon no more than 3% of calls answered by a person, measured per campaign over any 30-day period. At a 5% connect rate and one agent, two lines abandons 2.5% and three lines abandons 4.9%. The setting that breaches it is the third line, not the tenth.

Why a higher connect rate means fewer lines

The result that surprises people: the better your list, the fewer lines you can run. Abandonment happens when two lines answer at once, and the chance of that rises with the square of the connect rate. A clean, well-targeted list is therefore harder to parallel-dial than a cold one.

The most lines a single agent can run and stay inside 3%, at each connect rate. Same arithmetic, solved for N.
Connect rateTypical listMax lines at 3%Abandon rate there
2%Cold, unqualified42.96%
5%Cold, targeted22.50%
10%Warm or inbound-sourced10.00%
15%Existing customers, callbacks10.00%

At a 10% connect rate, a single agent running two lines abandons 5% of answered calls. There is no line count above one that is compliant on a good list.

This is the part that vendor comparison pages leave out. A dialer offering "up to 10 lines per agent" is not offering you ten usable lines; it is offering you a setting whose legal ceiling depends on data it has not seen. If your connect rate improves — which is the entire point of everything else you are doing — the safe line count goes down.

How compliant parallel dialing actually works

Everything above assumes one agent per batch, which is the naïve configuration and the one most single-seat tools ship. It is also the only configuration in which the arithmetic is that bad.

Abandonment is not caused by two people answering. It is caused by two people answering when only one agent is free. Pool the agents and the second answer has somewhere to go: with a shared queue of eight agents, a batch that produces two live answers costs nothing, because the second is bridged to whoever else is available. The dialer stops being a per-agent line multiplier and becomes a pacing problem across a team — which is what a predictive dialer has always been.

3%

Abandoned calls allowed under the safe harbour

2s

To connect an agent before a call counts as abandoned

30 days

Period the rate is measured over, per campaign

15s

Minimum ring time before a call may be dropped

So the honest description of a parallel dialer for a sales team is narrower than the marketing: it is a way to run a small multiple of lines on a cold, low-connect list, with the line count derived from the connect rate rather than chosen, and with abandonment measured continuously rather than assumed. Used that way it is a genuine multiplier. Used as a slider labelled 1 to 10, it produces a compliance incident with a very good audit trail.

What to check before turning it on

Measure the connect rate of the specific list, not the account average — the safe line count is set by the best list you run, not the mean. Confirm the platform reports abandonment per campaign over 30 days rather than per session. Confirm calls ring at least 15 seconds before being dropped, and that a dropped call plays the required identification message rather than silence.

Frequently asked questions

What is a parallel dialer?
A parallel dialer places several outbound calls simultaneously for one agent and bridges the agent to the first call a person answers. The remaining answered calls are either routed to another free agent or hung up, and the hung-up ones count as abandoned calls under the Telemarketing Sales Rule.
How many lines should a parallel dialer use?
It depends entirely on the connect rate of the list. At 2% a single agent can run four lines and stay under the 3% abandonment safe harbour; at 5% the limit is two lines; above 6% there is no compliant line count above one without pooling agents, because two lines abandon exactly half the connect rate.
Is parallel dialing legal?
Yes, with limits. The FTC's Telemarketing Sales Rule permits outbound campaigns to abandon up to 3% of calls answered by a person, measured per campaign across any 30-day period, provided calls ring for at least 15 seconds and abandoned calls play an identifying message. Parallel dialing is legal exactly while it stays inside that.
What is the difference between a parallel dialer and a power dialer?
A power dialer places one call at a time and saves the seconds an agent would spend selecting and dialing the next number. A parallel dialer places several at once and discards the surplus answers. The power dialer cannot generate an abandoned call; the parallel dialer's core mechanism is generating them.
Does parallel dialing hurt number reputation?
It can, through volume rather than through the technique. Placing three to five times as many calls per agent-hour from the same numbers raises the short-duration and unanswered call ratios that carrier analytics use to flag a number, which is the same signal that produces a spam label.
What counts as an abandoned call?
A call answered by a person where a live representative is not connected within two seconds of that person's completed greeting. Voicemails, no-answers and busy signals are not abandoned calls, which is why answering machine detection accuracy has a direct effect on the measured rate.

Sources

  1. Telemarketing Sales RuleFederal Trade CommissionDo-not-call obligations, abandonment-rate limits for predictive dialing, and required call disclosures.

See it working: parallel dialer

A parallel dialer places several outbound calls at once for a single rep and connects the first one a human answers, dropping the rest. Because most cold calls go unanswered, dialling three to five lines in parallel produces several times as many live conversations per hour as one-at-a-time dialling.

  • No subscription
  • Numbers in 100+ countries
  • Compliance built in