aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/FreeswitchService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-33/+33
|
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2015-04-291-1/+1
| | | | AssemblyVersion("0.8.2.*")
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
|
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
|
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
|
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-05-271-4/+4
|
* Adjust freeswitch logging to be somewhat less noisy. However, there is ↵Justin Clark-Casey (justincc)2011-04-211-5/+3
| | | | still quite a large amount of logging present for debug purposes.
* Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)2011-04-192-14/+17
| | | | to config parameters. Clean up some log messages.
* Remove username and password from the publicly accessible FS configMelanie2010-11-211-3/+1
|
* Implement a method to allow regions to query the gridwide FreeswitchMelanie2010-11-211-0/+20
| | | | configuration from ROBUST
* Move Dialplan and Directory from the region module to the ROBUST serverMelanie2010-11-211-4/+333
|
* Start implementing Freeswitch in ROBUSTMelanie2010-11-212-3/+45
|
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-051-3/+1
|
* Adding the plumbing for a ROBUST freeswitch serviceMelanie2009-08-042-0/+104