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.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-27 02:05:16 +01:00
parent 27506175f1
commit b0bcf0cc99
3 changed files with 3 additions and 3 deletions

View File

@@ -626,7 +626,7 @@
; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector
;; If using a remote connector, specify the server URL
; FreeswitchServiceURL = http://my.grid.server:8003/fsapi
; FreeswitchServiceURL = http://my.grid.server:8004/fsapi
[FreeswitchService]