| Platform | Android 10 and newer (API level 29+), phones and tablets with telephony. |
| Application type | Native Android application (Kotlin); registered system default dialer via the Android Telecom framework. |
| Signalling | SIP over secure WebSocket (WSS) — TLS-encrypted, firewall- and NAT-friendly (standard HTTPS port model). |
| Media engine | WebRTC, built from source and shipped with the app; per-call peer connections; concurrent-call capable. |
| Audio codecs | Opus (preferred, wideband) · G.722 (HD) · G.711 A-law / µ-law — negotiated per call. |
| Audio processing | 48 kHz pipeline with hardware acoustic echo cancellation and noise suppression. |
| Media security | DTLS-SRTP key exchange + SRTP encryption, enforced — no unencrypted media path exists. |
| Authentication | SIP digest, MD5 and SHA-256; credentials in hardware-backed encrypted storage. |
| Certificates | Public CAs, bundled Pentacomm root CA (app-scoped), and administrator-approved private / self-signed CAs. |
| Incoming-call wake-up | High-priority push per RFC 8599, triggered by the SIP registrar; automatic fallback to a persistent connection where push is unavailable. |
| Accounts | Multiple SIP accounts in parallel + dual-SIM GSM; per-line outbound routing with saved defaults. |
| Provisioning | QR-code scan and setup-link zero-touch flows; manual configuration; guided onboarding. |
| Emergency calling | Emergency numbers always routed over the mobile network, never over VoIP. |
| Backend compatibility | Pentacomm platform; any RFC-compliant SIP server with WebSocket transport and WebRTC-compatible media (DTLS-SRTP). |
| Diagnostics | Live MOS / jitter / packet-loss metrics; per-call quality summaries; one-tap redacted diagnostic export; privacy-scrubbed crash reporting. |
| Releases | Semantic-versioned, CI-gated builds; distributed via Google Play, with a managed internal channel for pilots. |
| Licensing | Proprietary commercial software by Pentagon Business COM. |