diff options
author | Justin Clark-Casey (justincc) | 2011-06-02 21:37:17 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-02 21:37:17 +0100 |
commit | b000d4f67fd31251dfdcabbada371a5f57a80b0a (patch) | |
tree | 9feb9ec1b4d7ef8e66a6c829a7595e0f63b10022 /bin | |
parent | Adding boolean alias for commandline switches like -save_crashes=yes (diff) | |
download | opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.zip opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.tar.gz opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.tar.bz2 opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.tar.xz |
minor: add ini.example doc to hint that the server address in [FreeswitchService] must be reachable by viewers
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 1 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 1 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c5df0db..55cf89a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -649,6 +649,7 @@ | |||
649 | ;; !!!!!!!!!!!!!!!!!!!!!!!!!!! | 649 | ;; !!!!!!!!!!!!!!!!!!!!!!!!!!! |
650 | ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone | 650 | ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone |
651 | ;; This has to be set for the FreeSWITCH service to work | 651 | ;; This has to be set for the FreeSWITCH service to work |
652 | ;; This address must be reachable by viewers. | ||
652 | ;ServerAddress = 127.0.0.1 | 653 | ;ServerAddress = 127.0.0.1 |
653 | 654 | ||
654 | ;; The following configuration parameters are optional | 655 | ;; The following configuration parameters are optional |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 0dd93f8..7b2f8ac 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -107,6 +107,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
107 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | 107 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" |
108 | 108 | ||
109 | ;; The IP address of your FreeSWITCH server. | 109 | ;; The IP address of your FreeSWITCH server. |
110 | ;; This address must be reachable by viewers. | ||
110 | ; ServerAddress = 127.0.0.1 | 111 | ; ServerAddress = 127.0.0.1 |
111 | 112 | ||
112 | ;; The following configuration parameters are optional | 113 | ;; The following configuration parameters are optional |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index cc018f8..5d0ec09 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -21,7 +21,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
21 | [Network] | 21 | [Network] |
22 | port = 8003 | 22 | port = 8003 |
23 | 23 | ||
24 | |||
25 | ; HTTPS for "Out of band" management applications such as the remote admin | 24 | ; HTTPS for "Out of band" management applications such as the remote admin |
26 | ; module. May specify https_main = True to make the main http server | 25 | ; module. May specify https_main = True to make the main http server |
27 | ; use https or "False" to make the main server HTTP | 26 | ; use https or "False" to make the main server HTTP |
@@ -92,6 +91,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
92 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | 91 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" |
93 | 92 | ||
94 | ;; The IP address of your FreeSWITCH server. | 93 | ;; The IP address of your FreeSWITCH server. |
94 | ;; This address must be reachable by viewers. | ||
95 | ; ServerAddress = 127.0.0.1 | 95 | ; ServerAddress = 127.0.0.1 |
96 | 96 | ||
97 | ;; The following configuration parameters are optional | 97 | ;; The following configuration parameters are optional |