Start implementing Freeswitch in ROBUST

This commit is contained in:
Melanie
2010-11-21 20:59:01 +00:00
parent 164007dd00
commit 1cf8eb8a90
6 changed files with 106 additions and 77 deletions

View File

@@ -27,11 +27,13 @@
using System;
using OpenSim.Framework;
using System.Collections;
namespace OpenSim.Services.Interfaces
{
public interface IFreeswitchService
{
// Place anything the connector eeds to access here!
Hashtable HandleDirectoryRequest(Hashtable requestBody);
Hashtable HandleDialplanRequest(Hashtable requestBody);
}
}