Reference12r1:IP4/General/STUN: Difference between revisions
Jump to navigation
Jump to search
New page: ==STUN Servers== The default STUN servers that should be used on that box by ICE and SIP, if no configuration is given at the individual registrations. The field must contain a string in t... |
mNo edit summary |
||
Line 2: | Line 2: | ||
The default STUN servers that should be used on that box by ICE and SIP, if no configuration is given at the individual registrations. The field must contain a string in the following formats: | The default STUN servers that should be used on that box by ICE and SIP, if no configuration is given at the individual registrations. The field must contain a string in the following formats: | ||
* up to two STUN servers which shall be queried in parallel, separated by semi-colon (<code>;</code>) | * up to two STUN servers which shall be queried in parallel, separated by semi-colon (<code>;</code>) | ||
Each STUN server is | Each STUN server is denoted as | ||
* either a single DNS name and an optional port (e.g. <code>stun.example.com:1234</code>) | * either a single DNS name and an optional port (e.g. <code>stun.example.com:1234</code>) | ||
* or a comma separated list of one or two IP addresses and optional ports (e.g. <code>172.16.13.1:1234,172.16.13.2</code>) | * or a comma separated list of one or two IP addresses and optional ports (e.g. <code>172.16.13.1:1234,172.16.13.2</code>) | ||
If a STUN server configuration is given by DHCP, it is also shown here. | If a STUN server configuration is given by DHCP, it is also shown here. |
Revision as of 11:35, 20 August 2015
STUN Servers
The default STUN servers that should be used on that box by ICE and SIP, if no configuration is given at the individual registrations. The field must contain a string in the following formats:
- up to two STUN servers which shall be queried in parallel, separated by semi-colon (
;
)
Each STUN server is denoted as
- either a single DNS name and an optional port (e.g.
stun.example.com:1234
) - or a comma separated list of one or two IP addresses and optional ports (e.g.
172.16.13.1:1234,172.16.13.2
)
If a STUN server configuration is given by DHCP, it is also shown here.