From 042cd57e948f6e3695d1d5b2b2a473ee77a1e9c4 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 3 Apr 2008 15:44:20 +0000 Subject: * From: Dr Scofield * 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. --- bin/OpenSim.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ; changed in future. :-) account_management_server = https://www.bhr.vivox.com/api2 ; Global SIP Server for conference calls -sip_uri = sip:testroom@testserver.com +sip_domain = testserver.com ; Uncomment the following to control the progression of daytime ; in the Sim. The defaults are what is shown below -- cgit v1.1