aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorMelanie2010-11-21 22:17:25 +0000
committerMelanie2010-11-21 22:17:25 +0000
commit2b0ef9ad1d46d89e01bc9149c8689aaa0b412587 (patch)
treec6710886fc78734106049f9b5224f27afadfc256 /OpenSim/Services/Interfaces
parentCorrect an error in Robust.ini.example (diff)
downloadopensim-SC_OLD-2b0ef9ad1d46d89e01bc9149c8689aaa0b412587.zip
opensim-SC_OLD-2b0ef9ad1d46d89e01bc9149c8689aaa0b412587.tar.gz
opensim-SC_OLD-2b0ef9ad1d46d89e01bc9149c8689aaa0b412587.tar.bz2
opensim-SC_OLD-2b0ef9ad1d46d89e01bc9149c8689aaa0b412587.tar.xz
Implement a method to allow regions to query the gridwide Freeswitch
configuration from ROBUST
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IFreeswitchService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IFreeswitchService.cs b/OpenSim/Services/Interfaces/IFreeswitchService.cs
index 2b3ffeb..e7941d5 100644
--- a/OpenSim/Services/Interfaces/IFreeswitchService.cs
+++ b/OpenSim/Services/Interfaces/IFreeswitchService.cs
@@ -35,5 +35,6 @@ namespace OpenSim.Services.Interfaces
35 { 35 {
36 Hashtable HandleDirectoryRequest(Hashtable requestBody); 36 Hashtable HandleDirectoryRequest(Hashtable requestBody);
37 Hashtable HandleDialplanRequest(Hashtable requestBody); 37 Hashtable HandleDialplanRequest(Hashtable requestBody);
38 string GetJsonConfig();
38 } 39 }
39} 40}