From 106fd2f616cdd7086cf55325faf78b597d11f092 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 31 Mar 2008 18:41:24 +0000 Subject: * From: Dr Scofield * (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. " --- bin/OpenSim.ini.example | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bin/OpenSim.ini.example') 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}" ;for : - from : ;msgformat = "PRIVMSG {0} : {3} - from {1}" + +[Voice] +enabled = false +; This is not supported by the SLViewer right now and +; hardcoded within the SL Viewer. Maybe it will be +; changed in future. :-) +account_management_server = https://www.bhr.vivox.com/api2 +; Global SIP Server for conference calls +sip_uri = sip:testroom@testserver.com + ; Uncomment the following to control the progression of daytime ; in the Sim. The defaults are what is shown below ;[Sun] -- cgit v1.1