diff options
author | opensim mirror account | 2010-11-21 14:30:10 -0800 |
---|---|---|
committer | opensim mirror account | 2010-11-21 14:30:10 -0800 |
commit | d0c764bf2e03021623997600d54bc62d1f40757a (patch) | |
tree | 9accb8cc3e6ef2473b564932b0ddb69ae8f4c83f /OpenSim/Services/Interfaces/IFreeswitchService.cs | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Move Dialplan and Directory from the region module to the ROBUST server (diff) | |
download | opensim-SC-d0c764bf2e03021623997600d54bc62d1f40757a.zip opensim-SC-d0c764bf2e03021623997600d54bc62d1f40757a.tar.gz opensim-SC-d0c764bf2e03021623997600d54bc62d1f40757a.tar.bz2 opensim-SC-d0c764bf2e03021623997600d54bc62d1f40757a.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 | 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 | } |