diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c5df0db..813c5b8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -635,50 +635,13 @@ | |||
635 | 635 | ||
636 | ;; You need to load a local service for a standalone, and a remote service | 636 | ;; 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 | 637 | ;; 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 | 638 | ;; 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 | 639 | ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService |
640 | ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector | 640 | ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector |
641 | 641 | ||
642 | ;; If using a remote connector, specify the server URL | 642 | ;; If using a remote connector, specify the server URL |
643 | ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi | 643 | ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi |
644 | 644 | ||
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] | 645 | [Groups] |
683 | ;# {Enabled} {} {Enable groups?} {true false} false | 646 | ;# {Enabled} {} {Enable groups?} {true false} false |
684 | ;; Enables the groups module | 647 | ;; Enables the groups module |