diff options
author | Justin Clarke Casey | 2008-03-31 18:41:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-31 18:41:24 +0000 |
commit | 106fd2f616cdd7086cf55325faf78b597d11f092 (patch) | |
tree | b5fd1f438eef62b3530a346cd8642f86fd7122ec /bin/OpenSim.ini.example | |
parent | * Minor: If a user exists but has no inventory in standalone, automatically c... (diff) | |
download | opensim-SC_OLD-106fd2f616cdd7086cf55325faf78b597d11f092.zip opensim-SC_OLD-106fd2f616cdd7086cf55325faf78b597d11f092.tar.gz opensim-SC_OLD-106fd2f616cdd7086cf55325faf78b597d11f092.tar.bz2 opensim-SC_OLD-106fd2f616cdd7086cf55325faf78b597d11f092.tar.xz |
* From: Dr Scofield <hud@zurich.ibm.com>
* (and Ansgar/Ansi)
* Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet!
* In his own words
"the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. "
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e596130..43e6493 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -155,6 +155,16 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}" | |||
155 | ;for <bot>:<message> - from <user> : | 155 | ;for <bot>:<message> - from <user> : |
156 | ;msgformat = "PRIVMSG {0} : {3} - from {1}" | 156 | ;msgformat = "PRIVMSG {0} : {3} - from {1}" |
157 | 157 | ||
158 | |||
159 | [Voice] | ||
160 | enabled = false | ||
161 | ; This is not supported by the SLViewer right now and | ||
162 | ; hardcoded within the SL Viewer. Maybe it will be | ||
163 | ; changed in future. :-) | ||
164 | account_management_server = https://www.bhr.vivox.com/api2 | ||
165 | ; Global SIP Server for conference calls | ||
166 | sip_uri = sip:testroom@testserver.com | ||
167 | |||
158 | ; Uncomment the following to control the progression of daytime | 168 | ; Uncomment the following to control the progression of daytime |
159 | ; in the Sim. The defaults are what is shown below | 169 | ; in the Sim. The defaults are what is shown below |
160 | ;[Sun] | 170 | ;[Sun] |