Implement a method to allow regions to query the gridwide Freeswitch

configuration from ROBUST
This commit is contained in:
Melanie
2010-11-21 22:17:25 +00:00
parent b43a01179e
commit 2b0ef9ad1d
4 changed files with 41 additions and 0 deletions

View File

@@ -35,5 +35,6 @@ namespace OpenSim.Services.Interfaces
{
Hashtable HandleDirectoryRequest(Hashtable requestBody);
Hashtable HandleDialplanRequest(Hashtable requestBody);
string GetJsonConfig();
}
}