diff options
author | opensim mirror account | 2010-11-21 15:20:02 -0800 |
---|---|---|
committer | opensim mirror account | 2010-11-21 15:20:02 -0800 |
commit | b4025eb48e1f13243c921f7fc83ae2707abf14e8 (patch) | |
tree | c6710886fc78734106049f9b5224f27afadfc256 /OpenSim/Services/Interfaces/IFreeswitchService.cs | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Implement a method to allow regions to query the gridwide Freeswitch (diff) | |
download | opensim-SC_OLD-b4025eb48e1f13243c921f7fc83ae2707abf14e8.zip opensim-SC_OLD-b4025eb48e1f13243c921f7fc83ae2707abf14e8.tar.gz opensim-SC_OLD-b4025eb48e1f13243c921f7fc83ae2707abf14e8.tar.bz2 opensim-SC_OLD-b4025eb48e1f13243c921f7fc83ae2707abf14e8.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Services/Interfaces/IFreeswitchService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IFreeswitchService.cs | 1 |
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 | } |