aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Voice (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Added some noisy debug information to VivoxModule to try debug why ↵Adam Frisby2009-07-121-2/+9
| | | | GetChannel fails on LBSA/Zaius Plaza.
* fixing missing ReplacableInterfaceDr Scofield2009-07-111-2/+7
|
* From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-07-111-0/+1301
| | | | | | | | | | | this commit finally adds the VivoxVoiceModule: it supports positional as well as conference call type voice (currently only per region server), region and parcel voice, speaker indication (LL client family), direct avtar-to-avatar voice chat. NOTE: you need to obtain an customer admin account from Vivox to be able to use this module --- DON'T ask me about how to about an admin account, i've NO clue, we just wrote this code.
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-6/+6
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2009-06-192-8/+13
| | | | | Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators)
* * Corrected CAPS namespacesArthur Valadares2009-06-181-2/+2
| | | | | * "luke, use the sed"
* Formatting cleanup.Jeff Ames2009-06-102-6/+6
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-013-3/+3
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-041-5/+2
|
* * Add test to check temp profile creation on iar loadJustin Clarke Casey2009-04-291-4/+1
|
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-291-3/+3
|
* * More debug warning message removal in the FreeSwitchVoiceModuleTeravus Ovares2009-04-251-21/+275
|
* * Fix another crash bug in the FreeSwitchVoiceModuleTeravus Ovares2009-04-232-1/+3
|
* * Tweaking the dialstring so the sip_contact_user variable is set to the ↵Teravus Ovares2009-04-232-6/+10
| | | | dialed user. This stops the client from complaining and might be useful later. Resolves the 'unable to parse id from mod_sofia@ip:port' message.
* * minor: remove some compiler warningsJustin Clarke Casey2009-04-221-31/+31
|
* cleaning up, fixing warningsDr Scofield2009-04-223-61/+46
|
* * Some tweaks to the FreeSwitchModule to allow a well known hostname and ↵Teravus Ovares2009-04-222-9/+26
| | | | | | | | avoid a double // in a path which causes account verification to fail * The change shouldn't affect anyone who has it working currently and makes it a ton easier for everyone else to get it working. * Handle a case when there's no Event-Calling-Function but it's obviously a REGISTER method
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-223-73/+73
|
* culling AsteriskVoiceModule and SIPVoiceModule, now that we haveDr Scofield2009-04-212-526/+0
| | | | | | working FreeSwitchVoiceModule and soon will have a fully working VivoxVoiceModule.
* experimental freeswitch code, imported from Rob Smart's treeSean Dague2009-04-173-0/+994
|
* adding missing ChatSessionRequest voice capability for direct AV-AV calls.Dr Scofield2009-03-191-0/+32
|
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-102-0/+494
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator