diff options
author | Jonathan Freedman | 2010-11-21 20:01:48 -0800 |
---|---|---|
committer | Jonathan Freedman | 2010-11-21 20:01:48 -0800 |
commit | b7f5e8284360f92e0e102b9546076573c57d9397 (patch) | |
tree | 132663da8c1882e524241b55a739ef2758ef8958 /bin | |
parent | Merge https://github.com/opensim/opensim into mantis5110 (diff) | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
download | opensim-SC_OLD-b7f5e8284360f92e0e102b9546076573c57d9397.zip opensim-SC_OLD-b7f5e8284360f92e0e102b9546076573c57d9397.tar.gz opensim-SC_OLD-b7f5e8284360f92e0e102b9546076573c57d9397.tar.bz2 opensim-SC_OLD-b7f5e8284360f92e0e102b9546076573c57d9397.tar.xz |
Merge branch 'master-core' into mantis5110
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 63 | ||||
-rw-r--r-- | bin/Robust.ini.example | 13 |
2 files changed, 39 insertions, 37 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 bc87ac2..b12e05b 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -69,6 +69,19 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
69 | ; * This is the configuration for the freeswitch server in grid mode | 69 | ; * This is the configuration for the freeswitch server in grid mode |
70 | [FreeswitchService] | 70 | [FreeswitchService] |
71 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | 71 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" |
72 | ;; IP of your FS server | ||
73 | ; ServerAddress = 127.0.0.1 | ||
74 | |||
75 | ;; All other options are - well - optional | ||
76 | ; Realm = "127.0.0.1" | ||
77 | ; SIPProxy = "127.0.0.1:5060" | ||
78 | ; EchoServer = "127.0.0.1" | ||
79 | ; EchoPort = 50505 | ||
80 | ; AttemptSTUN = "false" | ||
81 | ; DefaultTimeout = 5000 | ||
82 | ; Context = "default" | ||
83 | ; UserName = "freeswitch" | ||
84 | ; Password = "password" | ||
72 | 85 | ||
73 | ; * This is the new style authentication service. Currently, only MySQL | 86 | ; * This is the new style authentication service. Currently, only MySQL |
74 | ; * is implemented. "Realm" is the table that is used for user lookup. | 87 | ; * is implemented. "Realm" is the table that is used for user lookup. |