{
 "what": "SMSRoute SMS glossary",
 "as_of": "2026-07-26",
 "url": "https://smsroute-cc.github.io/glossary.html",
 "terms": [
  {
   "term": "SMS gateway",
   "definition": "An SMS gateway bridges applications to mobile carrier networks so programs can send and receive text messages. It manages routing, encoding, and delivery across destinations. SMSRoute operates a gateway serving 149 countries with simple access and all-in pricing (US $0.0125 per message; lowest published country rate $0.004).",
   "anchor": "https://smsroute-cc.github.io/glossary.html#sms-gateway"
  },
  {
   "term": "SMS API",
   "definition": "An SMS API lets developers send and manage text messages through HTTP requests or similar interfaces, handling authentication, payloads, and status callbacks. It supports automation for notifications and alerts. SMSRoute provides an SMS API after email-only signup with crypto balance top-ups.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#sms-api"
  },
  {
   "term": "A2P messaging",
   "definition": "A2P messaging means Application-to-Person traffic: texts originating from software or business systems to mobile users for alerts, OTPs, or campaigns. It differs from person-to-person chats and faces stricter carrier rules. Most bulk and transactional SMS, including SMSRoute traffic, is A2P.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#a2p-messaging"
  },
  {
   "term": "sender ID",
   "definition": "A sender ID is the telephone number or name shown as the source of an SMS on the recipient’s handset. Country and carrier rules dictate whether numeric or alphanumeric forms are allowed. It identifies the originator to the recipient only; SMS has no end-to-end encryption.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#sender-id"
  },
  {
   "term": "alphanumeric sender ID",
   "definition": "An alphanumeric sender ID displays a custom name (usually up to 11 characters) instead of a phone number as the SMS originator. Availability and pre-registration requirements differ by country. It aids brand recognition toward the recipient while SMS itself remains unencrypted end-to-end.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#alphanumeric-sender-id"
  },
  {
   "term": "GSM-7",
   "definition": "GSM-7 is the default 7-bit character set for SMS, covering basic Latin letters, digits, and common symbols. It packs up to 160 characters into one message segment. Characters outside the set require escape codes or a switch to UCS-2 encoding.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#gsm-7"
  },
  {
   "term": "UCS-2",
   "definition": "UCS-2 is a 16-bit encoding used for SMS when the text includes non-GSM characters, such as many non-Latin scripts or emojis. It limits each segment to 70 characters. Multipart messages are required for longer content, with each segment billed separately.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#ucs-2"
  },
  {
   "term": "message segment",
   "definition": "A message segment is one SMS unit limited to 160 GSM-7 characters or 70 UCS-2 characters. Longer texts are split into multiple segments that travel and are charged independently. Carriers and gateways bill per segment, not per logical message.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#message-segment"
  },
  {
   "term": "concatenated SMS (UDH)",
   "definition": "Concatenated SMS uses a User Data Header (UDH) so a long message can be divided into ordered segments and reassembled by the receiving handset. Each segment counts as a separate SMS for billing and throughput. Maximum length and support vary by network.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#concatenated-sms-udh"
  },
  {
   "term": "DLR (delivery receipt)",
   "definition": "A DLR (delivery receipt) is a status report returned by the carrier or gateway indicating whether an SMS reached the handset, expired, or failed. Gateways expose DLRs via API or webhook. It confirms network delivery only; SMS has no end-to-end encryption.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#dlr-delivery-receipt"
  },
  {
   "term": "HLR lookup",
   "definition": "An HLR lookup queries a mobile network’s Home Location Register to verify whether a number is valid, active, and which operator currently serves it. Senders use it to clean lists and reduce undeliverable messages before submitting SMS traffic.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#hlr-lookup"
  },
  {
   "term": "OTP",
   "definition": "An OTP (one-time password) is a short-lived numeric or alphanumeric code delivered by SMS for login verification or transaction confirmation. It is a common A2P use case. SMS delivery of OTPs is not end-to-end encrypted and should be paired with other safeguards.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#otp"
  },
  {
   "term": "10DLC",
   "definition": "10DLC denotes 10-digit long codes used for A2P SMS in the United States. Brands and campaigns must be registered with carriers to obtain throughput and improve deliverability. Unregistered traffic faces filtering; compliance is required for US long-code messaging.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#10dlc"
  },
  {
   "term": "DLT (India)",
   "definition": "DLT (Distributed Ledger Technology) is India’s mandatory registration system for commercial SMS. Entities must pre-register headers, templates, and consents on approved platforms before traffic is accepted. Non-compliant messages are blocked by Indian operators.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#dlt-india"
  },
  {
   "term": "E.164",
   "definition": "E.164 is the international numbering format that begins with a plus sign and country code followed by the national significant number, maximum 15 digits. SMS APIs expect destination and source numbers in E.164 so messages route correctly across borders.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#e-164"
  },
  {
   "term": "SMPP",
   "definition": "SMPP (Short Message Peer-to-Peer) is a binary TCP protocol widely used for high-volume SMS exchange between applications, gateways, and carriers. It supports efficient bind sessions, enquire links, and delivery receipts as an alternative to HTTP-based APIs.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#smpp"
  },
  {
   "term": "webhook",
   "definition": "A webhook is a user-defined HTTPS endpoint that receives real-time push notifications, such as SMS delivery receipts or inbound messages, from the gateway. It eliminates polling and enables immediate application responses to status or MO events.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#webhook"
  },
  {
   "term": "quiet hours",
   "definition": "Quiet hours are legally or carrier-defined time windows during which promotional or non-urgent SMS may not be delivered to consumers. Restrictions vary by country and often exempt pure transactional traffic. Observing them reduces complaints and filtering risk.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#quiet-hours"
  },
  {
   "term": "opt-out (STOP)",
   "definition": "Opt-out (STOP) lets recipients revoke consent by replying with a keyword such as STOP. Regulations require senders to process these requests promptly and cease further marketing texts. Proper handling is mandatory for compliant A2P programs in most markets.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#opt-out-stop"
  },
  {
   "term": "KYC",
   "definition": "KYC (Know Your Customer) is identity verification that many SMS providers perform to meet anti-fraud and regulatory obligations. It commonly involves government ID or business documents before full account access or higher tiers are granted.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#kyc"
  },
  {
   "term": "no-KYC signup",
   "definition": "No-KYC signup means creating an account without submitting identity documents; SMSRoute offers email-only registration. Users still must obey applicable messaging laws. Any reduced friction applies to account opening; anonymity exists only toward message recipients, and SMS has no end-to-end encryption.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#no-kyc-signup"
  },
  {
   "term": "crypto top-up",
   "definition": "Crypto top-up is the process of adding prepaid balance with cryptocurrency so SMS traffic can be sent. SMSRoute accepts crypto payments to fund usage at its published all-in rates (example $0.0125 per message, floor $0.004) across supported destinations.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#crypto-top-up"
  },
  {
   "term": "MCC / MNC",
   "definition": "MCC (Mobile Country Code) and MNC (Mobile Network Code) are the paired numeric identifiers that uniquely name a mobile operator’s network. A sender meets them in practice when routing or looking up a handset: the destination IMSI (and thus the serving network) is selected by MCC+MNC, which drives interconnect path, signalling, and delivery handling for the SMS.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#mcc-mnc"
  },
  {
   "term": "SMSC",
   "definition": "The SMSC (Short Message Service Center) is the network element that accepts, stores, and forwards SMS messages between senders and recipients in a mobile network. A sender encounters it in practice because every SMS is first submitted to an SMSC, which then attempts delivery to the destination handset and may hold the message until the device is reachable.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#smsc"
  },
  {
   "term": "Fake DLR",
   "definition": "A Fake DLR is a delivery receipt that reports an SMS as delivered to the handset when no such delivery occurred. Senders encounter it in practice when an intermediate network or platform accepts the message, drops or blocks it, and still returns a success status report instead of a real handset confirmation.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#fake-dlr"
  },
  {
   "term": "DLR latency",
   "definition": "DLR latency is the time that elapses between submission of an SMS to the network and the return of its delivery report indicating final handset status. A sender encounters it in practice whenever delivery receipts are requested, as the interval reflects downstream routing, handset reachability, and network processing before the report is generated and sent back.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#dlr-latency"
  },
  {
   "term": "MO test (two-way test)",
   "definition": "An MO test (two-way test) checks that a sender’s number or short code can accept mobile-originated SMS from handsets as well as deliver outbound messages. A sender meets it in practice by successfully receiving an inbound message from a mobile device and handling or replying to it, confirming bidirectional traffic works.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#mo-test-two-way-test"
  },
  {
   "term": "Sender-ID preservation",
   "definition": "Sender-ID preservation is the end-to-end retention of an SMS message’s original originating address so the recipient handset displays exactly the Sender ID supplied by the originator. A sender meets it in practice when every SMSC, gateway and interconnect on the route forwards that address unchanged rather than substituting another numeric or alphanumeric value.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#sender-id-preservation"
  },
  {
   "term": "Validity period",
   "definition": "The validity period is the time window set on an SMS during which the network may keep trying to deliver it if the handset is unreachable. A sender meets it in practice by including or accepting a TP-VP value so the message expires after that interval instead of being held indefinitely, after which delivery attempts stop and a failure can be reported.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#validity-period"
  },
  {
   "term": "MSISDN",
   "definition": "MSISDN is the Mobile Station International Subscriber Directory Number: the full E.164 phone number (up to 15 digits) that identifies a mobile subscriber. In SMS it is the destination (or source) address a sender must supply so the message can be routed to the correct handset. Operators and platforms use it in signaling and delivery receipts to match the message to that subscriber.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#msisdn"
  },
  {
   "term": "Route quality",
   "definition": "Route quality is the measured reliability and consistency of the network path an SMS takes from the originating sender through intermediary gateways and carriers to the recipient handset. It reflects successful delivery signaling, correct routing of GSM-compliant messages (including proper 160/153-character segment handling for GSM-7 or 70/67 for UCS-2), and valid E.164 addressing up to 15 digits. A sender meets it in practice by submitting well-formed traffic over stable, standards-aligned connections that maintain intact delivery receipts and minimize transit failures.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#route-quality"
  },
  {
   "term": "Grey route",
   "definition": "A grey route is an SMS delivery path that reaches handsets by blending into a mobile network’s local or wholesale access instead of using the operator’s official international interconnect. Senders meet grey routes in practice when they buy lower-priced international termination that the supplying network has obtained through SIM-based or other indirect access rather than a bilateral carrier agreement. Because the traffic is not authorised under the receiving operator’s interconnect rules, filtering or blocking can occur without notice.",
   "anchor": "https://smsroute-cc.github.io/glossary.html#grey-route"
  }
 ]
}