atomLinkList | Array of Link | See Definition of Link | |
enabled | boolean |
States whether media relay services are enabled or not.
| Mandatory |
relayAll | boolean |
Whether all dial resolutions should use media relay services, regardless of their dial rule settings.
| |
internalPortRangeStart | int |
Starting port range (inclusive) for media relay on the internal (LAN) interface.
Should be between 1024 and 65535 (inclusvie)
| Mandatory |
internalPortRangeEnd | int |
Ending port range (inclusive) for media relay on the internal (LAN) interface.
Should be between 1024 and 65535 (inclusive)
| Mandatory |
externalPortRangeStart | int |
Starting port range (inclusive) for media relay on the external (WAN) interface,
if one is configured (otherwise will be ignored). Should be between 1024 and 65535 (inclusive).
If not present the internal value will be used.
| |
externalPortRangeEnd | int |
Ending port range (inclusive) for media relay on the external (WAN) interface,
if one is configured (otherwise will be ignored). Should be between 1024 and 65535 (inclusive).
If not present the internal value will be used.
| |
idlePortTimeout | int |
The time, in seconds, to allow idle relay ports to stay active before auto releasing them.
If set to lower than or equal to 0, automatic idle port freeing will be disabled. If set to
greater than 0 but less than 60, 60 seconds will be used. Otherwise the value entered will be used.
Idle port means a relay port that has received no network data since the last time it was checked. It
is recommended to keep this value somewhat high (2 hours is the default) to prevent unused media allocations
from being freed while calls are still up. If a media relay port is freed it does not necessarily mean the
call associated with that media port is disconnected.
| |
entityTag | EntityTag | | |