Skip to content
Routing & Operations 8 min read

Post-Dial Delay (PDD) in VoIP: What It Is, Why It Matters, and How to Reduce It

Diagram showing the SIP call setup timeline from INVITE to 180 Ringing or 183 Session Progress, with the Post-Dial Delay interval highlighted

Post-Dial Delay (PDD) is the time elapsed from the moment the last digit is dialed — or, in VoIP, the moment the dialer fires a SIP INVITE — to the moment the caller first hears a ringback tone or early media from the far end. In SIP terms, PDD is measured from the INVITE being sent to the first provisional response received: either a 180 Ringing or a 183 Session Progress. Industry convention treats PDD under 7 seconds as acceptable; above that threshold, callers often assume the call has failed and hang up.

PDD is one of those call quality metrics that is easy to overlook until it becomes a problem. When a caller finishes dialing and hears nothing — no ring, no tone, no feedback — for several seconds, the experience deteriorates fast. Understanding what drives PDD, how it is measured in the SIP protocol, and what can be done to reduce it matters for anyone running outbound calls at scale.

How PDD is measured in SIP

In SIP-based VoIP, a call attempt begins with a SIP INVITE — a signaling message the originating side sends to the destination, initiating the call setup sequence. PDD is the time from that INVITE being sent to the first provisional response arriving back at the originating side.

Two provisional responses are relevant:

  • 180 Ringing — the destination user agent is alerting (its phone is ringing). A 180 response does not carry early media. When the originating side receives 180, it generates a local ringback tone for the caller — an artificial signal produced by the calling system, not by the destination. The caller hears ringing, but it is locally generated, not the real ring at the destination end.
  • 183 Session Progress — a provisional response that may carry early media, meaning a live audio path from the far end. With 183 and early media, the caller hears the actual destination ringback signal, network announcements, or IVR prompts in real time, delivered from the far end rather than synthesised locally.

Both 180 and 183 mark the end of PDD from a measurement standpoint — the caller is receiving some form of progress signal. The difference is what that signal contains and where it comes from.

180 Ringing vs 183 Session Progress: the practical difference

For short domestic calls over simple routes, the distinction between 180 and 183 is largely invisible. Both end PDD promptly and the caller hears ringback either way. The difference becomes meaningful on routes where signaling latency is higher — long international routes, calls traversing multiple carrier hops, or routes with slower number portability lookups.

On those routes, 183 with early media reduces perceived PDD even when actual SIP signaling latency is unchanged. The caller hears real far-end feedback — the destination country's ringback cadence, a carrier network announcement, or an IVR greeting — which feels more responsive than silence followed by a locally generated tone. The actual delay from INVITE to first response may be the same, but because the caller receives meaningful audio sooner, the subjective experience is faster.

For routes where 183 is not available, the originating side falls back to generating local ringback on receipt of 180 — which is perfectly functional, but offers no reduction in perceived PDD when signaling is slow.

The 7-second threshold

The widely cited industry threshold is 7 seconds. PDD under 7 seconds is generally considered acceptable for VoIP calls. Above that level, callers increasingly interpret the silence as a failed call and hang up before the destination even rings. Some studies put the effective abandonment point lower — around 4 to 5 seconds for mobile-accustomed callers who expect near-instant feedback — but 7 seconds is the conventional operational limit used by wholesale carriers when evaluating route performance.

A call that takes 8 seconds of silence before ringing is not broken in a technical sense — SIP signaling is simply slow — but from the caller's perspective it might as well have failed. The practical consequence is lost connections and, for outbound campaigns, failed attempts that never had a chance to become conversations.

Common causes of high PDD

PDD is not a single failure point. It accumulates across several stages of the call setup process, and more than one factor can compound at the same time.

  • Carrier route complexity. A call that travels through many intermediate hops — from originating carrier to broker to sub-broker to destination carrier — adds signaling round-trip time at each hop. Direct carrier interconnects produce lower PDD than broker chains because there are fewer nodes for the INVITE to traverse before the destination UA receives it and responds.
  • DNS lookup latency. SIP proxies typically perform SRV and A record DNS lookups to resolve the next hop. If DNS servers are slow or uncached, that lookup can add hundreds of milliseconds to PDD per hop. Pre-caching SRV records eliminates this component from the call setup path.
  • LCR decision time. Least Cost Routing engines evaluate multiple carrier options before committing the INVITE to a specific route. The time taken to query rate tables, check carrier health, apply routing rules, and select a path all adds to PDD before the INVITE is even dispatched downstream. On heavily loaded LCR platforms, this decision latency can become significant.
  • Number portability lookups. In markets where number portability is common — including the United States, most of Europe, and a growing list of international markets — the originating carrier (or the LCR engine) often queries a Local Number Portability (LNP) database to determine where a ported number now lives before routing the call. LNP lookups that are not cached or that query slow databases add directly to PDD.
  • Geographic distance. International calls carry inherently higher PDD than domestic calls because the round-trip time for signaling across greater physical distances is longer. A call from North America to Southeast Asia has more baseline latency than a domestic call before any other factor is considered.
  • Absence of early media on long routes. On routes that only send 180 Ringing (no early media), the caller hears silence until the locally generated ringback starts. On a route with high signaling latency, this silence period is longer. Routes that support 183 with early media reduce perceived PDD by delivering far-end audio sooner.

How to reduce PDD

