02f634bbde
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.