diff options
author | Melanie | 2010-11-21 20:59:01 +0000 |
---|---|---|
committer | Melanie | 2010-11-21 21:29:11 +0000 |
commit | c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9 (patch) | |
tree | 84d5075069f51f3d7f0af9f46e9274a8b1531c44 /OpenSim/Services/Interfaces/IFreeswitchService.cs | |
parent | Fix global region coordinates that are delivered by llRequestSimulatorData. (diff) | |
download | opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.zip opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.tar.gz opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.tar.bz2 opensim-SC_OLD-c0ccfeebe78dc1d0136f86e5f0e9562c4804cfa9.tar.xz |
Start implementing Freeswitch in ROBUST
Diffstat (limited to 'OpenSim/Services/Interfaces/IFreeswitchService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IFreeswitchService.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IFreeswitchService.cs b/OpenSim/Services/Interfaces/IFreeswitchService.cs index d1f635b..2b3ffeb 100644 --- a/OpenSim/Services/Interfaces/IFreeswitchService.cs +++ b/OpenSim/Services/Interfaces/IFreeswitchService.cs | |||
@@ -27,11 +27,13 @@ | |||
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using System.Collections; | ||
30 | 31 | ||
31 | namespace OpenSim.Services.Interfaces | 32 | namespace OpenSim.Services.Interfaces |
32 | { | 33 | { |
33 | public interface IFreeswitchService | 34 | public interface IFreeswitchService |
34 | { | 35 | { |
35 | // Place anything the connector eeds to access here! | 36 | Hashtable HandleDirectoryRequest(Hashtable requestBody); |
37 | Hashtable HandleDialplanRequest(Hashtable requestBody); | ||
36 | } | 38 | } |
37 | } | 39 | } |