Skip to main content

Connie Voice Direct Setup

Connie Voice Direct is the basic implementation in the Connie Voice experience framework - calls are immediately queued, rejected during non-business hours, and works out-of-the-box.

Caller Experience

  • Caller dials your number
  • If agents are available: call rings immediately
  • If no agents: caller gets busy signal or standard message
  • Clean, simple interaction

When to Use

  • Small organizations with consistent staffing
  • Simple contact center needs
  • Quick setup for proof-of-concepts
  • Organizations that prefer straightforward call handling

Technical Implementation

Studio Flow Configuration

This workflow requires minimal Studio Flow setup:

  1. Incoming CallCheck Agent AvailabilityRing Agent
  2. If no agents available → Play Busy MessageHang Up

Required Components

  • TaskRouter Queue configured for your agents
  • Basic Studio Flow (minimal widgets)
  • Agent profiles with appropriate skills

Setup Steps

  1. Configure TaskRouter Queue

    {
    "queue_name": "Direct_Support",
    "target_workers": "routing.skills HAS 'support'",
    "max_reserved_workers": 1
    }
  2. Create Basic Studio Flow

    • Start: Trigger Widget
    • Queue: Send to TaskRouter Queue
    • End: Handle unavailable scenarios
  3. Test the Flow

    • Verify agent receives calls immediately
    • Test busy/unavailable scenarios

Advantages

  • Simple: Minimal configuration required
  • Fast: No menu navigation or waiting
  • Reliable: Fewer components to break
  • Cost-effective: Uses minimal Twilio resources

Limitations

  • No callback options for busy periods
  • No voicemail capabilities (unless added as add-on)
  • Limited call routing flexibility
  • No hold music or queue management

Adding Features

This workflow can be enhanced with add-ons:

Migration Path

To upgrade from Connie Voice Direct to more advanced experiences:

  • Connie Voice Direct + Voicemail: Add custom wait/hold experience with voicemail routing
  • Connie Voice Direct + Wait Experience: Add advanced options menu with callback and voicemail choices

Troubleshooting

Common Issues

  • Agents not receiving calls: Check TaskRouter queue configuration
  • All calls going to busy: Verify agent availability and status
  • No ring tone: Check Studio Flow routing logic

Quick Fixes

  • Restart agent sessions in ConnieRTC
  • Verify phone number configuration
  • Check TaskRouter activity status