Skip to content

Telecom Acronym Reference: A Plain-English Glossary

· Callr

Telecom Acronym Reference: A Plain-English Glossary

Telecom is one of those fields where the core ideas are simple but the vocabulary gets in the way. The moment you start building anything with voice or SMS, you run into a wall of acronyms — and most explanations either skip the detail you need or bury you in it.

This reference aims for the middle ground. It covers the terms you genuinely encounter when working with phone numbers, calls, messaging and VoIP, with enough depth to be useful and no more. Use it as a glossary you can come back to.

Common acronyms

These are the terms that show up across almost every telecom and messaging project.

AcronymStands forWhat it means
APIApplication Programming InterfaceIf user interfaces are how people use computers, APIs are how computers use each other. An API defines a standard way for one program to talk to another without needing to know how it works inside. Callr exposes a REST API and webhooks so you can build voice and SMS interactions programmatically.
CDRCall Detail RecordThe data produced for every call: start time, duration, hangup time and hangup cause, among other attributes. Analyzed in bulk, CDRs reveal usage patterns and are invaluable for diagnosing and debugging your call flows.
CLI / CID / CLID / CLIRCaller Line Identification / Caller IDIdentifies the number a call originates from. It can be presented or withheld (CLIR is the restriction of that presentation). The SMS equivalent is the Sender ID, which can be alphanumeric or numeric depending on whether replies are needed and on the rules in each country.
DIDDirect Inward Dialing numberOriginally a way for a company to assign a range of numbers to individuals without a dedicated PBX line each. Today it simply means a phone number you can buy or port.
DLRDelivery Receipt / ReportThe status a mobile network returns to the sender of an SMS, with its timeline — created, sent, received and updated dates. Webhooks let you react to each DLR the moment it arrives instead of polling for it.
DTMFDual-Tone Multi-FrequencyThe system behind the tones you hear when pressing keys on a phone. Each key sends a unique combination of a row tone and a column tone. It replaced rotary dialing and is what powers IVR menus, where each key is bound to a different action.
E.164International numbering planThe international standard for phone numbers: a +, a country code of one to three digits, then up to fifteen digits in total for the subscriber number.
IVR / VRUInteractive Voice Response / Voice Response UnitTechnology that lets a caller interact with a computer over the phone using key presses (DTMF) and speech. It’s used for purchases, lookups, banking, support and call prequalification, on both inbound and outbound calls — though inbound is by far the most common.
LVNLong Virtual NumberA standard-length number (for example +44 9865 80044) used to receive both SMS and calls. Compared with country-specific, sometimes-shared shortcodes, an LVN is available internationally and dedicated to you.
MO / MTMobile Originated / Mobile Terminated SMSMO messages travel from a customer’s handset into your system. MT messages travel the other way — from your system out to a customer or prospect’s mobile.
PSTNPublic Switched Telephone NetworkThe combined telephone networks run by local, regional and national operators — the traditional infrastructure that carries calls. Shared standards let these networks interconnect seamlessly across countries.
QoSQuality of ServiceThe overall performance of a telephony network as experienced by the people using it. It’s judged on response time, signal-to-noise ratio, echo, crosstalk and dropouts, and it matters most for VoIP and SIP.
VoIPVoice over Internet ProtocolA set of technologies for carrying voice and multimedia over the internet instead of the PSTN. It relies on protocols such as SIP and RTP, and underpins most software calling today.

VoIP-specific acronyms

Once you go deeper into VoIP, a second layer of vocabulary appears — mostly the protocols and metrics that make internet calling work.

AcronymStands forWhat it means
ACDAverage Call DurationThe mean length of calls in a given context — a simple but telling operational metric.
ASRAnswer-Seizure RatioThe percentage of calls that are answered out of the total attempted. It’s a useful indicator of call quality and route health.
IAXInter-Asterisk eXchangeA VoIP protocol native to the Asterisk PBX, well suited to setups with limited bandwidth. It carries signaling and media in a single stream, uses Password Authentication, and works well through NAT and firewalls.
NATNetwork Address TranslationA technique that remaps IP addresses by rewriting address information in packet headers — rerouting traffic without changing the addresses of the hosts involved. It eased the shortage of IPv4 addresses and lets many private addresses sit behind a single public one.
PBXPrivate Branch ExchangeThe system that sits between a company’s internal phone network and the public network, connecting internal extensions (short numbers) to each other and to the outside world over the PSTN.
RTP / SRTP(Secure) Real-time Transport ProtocolThe protocol for delivering audio and video over an IP network. It takes over from SIP once a session has been set up, handling the actual media stream; SRTP is its encrypted form.
RTCPRTP Control ProtocolRTP’s companion protocol. It monitors transmission statistics and quality of service, synchronizes multiple streams, and feeds back QoS information at regular intervals.
SDPSession Description ProtocolA format for describing how a streaming-media session should start. It handles session announcement and invitation, and lets the two parties negotiate parameters such as which codecs to use.
SIPSession Initiation ProtocolThe signaling protocol that sets up communication over IP — voice, video or text. It makes sure each party can locate the other (by IP address) and agree on compatible codecs, then hands the media over to (S)RTP. In practice the term is used more loosely to cover IP voice in general, including SIP trunks and registrars.

Where to go next

Telecom fundamentals — numbers, delivery receipts, character encoding, codecs — are worth understanding once and reusing forever. For the official, up-to-date detail on how these concepts map to the Callr REST API and webhooks, see the Callr documentation. And if you’re building voice flows, Callr Actions lets you assemble an IVR or a voice AI agent as a scenario without writing the telephony plumbing yourself.

Book a demoGet started for free