Quiet hours

Quiet hours are protected time windows when an outbound calling system does not contact recipients based on their local time, applicable law, or the business's own policy.

The core control is simple: before placing a call, compare the current time at the recipient's location with the allowed calling window. The implementation is less simple because a phone number's area code may not reflect where its owner currently lives, location data may be missing, and daylight-saving changes can shift the calculation.

A conservative workflow defines which source determines local time, how fresh that data must be, and what happens when location is uncertain. It also distinguishes between scheduling a call and actually initiating it. A job created during an allowed period may execute later, after the window has closed, so eligibility should be checked again at dial time.

Quiet-hours rules can vary by jurisdiction, call purpose, recipient, and source of permission. A business policy may also use narrower windows than the law requires. The applicable window should be set through legal and operational review rather than copied from a generic campaign configuration.

Why it matters for AI phone calls

An AI phone agent can place calls outside staffed business hours, which makes scheduling controls more important, not less. The absence of a human dialer removes one informal check that might otherwise catch an obviously inappropriate time.

Every outbound path should use the same time-window decision, including first attempts, retries, resumed campaigns, and calls initiated by an integration. If a retry would fall outside the window, the system should defer it according to the campaign policy rather than treating the prior failed attempt as permission to call immediately.

Teams should test boundary times, daylight-saving transitions, unknown locations, and contacts who move between time zones. Logs should record the time zone and policy used for each eligibility decision so an operator can explain why a call was placed or deferred.

Quiet hours are only one part of outbound eligibility. A call inside an allowed window may still be prohibited because consent is missing, a do-not-call request exists, or another rule applies. This page is an operational definition, not legal advice; requirements should be confirmed for each campaign and jurisdiction.

Related terms