aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example47
1 files changed, 9 insertions, 38 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c5df0db..bab118f 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -307,6 +307,14 @@
307 ; serving this cap from the simulators may lead to poor performace. 307 ; serving this cap from the simulators may lead to poor performace.
308 Cap_WebFetchInventoryDescendents = "" 308 Cap_WebFetchInventoryDescendents = ""
309 309
310[SimulatorFeatures]
311 ; Experimental new information sent in SimulatorFeatures cap for Kokua viewers
312 ; meant to override the MapImage and search server url given at login, and varying
313 ; on a sim-basis.
314 ; Viewers that don't understand it, will ignore it
315 ;MapImageServerURI = "http://127.0.0.1:9000/
316 ;SearchServerURI = "http://127.0.0.1:9000/
317
310[Chat] 318[Chat]
311 ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 319 ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10
312 ;; Distance in meters that whispers should travel. 320 ;; Distance in meters that whispers should travel.
@@ -635,50 +643,13 @@
635 643
636 ;; You need to load a local service for a standalone, and a remote service 644 ;; You need to load a local service for a standalone, and a remote service
637 ;; for a grid region. Use one of the lines below, as appropriate 645 ;; for a grid region. Use one of the lines below, as appropriate
638 ;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section 646 ;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section in config-include/StandaloneCommon.ini
639 ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService 647 ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService
640 ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector 648 ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector
641 649
642 ;; If using a remote connector, specify the server URL 650 ;; If using a remote connector, specify the server URL
643 ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi 651 ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi
644 652
645
646[FreeswitchService]
647 ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
648 ;; !!!!!!STANDALONE ONLY!!!!!!
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
651 ;; This has to be set for the FreeSWITCH service to work
652 ;ServerAddress = 127.0.0.1
653
654 ;; The following configuration parameters are optional
655
656 ;; By default, this is the same as the ServerAddress
657 ; Realm = 127.0.0.1
658
659 ;; By default, this is the same as the ServerAddress on port 5060
660 ; SIPProxy = 127.0.0.1:5060
661
662 ;; Default is 5000ms
663 ; DefaultTimeout = 5000
664
665 ;; The dial plan context. Default is "default"
666 ; Context = default
667
668 ;; Currently unused
669 ; UserName = freeswitch
670
671 ;; Currently unused
672 ; Password = password
673
674 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
675 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
676 ;; stun.freeswitch.org is not guaranteed to be running so use it in
677 ;; production at your own risk
678 ; EchoServer = 127.0.0.1
679 ; EchoPort = 50505
680 ; AttemptSTUN = false
681
682[Groups] 653[Groups]
683 ;# {Enabled} {} {Enable groups?} {true false} false 654 ;# {Enabled} {} {Enable groups?} {true false} false
684 ;; Enables the groups module 655 ;; Enables the groups module