Not every cause of high PDD is within a buyer's control, but several are addressable through route selection and configuration choices.

  • Use routes with fewer hops. Direct carrier interconnects produce lower PDD than broker chains. When evaluating termination providers, ask how many carrier hops separate you from the destination network. Fewer hops means less accumulated signaling round-trip time.
  • Enable 183 early media on routes that support it. If the destination carrier or intermediate carrier supports 183 Session Progress with early media, enabling it reduces perceived PDD because the caller receives far-end audio feedback earlier than local ringback generation would allow.
  • Pre-cache SRV and DNS results. Configuring SIP proxies to cache SRV records for known carrier endpoints removes DNS lookup time from the call setup path on repeated attempts to the same destination. This is a configuration-level optimisation that requires no changes to routes.
  • Choose carriers with SLA commitments on PDD. Some wholesale carriers provide SLA guarantees on maximum PDD for premium route tiers — specifying, for example, that PDD will not exceed 5 seconds on a given destination. Where PDD consistency matters for call quality, carrier SLAs are a meaningful procurement criterion alongside ASR and ACD. For an overview of how the full call path works — from dialer to destination — see how CC routes work.

PDD in call center and predictive dialer contexts

High PDD is a nuisance for individual callers. In a call center or predictive dialer environment, it is a compound efficiency problem.

When an agent dials out — or when a dialer places a call on behalf of an agent — the agent is committed to that call from the moment it is placed. During PDD, the agent is on an open line waiting for the destination to ring. That wait time cannot be recovered. If PDD is 6 seconds and there are 1,000 outbound calls per hour, the cumulative time agents spend in PDD-related silence is 6,000 seconds, or roughly 100 agent-minutes per hour, added to handling costs without any conversation happening.

For predictive dialers specifically, the relationship is tighter still. A predictive dialer models expected connect times and agent availability to decide how many calls to place simultaneously. High PDD disrupts that model: if calls take longer to connect than the dialer anticipates, pacing calculations go off-balance, potentially causing either too many calls to connect simultaneously (generating abandoned calls) or agents sitting idle waiting for connections that are delayed. For context on how call attempt rates interact with these dynamics, see what is CPS in VoIP and what is ACD in VoIP.

Even 2 to 3 extra seconds of PDD per attempt compounds significantly at call center scale. Monitoring PDD per destination and per carrier is a worthwhile operational practice for any outbound team placing volume.

Frequently asked questions

What is the difference between PDD and call latency? +
PDD and call latency are different metrics that measure different things. PDD is a signaling metric — it measures the time from call setup initiation (SIP INVITE) to the first provisional response (180 or 183). It ends before the call is even answered. Latency (or more precisely, audio latency) measures the delay in the audio path once a call is established and RTP media is flowing — how long it takes for speech to travel from one end to the other. A call can have low PDD (connects quickly) but high audio latency (delay in conversation), or vice versa. Both affect call quality, but they arise from different places in the call infrastructure.
Does 183 Session Progress always reduce PDD? +
Not necessarily. 183 reduces perceived PDD when it arrives before a 180 would otherwise have arrived and when it carries early media — real audio from the far end. If 183 arrives at the same time a 180 would have, the caller experience is similar. The benefit of 183 with early media is most pronounced on routes with high signaling latency, where there would otherwise be a period of silence before local ringback starts. On low-latency domestic routes, the difference is small enough to be imperceptible.
How can I measure PDD on my own calls? +
PDD is visible in SIP traces. A packet capture tool (such as Wireshark) or a SIP-aware logging system on your PBX or SBC will show the timestamp of the outgoing INVITE and the timestamp of the first 180 or 183 response. The difference between those two timestamps is your PDD for that call. Many SIP-aware monitoring platforms and softswitch vendor dashboards report PDD as a per-call or aggregated per-destination metric without requiring manual trace analysis. If your current platform does not expose PDD, checking with your switch vendor or provider about available reporting is a reasonable starting point.
Is high PDD always a carrier problem? +
Not always. High PDD can originate on your side of the call path as well as the carrier side. An overloaded LCR engine, a SIP proxy doing slow DNS lookups, a misconfigured session border controller, or a SIP endpoint that is slow to generate an INVITE can all add to PDD before the call ever reaches the carrier. If you see high PDD that appears consistent across multiple carriers or destinations, it is worth checking your own signaling infrastructure before assuming the issue is upstream.
Does PDD affect ASR? +
Indirectly, yes. PDD does not cause calls to fail in the signaling sense — a call in the PDD window has not failed yet, it is still setting up. But high PDD causes callers to abandon: they hang up before the destination rings because they assume the call has failed. Those abandoned calls register as call failures on your ASR (answer-seizure ratio) — not because the network rejected them, but because the calling party gave up. So a route with technically sound SIP signaling but high PDD can produce a lower effective ASR than a route with lower PDD and otherwise similar quality, purely due to caller abandonment during the delay.

How CC routes work covers the full call setup path that PDD sits within. For related call center signaling metrics, see what is CPS in VoIP (calls per second, the attempt rate metric) and what is ACD in VoIP (average call duration, the connected-call length metric).

Related articles

Routing & Operations

What Is IVR Testing? Types, Methods, and Why It Matters

IVR testing validates that your interactive voice response system works correctly before and after deployment — covering functional logic, speech recognition accuracy, DTMF input, call flow paths, and load behavior. This guide explains the types of IVR testing and how to structure a testing program.

Get Started

Built for Call Quality You Can Hear

A business phone system should connect calls fast and clearly. See how EaseDial handles routing, early media, and call setup for teams that depend on every second.