Files
Alexis Chenard 16bbc5e0d0 res_pjsip: Add external_signaling_hostname transport option
Adds a new transport option 'external_signaling_hostname' which allows
a hostname or FQDN to be used in SIP Contact and Via headers instead of
the automatically determined IP address. This is useful when a remote
SIP endpoint requires a fully qualified domain name in these headers.

The option is mutually exclusive with 'external_signaling_address' and
an error is raised at transport load time if both are set simultaneously.

Resolves: #1749

UserNote: A new pjsip.conf transport option 'external_signaling_hostname'
has been added. When set, this value will be used in SIP Contact and Via
headers instead of the automatically determined IP address. This option
is mutually exclusive with 'external_signaling_address'.
2026-06-09 14:57:27 +00:00
..
2024-02-28 18:39:03 +00:00
2021-11-16 06:00:28 -06:00
2021-11-16 06:00:28 -06:00
2021-11-16 06:00:28 -06:00
2022-01-05 14:17:21 -06:00
2023-12-08 13:11:54 +00:00