aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-2/+2
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
2009-07-23Formatting cleanup.Jeff Ames3-138/+136
2009-07-17* Patch from otakup0pe to help freeswitch play nice with complex existing ↵Teravus Ovares3-140/+160
freeswitch configurations. * Thanks! fixes mantis #3899
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-6/+6
Change all uses of the HttpServer properties to use the new singleton
2009-06-19From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2-8/+13
Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators)
2009-06-18* Corrected CAPS namespacesArthur Valadares1-2/+2
* "luke, use the sed"
2009-06-10Formatting cleanup.Jeff Ames2-6/+6
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames3-3/+3
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-5/+2
2009-04-29* Add test to check temp profile creation on iar loadJustin Clarke Casey1-4/+1
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-3/+3
2009-04-25* More debug warning message removal in the FreeSwitchVoiceModuleTeravus Ovares1-21/+275
2009-04-23* Fix another crash bug in the FreeSwitchVoiceModuleTeravus Ovares2-1/+3
2009-04-23* Tweaking the dialstring so the sip_contact_user variable is set to the ↵Teravus Ovares2-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.
2009-04-22* minor: remove some compiler warningsJustin Clarke Casey1-31/+31
2009-04-22cleaning up, fixing warningsDr Scofield3-61/+46
2009-04-22* Some tweaks to the FreeSwitchModule to allow a well known hostname and ↵Teravus Ovares2-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
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames3-73/+73
2009-04-17experimental freeswitch code, imported from Rob Smart's treeSean Dague3-0/+994