aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorDiva Canto2011-06-03 10:32:21 -0700
committerDiva Canto2011-06-03 10:32:21 -0700
commit4ea89f39f2ae87f9cf21308cb307853908e67c7f (patch)
tree03e811f6823023013a6cf2b82b4bb2d1139ae9d9 /bin/config-include/StandaloneCommon.ini.example
parent.ini.example's updated for HG Landmarks (diff)
parentMove the "!!!Standalone Only!!!" [FreeswitchService] section from OpenSim.ini... (diff)
downloadopensim-SC_OLD-4ea89f39f2ae87f9cf21308cb307853908e67c7f.zip
opensim-SC_OLD-4ea89f39f2ae87f9cf21308cb307853908e67c7f.tar.gz
opensim-SC_OLD-4ea89f39f2ae87f9cf21308cb307853908e67c7f.tar.bz2
opensim-SC_OLD-4ea89f39f2ae87f9cf21308cb307853908e67c7f.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example36
1 files changed, 36 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index cda3ff8..7359bba 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -140,6 +140,42 @@
140 ;AllowedClients = "" 140 ;AllowedClients = ""
141 ;DeniedClients = "" 141 ;DeniedClients = ""
142 142
143[FreeswitchService]
144 ;; If FreeSWITCH is not being used then you don't need to set any of these parameters
145 ;;
146 ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone
147 ;; This has to be set for the FreeSWITCH service to work
148 ;; This address must be reachable by viewers.
149 ;ServerAddress = 127.0.0.1
150
151 ;; The following configuration parameters are optional
152
153 ;; By default, this is the same as the ServerAddress
154 ; Realm = 127.0.0.1
155
156 ;; By default, this is the same as the ServerAddress on port 5060
157 ; SIPProxy = 127.0.0.1:5060
158
159 ;; Default is 5000ms
160 ; DefaultTimeout = 5000
161
162 ;; The dial plan context. Default is "default"
163 ; Context = default
164
165 ;; Currently unused
166 ; UserName = freeswitch
167
168 ;; Currently unused
169 ; Password = password
170
171 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
172 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
173 ;; stun.freeswitch.org is not guaranteed to be running so use it in
174 ;; production at your own risk
175 ; EchoServer = 127.0.0.1
176 ; EchoPort = 50505
177 ; AttemptSTUN = false
178
143[GridInfoService] 179[GridInfoService]
144 ; These settings are used to return information on a get_grid_info call. 180 ; These settings are used to return information on a get_grid_info call.
145 ; Client launcher scripts and third-party clients make use of this to 181 ; Client launcher scripts and third-party clients make use of this to