Why an incoming email locks the lead to the agent's screen
When an inbound email reaches an agent, VICIdial pulls the matching lead and locks it so no call or other email interrupts the reply.
When an inbound email lands on an agent, VICIdial does two things at once: it pulls up the matching customer record and it locks that agent so nothing else can interrupt them. No new call rings through, no second email gets handed over. The agent works the message, sends a reply, and only after they finish do they rejoin the rotation. This post explains why that lock exists and what it means for how you staff inbound email.
Email is handled like a queued call
An Email Group lets agents handle inbound mail the same way they handle inbound calls. A message arrives, it gets routed to an available Agent, and the customer's lead information appears on screen automatically. From the agent's point of view it behaves almost identically to a call coming in from an Ingroup: the record opens, they read it, they respond, they close it out.
Because email reuses the same inbound machinery as voice, the same routing concepts carry over. The next available agent receives the message, and routing order is set per group just like it is for an inbound call delivered to a Closer.
Why the lock matters
The moment the email reaches the agent, their session is locked. While they are reading and replying, VICIdial will not send them a new inbound call or a second email. That keeps the agent from juggling a live voice call and a written reply at the same time, and it stops the dialer from treating them as available while their attention is already committed.
The lock flow, start to finish
Here is the sequence from the email arriving to the agent going back to available.
sequenceDiagram
participant M as Mailbox
participant V as VICIdial
participant A as Agent
M->>V: New email found
V->>V: Match or create lead
V->>A: Send email to available agent
V->>A: Lock screen, no new calls
A->>M: Read and reply
A->>V: Disposition the lead
V->>A: Unlock, agent availableWhat releases the agent
The agent stays locked until they disposition the lead. Just like wrapping up a call, they pick an outcome, and that release is what makes them available again for the next call or email. If you have agents who feel stuck after answering mail, the cause is almost always a missing Disposition step, not a bug in the routing.
This is also why email works cleanly on a Blended dialing setup. Because the lock blocks new calls during a reply, an agent taking both voice and email never gets a call dropped on them mid-message. The dialer simply sees them as busy and skips them until they close the Lead and their Status (lead status) flips back to available.
That is the behavior in one line: an email arrives, the lead opens, the agent is locked, and a disposition releases them. For how email fits alongside voice and chat across your inbound setup, see the VICIdial inbound email and chat guide, and for the routing rules that decide who gets the message first, read how VICIdial picks the next agent for an email. If you would rather not stand up the parser and perl modules yourself, our managed VICIdial plans ship with inbound email ready to wire to a group.
About VICIfast LLC
VICIfast LLC operates a managed VICIdial hosting + BYOI service for outbound and inbound call centers. We run the dialers, the carriers, the recordings pipeline, and the compliance plumbing so operators don’t have to.
Citing this article
VICIfast Engineering. “Why an incoming email locks the lead to the agent's screen”. VICIfast LLC, June 27, 2026. Retrieved from https://vicifast.com/blog/how-emails-lock-the-agent-screen
Have questions?
You might be interested in
VICIfast newsletter
Liked this? Get the next one in your inbox.
We ship the kind of stuff you just read — concrete, numbers-first, no drip. One email when a new post goes live. Unsubscribe in one click.
Comments
No comments yet — be the first.