Files
homelabdspbx/app
Gobi Yogarajah 02f634bbde Fix IPv6 SIP URI corruption in follow_me enterprise originate parsing (#7989)
Preserve IPv6 address brackets while converting enterprise originate variable blocks from [] to {}.

Previously all square brackets were globally rewritten, which corrupted valid IPv6 SIP URIs such as:

sip:user@[2001:db8::1]:5061

into invalid Sofia destinations:

sip:user@{2001:db8::1}:5061

causing HANDLE creation failures and DESTINATION_OUT_OF_ORDER errors for IPv6 endpoints.

This change keeps enterprise bridge delay/originate behavior intact while safely excluding IPv6 host literals from bracket conversion.
2026-05-25 22:05:20 +00:00
..
2025-07-30 11:44:58 -06:00
2025-11-02 00:22:57 -06:00
2024-12-11 22:06:44 -07:00
2025-11-02 00:22:57 -06:00
2025-11-02 00:22:57 -06:00
2025-11-13 11:52:48 -07:00
2025-11-02 00:22:57 -06:00
2025-11-19 15:26:40 -07:00
2025-11-24 05:42:17 -07:00