Voice Modems

· hardware · Source ↗

TLDR

  • The Hayes Smartmodem’s 1981 standalone-device architecture is the direct ancestor of why cellular modems still own their audio domain and why recording call audio is hard.

Key Takeaways

  • AT commands introduced in 1981 still control 5G modems; USB-attached modems enumerate as /dev/ttyACM* serial adapters under Linux via USB-CDC ACM.
  • Cellular modem audio exclusivity is an architectural legacy, not just a regulatory choice – the main processor may have no physical path to modem audio.
  • IoT-class modems now embed full HTTP and MQTT stacks accessible over AT commands, enabling telemetry devices with zero network stack on the host.
  • Fax preceded voice modem support because fax protocols share the same Bell 103 hardware lineage; voice required an entirely new real-time audio path.
  • Rockwell International, whose 1970s Galaxy ACD essentially invented the modern call center, was the leading chipset supplier when voice modem development accelerated around 1991-1992.

Hacker News Comment Review

  • Commenters independently built Linux answering machines on voice modems in the late 1990s using bash scripts, confirming the hardware was reliable enough for DIY production use.
  • No technical disagreement; both comments are nostalgic validation, not corrections – the article’s architectural claims go unchallenged.

Notable Comments

  • @pm215: US Robotics voice modem on Linux with DTMF pin authentication to trigger callback dial-out; recordings emailed as audio files.
  • @anonymousiam: Bash answering machine with synthesized date/time greeting and DTMF-authenticated home automation control commands.

Original | Discuss on HN