diff options
author | Melanie | 2010-11-21 23:24:39 +0000 |
---|---|---|
committer | Melanie | 2010-11-21 23:24:39 +0000 |
commit | 21058425133dff8499f856a32af29547f537445a (patch) | |
tree | dcd2102bfc0cf39ff178f5bca146b407b42d269f /bin | |
parent | Remove username and password from the publicly accessible FS config (diff) | |
download | opensim-SC_OLD-21058425133dff8499f856a32af29547f537445a.zip opensim-SC_OLD-21058425133dff8499f856a32af29547f537445a.tar.gz opensim-SC_OLD-21058425133dff8499f856a32af29547f537445a.tar.bz2 opensim-SC_OLD-21058425133dff8499f856a32af29547f537445a.tar.xz |
Finish the standalone mode freeswitch work and add config examples
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 63 | ||||
-rw-r--r-- | bin/Robust.ini.example | 4 |
2 files changed, 28 insertions, 39 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9d34854..988831f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -580,44 +580,33 @@ | |||
580 | [FreeSwitchVoice] | 580 | [FreeSwitchVoice] |
581 | ;; In order for this to work you need a functioning FreeSWITCH PBX set up. | 581 | ;; In order for this to work you need a functioning FreeSWITCH PBX set up. |
582 | ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module | 582 | ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module |
583 | ; enabled = false | 583 | ; Enabled = false |
584 | 584 | ||
585 | ;; FreeSWITCH server is going to contact us and ask us all sorts of things | 585 | ;; You need to load a local service for a standalone, and a remote service |
586 | ; freeswitch_server_user = freeswitch | 586 | ;; for a grid region. Use one of the lines below, as appropriate |
587 | ; freeswitch_server_pass = password | 587 | ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService |
588 | ; freeswitch_api_prefix = /api | 588 | ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector |
589 | 589 | ||
590 | ;; external IP address of your OpenSim voice enabled region | 590 | ;; If using a remote module, specify the server URL |
591 | ;; note: all regions running on same OpenSim.exe will be enabled | 591 | ; FreeswitchServiceURL = http://my.grid.server:8003/fsapi |
592 | ; freeswitch_service_server = ip.address.of.your.sim | 592 | |
593 | 593 | [FreeswitchService] | |
594 | ;; this should be the same port the region listens on | 594 | ;; !!!!!!!!!!!!!!!!!!!!!!!!!!! |
595 | ; freeswitch_service_port = 9000 | 595 | ;; !!!!!!STANDALONE ONLY!!!!!! |
596 | ; freeswitch_realm = ip.address.of.freeswitch.server | 596 | ;; !!!!!!!!!!!!!!!!!!!!!!!!!!! |
597 | ; freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060 | 597 | ;; IP of your FS server |
598 | 598 | ;ServerAddress = 85.25.142.92 | |
599 | ;; STUN = Simple Traversal of UDP through NATs | 599 | |
600 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal | 600 | ;; All other options are - well - optional |
601 | ;; stun.freeswitch.org is not guaranteed to be running so use it in | 601 | ; Realm = "127.0.0.1" |
602 | ;; production at your own risk | 602 | ; SIPProxy = "127.0.0.1:5060" |
603 | ; freeswitch_attempt_stun = false | 603 | ; EchoServer = "127.0.0.1" |
604 | ; freeswitch_stun_server = ip.address.of.stun.server | 604 | ; EchoPort = 50505 |
605 | ; freeswitch_echo_server = ip.address.of.freeswitch.server | 605 | ; AttemptSTUN = "false" |
606 | ; freeswitch_echo_port = 50505 | 606 | ; DefaultTimeout = 5000 |
607 | ; freeswitch_well_known_ip = ip.address.of.freeswitch.server | 607 | ; Context = "default" |
608 | 608 | ; UserName = "freeswitch" | |
609 | ;; Type the address of your http server here, hostname is allowed. | 609 | ; Password = "password" |
610 | ;; This is provided so you can specify a hostname | ||
611 | ;; This is used by client for account verification. By default, it's the | ||
612 | ;; same as the freeswitch service server. | ||
613 | ; opensim_well_known_http_address = Address_Of_Your_SIM_HTTP_Server | ||
614 | |||
615 | ;; Timeouts | ||
616 | ; freeswitch_default_timeout = 5000 | ||
617 | ; freeswitch_subscribe_retry = 120 | ||
618 | |||
619 | ;; Misc | ||
620 | ; freeswitch_password_reset_url = | ||
621 | 610 | ||
622 | [Groups] | 611 | [Groups] |
623 | ;# {Enabled} {} {Enable groups?} {true false} false | 612 | ;# {Enabled} {} {Enable groups?} {true false} false |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 5973f70..b12e05b 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -73,8 +73,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
73 | ; ServerAddress = 127.0.0.1 | 73 | ; ServerAddress = 127.0.0.1 |
74 | 74 | ||
75 | ;; All other options are - well - optional | 75 | ;; All other options are - well - optional |
76 | ; Realm = 1"27.0.0.1" | 76 | ; Realm = "127.0.0.1" |
77 | ; SIPProxy = 1"27.0.0.1:5060" | 77 | ; SIPProxy = "127.0.0.1:5060" |
78 | ; EchoServer = "127.0.0.1" | 78 | ; EchoServer = "127.0.0.1" |
79 | ; EchoPort = 50505 | 79 | ; EchoPort = 50505 |
80 | ; AttemptSTUN = "false" | 80 | ; AttemptSTUN = "false" |