diff options
author | Justin Clark-Casey (justincc) | 2011-04-27 02:05:16 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-27 02:20:42 +0100 |
commit | b0bcf0cc99e77b584f19dbc471e21c4e7890fcb8 (patch) | |
tree | 51f5a10925f92edcc1535102b9540a92e998fa02 /bin/OpenSim.ini.example | |
parent | adjust freeswitch grid connector to port 8003 to agree with the default 8003 ... (diff) | |
download | opensim-SC_OLD-b0bcf0cc99e77b584f19dbc471e21c4e7890fcb8.zip opensim-SC_OLD-b0bcf0cc99e77b584f19dbc471e21c4e7890fcb8.tar.gz opensim-SC_OLD-b0bcf0cc99e77b584f19dbc471e21c4e7890fcb8.tar.bz2 opensim-SC_OLD-b0bcf0cc99e77b584f19dbc471e21c4e7890fcb8.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.example | 2 |
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] |