diff options
author | Justin Clarke Casey | 2008-04-03 15:44:20 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-03 15:44:20 +0000 |
commit | 042cd57e948f6e3695d1d5b2b2a473ee77a1e9c4 (patch) | |
tree | 347f7abdb075b4acba5ece213d667c7c562c99fb /bin | |
parent | * Minor: fix doc glitch (diff) | |
download | opensim-SC_OLD-042cd57e948f6e3695d1d5b2b2a473ee77a1e9c4.zip opensim-SC_OLD-042cd57e948f6e3695d1d5b2b2a473ee77a1e9c4.tar.gz opensim-SC_OLD-042cd57e948f6e3695d1d5b2b2a473ee77a1e9c4.tar.bz2 opensim-SC_OLD-042cd57e948f6e3695d1d5b2b2a473ee77a1e9c4.tar.xz |
* From: Dr Scofield <hud@zurich.ibm.com>
* This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations.
* CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in.
Diffstat (limited to '')
-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 5a6ef06..bf8a48f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -164,7 +164,7 @@ enabled = false | |||
164 | ; changed in future. :-) | 164 | ; changed in future. :-) |
165 | account_management_server = https://www.bhr.vivox.com/api2 | 165 | account_management_server = https://www.bhr.vivox.com/api2 |
166 | ; Global SIP Server for conference calls | 166 | ; Global SIP Server for conference calls |
167 | sip_uri = sip:testroom@testserver.com | 167 | sip_domain = testserver.com |
168 | 168 | ||
169 | ; Uncomment the following to control the progression of daytime | 169 | ; Uncomment the following to control the progression of daytime |
170 | ; in the Sim. The defaults are what is shown below | 170 | ; in the Sim. The defaults are what is shown below |