Move the "!!!Standalone Only!!!" [FreeswitchService] section from OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.
parent
b8e2ee6978
commit
dfa4442319
|
@ -635,51 +635,13 @@
|
||||||
|
|
||||||
;; You need to load a local service for a standalone, and a remote service
|
;; You need to load a local service for a standalone, and a remote service
|
||||||
;; for a grid region. Use one of the lines below, as appropriate
|
;; for a grid region. Use one of the lines below, as appropriate
|
||||||
;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section
|
;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section in config-include/StandaloneCommon.ini
|
||||||
; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService
|
; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService
|
||||||
; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector
|
; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector
|
||||||
|
|
||||||
;; If using a remote connector, specify the server URL
|
;; If using a remote connector, specify the server URL
|
||||||
; FreeswitchServiceURL = http://my.grid.server:8004/fsapi
|
; FreeswitchServiceURL = http://my.grid.server:8004/fsapi
|
||||||
|
|
||||||
|
|
||||||
[FreeswitchService]
|
|
||||||
;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
;; !!!!!!STANDALONE ONLY!!!!!!
|
|
||||||
;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone
|
|
||||||
;; This has to be set for the FreeSWITCH service to work
|
|
||||||
;; This address must be reachable by viewers.
|
|
||||||
;ServerAddress = 127.0.0.1
|
|
||||||
|
|
||||||
;; The following configuration parameters are optional
|
|
||||||
|
|
||||||
;; By default, this is the same as the ServerAddress
|
|
||||||
; Realm = 127.0.0.1
|
|
||||||
|
|
||||||
;; By default, this is the same as the ServerAddress on port 5060
|
|
||||||
; SIPProxy = 127.0.0.1:5060
|
|
||||||
|
|
||||||
;; Default is 5000ms
|
|
||||||
; DefaultTimeout = 5000
|
|
||||||
|
|
||||||
;; The dial plan context. Default is "default"
|
|
||||||
; Context = default
|
|
||||||
|
|
||||||
;; Currently unused
|
|
||||||
; UserName = freeswitch
|
|
||||||
|
|
||||||
;; Currently unused
|
|
||||||
; Password = password
|
|
||||||
|
|
||||||
;; The following parameters are for STUN = Simple Traversal of UDP through NATs
|
|
||||||
;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
|
|
||||||
;; stun.freeswitch.org is not guaranteed to be running so use it in
|
|
||||||
;; production at your own risk
|
|
||||||
; EchoServer = 127.0.0.1
|
|
||||||
; EchoPort = 50505
|
|
||||||
; AttemptSTUN = false
|
|
||||||
|
|
||||||
[Groups]
|
[Groups]
|
||||||
;# {Enabled} {} {Enable groups?} {true false} false
|
;# {Enabled} {} {Enable groups?} {true false} false
|
||||||
;; Enables the groups module
|
;; Enables the groups module
|
||||||
|
|
|
@ -139,6 +139,42 @@
|
||||||
;AllowedClients = ""
|
;AllowedClients = ""
|
||||||
;DeniedClients = ""
|
;DeniedClients = ""
|
||||||
|
|
||||||
|
[FreeswitchService]
|
||||||
|
;; If FreeSWITCH is not being used then you don't need to set any of these parameters
|
||||||
|
;;
|
||||||
|
;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone
|
||||||
|
;; This has to be set for the FreeSWITCH service to work
|
||||||
|
;; This address must be reachable by viewers.
|
||||||
|
;ServerAddress = 127.0.0.1
|
||||||
|
|
||||||
|
;; The following configuration parameters are optional
|
||||||
|
|
||||||
|
;; By default, this is the same as the ServerAddress
|
||||||
|
; Realm = 127.0.0.1
|
||||||
|
|
||||||
|
;; By default, this is the same as the ServerAddress on port 5060
|
||||||
|
; SIPProxy = 127.0.0.1:5060
|
||||||
|
|
||||||
|
;; Default is 5000ms
|
||||||
|
; DefaultTimeout = 5000
|
||||||
|
|
||||||
|
;; The dial plan context. Default is "default"
|
||||||
|
; Context = default
|
||||||
|
|
||||||
|
;; Currently unused
|
||||||
|
; UserName = freeswitch
|
||||||
|
|
||||||
|
;; Currently unused
|
||||||
|
; Password = password
|
||||||
|
|
||||||
|
;; The following parameters are for STUN = Simple Traversal of UDP through NATs
|
||||||
|
;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
|
||||||
|
;; stun.freeswitch.org is not guaranteed to be running so use it in
|
||||||
|
;; production at your own risk
|
||||||
|
; EchoServer = 127.0.0.1
|
||||||
|
; EchoPort = 50505
|
||||||
|
; AttemptSTUN = false
|
||||||
|
|
||||||
[GridInfoService]
|
[GridInfoService]
|
||||||
; These settings are used to return information on a get_grid_info call.
|
; These settings are used to return information on a get_grid_info call.
|
||||||
; Client launcher scripts and third-party clients make use of this to
|
; Client launcher scripts and third-party clients make use of this to
|
||||||
|
|
Loading…
Reference in New Issue