Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceModul

http://opensimulator.org/mantis/view.php?id=2607
iar_mods
PixelTomsen 2012-02-11 19:00:01 +01:00 committed by Justin Clark-Casey (justincc)
parent 33e66107be
commit 4589ce61bc
1 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// Capability string prefixes
private static readonly string m_parcelVoiceInfoRequestPath = "0007/";
private static readonly string m_provisionVoiceAccountRequestPath = "0008/";
private static readonly string m_chatSessionRequestPath = "0009/";
private static readonly string m_parcelVoiceInfoRequestPath = "0207/";
private static readonly string m_provisionVoiceAccountRequestPath = "0208/";
private static readonly string m_chatSessionRequestPath = "0209/";
// Control info
private static bool m_Enabled = false;