aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-04-27 02:05:16 +0100
committerJustin Clark-Casey (justincc)2011-04-27 02:05:16 +0100
commit1b43c05c3d8444faca0126bf195df0b0d99b6e83 (patch)
tree3bf52c5a4f47bb87214a27a18dbb38d99b5f1175 /bin/OpenSim.ini.example
parentadjust freeswitch grid connector to port 8003 to agree with the default 8003 ... (diff)
downloadopensim-SC_OLD-1b43c05c3d8444faca0126bf195df0b0d99b6e83.zip
opensim-SC_OLD-1b43c05c3d8444faca0126bf195df0b0d99b6e83.tar.gz
opensim-SC_OLD-1b43c05c3d8444faca0126bf195df0b0d99b6e83.tar.bz2
opensim-SC_OLD-1b43c05c3d8444faca0126bf195df0b0d99b6e83.tar.xz
Change default ini.example port used by Freeswitch in grid settings to 8004.
This is to facilitate running Freeswitch in a separate ROBUST shell, as on grid setups there can be quite a lot of traffic flowing between FreeSWITCH and ROBUST. However, running in a spearate shell is not mandatory.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index fbaa590..5389b44 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -626,7 +626,7 @@
626 ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector 626 ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector
627 627
628 ;; If using a remote connector, specify the server URL 628 ;; If using a remote connector, specify the server URL
629 ; FreeswitchServiceURL = http://my.grid.server:8003/fsapi 629 ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi
630 630
631 631
632[FreeswitchService] 632[FreeswitchService]