mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Start implementing Freeswitch in ROBUST
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user