Skip to main content
Split traffic between agent versions to test performance. Routing is deterministic by caller number (SHA256 hash) — the same caller always gets the same variant.

Set Weights

Weights must sum to 100:

Check Routing

Response:

Clear Test

Revert to single-agent routing:

How It Works

  1. Inbound call arrives on a phone number with weighted routing
  2. TurnCall hashes the caller’s phone number (SHA256)
  3. The hash determines which agent variant handles the call
  4. Same caller always gets the same variant (deterministic)