aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/FreeswitchService/FreeswitchService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-29/+29
2011-05-27minor: remove mono compiler warningJustin Clark-Casey (justincc)1-4/+4
2011-04-21Adjust freeswitch logging to be somewhat less noisy. However, there is ↵Justin Clark-Casey (justincc)1-5/+3
still quite a large amount of logging present for debug purposes.
2011-04-19Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)1-13/+16
to config parameters. Clean up some log messages.
2010-11-21Remove username and password from the publicly accessible FS configMelanie1-3/+1
2010-11-21Implement a method to allow regions to query the gridwide FreeswitchMelanie1-0/+20
configuration from ROBUST
2010-11-21Move Dialplan and Directory from the region module to the ROBUST serverMelanie1-4/+333
2010-11-21Start implementing Freeswitch in ROBUSTMelanie1-2/+10
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-3/+1
2009-08-04Adding the plumbing for a ROBUST freeswitch serviceMelanie1-8/+15
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-18Adding missing filesMelanie Thielker1-5/+9
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8