Dialing
What is a parallel dialer, and how many lines can you actually run?
- 8 min read
By Sujan ThapaliyaLast updated
The short answer
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
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
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
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
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
| Lines | People who answer | Conversations | Abandoned | Abandon rate |
|---|---|---|---|---|
| 1 | 5.0 | 5.00 | 0.00 | 0.0% |
| 2 | 10.0 | 9.75 | 0.25 | 2.5% |
| 3 | 15.0 | 14.26 | 0.74 | 4.9% |
| 4 | 20.0 | 18.55 | 1.45 | 7.3% |
| 5 | 25.0 | 22.62 | 2.38 | 9.5% |
| 6 | 30.0 | 26.49 | 3.51 | 11.7% |
| 8 | 40.0 | 33.66 | 6.34 | 15.9% |
| 10 | 50.0 | 40.13 | 9.87 | 19.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
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.
| Connect rate | Typical list | Max lines at 3% | Abandon rate there |
|---|---|---|---|
| 2% | Cold, unqualified | 4 | 2.96% |
| 5% | Cold, targeted | 2 | 2.50% |
| 10% | Warm or inbound-sourced | 1 | 0.00% |
| 15% | Existing customers, callbacks | 1 | 0.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
Frequently asked questions
What is a parallel dialer?
How many lines should a parallel dialer use?
Is parallel dialing legal?
What is the difference between a parallel dialer and a power dialer?
Does parallel dialing hurt number reputation?
What counts as an abandoned call?
Sources
- Telemarketing Sales Rule — Federal 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