|
|
Line 7: |
Line 7: |
| }} | | }} |
| {{DraftOption}} | | {{DraftOption}} |
| + | |
| | | |
| | | |
Line 12: |
Line 13: |
| | | |
| {{PubExtended}} | | {{PubExtended}} |
| + | |
| | | |
| | | |
| | | |
| {{DraftExtended}} | | {{DraftExtended}} |
| + | |
| | | |
| | | |
Revision as of 19:08, July 10, 2018
View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
transport.staticroutelist
Default Value:
Valid Values: Can be an empty string or a valid "|" separated list of static routes. Check the description for further details.
Changes Take Effect: At start/restart
Specifies a list of static routes. Each route group is separated by |. Each static route group is a list of IP addresses separated by comma. Within the route group, each IP address could substitute each other as an alternate route destination if sending a SIP request to one of the IP address fails. For example, 10.0.0.1,10.0.0.2|10.0.10.1,10.0.10.2 specified two static route groups, and each group specified two routes that are alternative to each other. Default value is an empty list.
Draft Option
transport.staticroutelist_Draft
Default Value:
Valid Values: Can be an empty string or a valid "|" separated list of static routes. Check the description for further details.
Changes Take Effect: At start/restart
Specifies a list of static routes. Each route group is separated by |. Each static route group is a list of IP addresses separated by comma. Within the route group, each IP address could substitute each other as an alternate route destination if sending a SIP request to one of the IP address fails. For example, 10.0.0.1,10.0.0.2|10.0.10.1,10.0.10.2 specified two static route groups, and each group specified two routes that are alternative to each other. Default value is an empty list.