Fox the buglets in Freeswitch. Grid mode works now and there is no reason why standalone should not.

This commit is contained in:
Melanie
2010-11-22 00:55:11 +01:00
parent c85e6bc36d
commit ddf08276f1
2 changed files with 4 additions and 2 deletions

View File

@@ -134,6 +134,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
m_FreeswitchService = ServerUtils.LoadPlugin<IFreeswitchService>(serviceDll, args);
string jsonConfig = m_FreeswitchService.GetJsonConfig();
m_log.Debug("[FreeSwitchVoice]: Configuration string: " + jsonConfig);
OSDMap map = (OSDMap)OSDParser.DeserializeJson(jsonConfig);
m_freeSwitchAPIPrefix = map["APIPrefix"].AsString();