COMMUNICATIONS SYSTEMS / ENGINEERING OVERVIEW
Systems that have to work together.
I build and debug the path between embedded voice devices, SIP/RTP, PBX signaling, Linux infrastructure and operations.
ESP32-S3 Connected Voice Device
A small voice endpoint exposes the entire communications stack: audio hardware, codec timing, Wi-Fi, SIP registration, RTP playout, PBX state and deployment operations.
Call path
One call, three planes.
The homepage is the collapsed ladder. Signaling establishes the dialog, RTP carries media, and observation records what the system did. The SVG is presentational; the ordered stages below are the actual document structure.
- 01 · ENDPOINTESP32-S3firmware + audio
- 03 · SWITCHINGPBXrouting + call state
- 04 · PEEREndpointremote dialog leg
Captured SIP ladder
Captured result: INVITE reached 200 OK / SDP; a later BYE returned 481 Call/Transaction Does Not Exist. This is evidence of the failure state, not a claim that the intervention resolved it.
- UACINVITE →SIP service
- UAC← 100 TryingSIP service
- UAC← 200 OKSIP service
- UACACK →SIP service
- UAC↻ repeated 200 OK / ACK exchangeSIP service
- UACBYE →SIP service
- UAC← 481 Call/Transaction Does Not ExistSIP service
VoIP & Real-Time Communications
SIP signaling and RTP media treated as separate paths so failures can be isolated at the correct layer.
Infrastructure Operations Platform
Linux services, containers, ingress and control surfaces organized around explicit operational state.
Visual hierarchy only — not live utilization. Open infrastructure work ↗Alert Validation
Monitoring is useful only when alert state can be traced back to the system behavior that produced it.
Controlled evidence queue
| Artifact class | Use on homepage | State |
|---|---|---|
| SIP ladder / routing analysis | Project 02 | Awaiting approved derivative |
| RTP timing / media view | System 01 | Awaiting approved derivative |
| Device runtime excerpt | System 01 | Awaiting approved derivative |
| PromQL / alert-state evidence | Project 04 | Awaiting approved derivative |