Get started →
Documentation

Glossary

Terminology used across the platform and this documentation.

ParameterTypeDescription
Account SIDUnique identifier for a customer account; used as the username for REST authentication.
Auth TokenSecret used as the password for REST auth and to sign webhooks. Keep it server-side.
SIDA unique resource identifier, e.g. CA… (call), SM… (message), RE… (recording), PN… (number).
E.164International phone number format, e.g. +2348000000001.
TwiMLXML instructions (<Response> + verbs) that control a call.
VerbA TwiML element such as <Say>, <Dial>, <Record>.
Webhook / StatusCallbackAn HTTP request Ruut Voice sends to your URL on a lifecycle event.
CPSCalls Per Second — the rate at which outbound calls are initiated.
SIP trunkA connection to a carrier or your own PBX, with an inbound source-IP allowlist.
Agent extensionA softphone identity for an agent (username, password, domain, WS URL).
Ring groupA group of agents dialed simultaneously on an inbound call; first to answer wins.
B2BUABack-to-back user agent — the switch that bridges call legs and executes TwiML.
Bridge / legA call connection. A bridged call has two (or more) connected legs.
Dual-channel / stereo recordingA recording with each call leg on its own audio channel (used for deterministic speaker labeling).
DiarizationIdentifying who spoke when — produced as agent/customer segments.
WebRTCBrowser real-time audio (used by the softphone device).
RTPThe media protocol carrying audio between endpoints.

See the concepts overview for the big picture, or start the quickstart.