Revert to v1.23 and fix LAN-only device configuration

FIXES:
- Device display now correctly shows UDP/5060 for LAN-only installs
- Device display now correctly shows TLS/5061 only when ENABLE_TLS=y
- SRTP shown as "Required" only when TLS enabled, "Not required" for UDP
- ICE support only enabled when DOMAIN_NAME is set (FQDN/internet calling)
- RTP config: icesupport and STUN only enabled for FQDN setups

ISSUE RESOLVED:
When installing server without internet/certs option, devices are now
correctly configured for LAN-only operation:
  - Transport: UDP (port 5060)
  - SRTP: Not required
  - No ICE/STUN for LAN-only

This matches actual pjsip.conf configuration and allows mobile devices
to properly register with UDP transport on LAN.

Removed v1.26 and v1.27 - reverting to simpler, working v1.23 base.
This commit is contained in:
Claude
2025-12-03 16:03:00 +00:00
parent 4fddbe811b
commit ec1055a169
2 changed files with 142 additions and 4658 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff