diff options
author | PixelTomsen | 2012-02-11 19:00:01 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-14 02:12:12 +0000 |
commit | 4589ce61bc68311d6ab7b5e7aa40ed1def40f52e (patch) | |
tree | 0b4119446ca7a430bc973d74282dc3ab5f89323e /OpenSim/Region | |
parent | Fix: Lightshare Module(Windlight)-Region settings are not applicable for data... (diff) | |
download | opensim-SC_OLD-4589ce61bc68311d6ab7b5e7aa40ed1def40f52e.zip opensim-SC_OLD-4589ce61bc68311d6ab7b5e7aa40ed1def40f52e.tar.gz opensim-SC_OLD-4589ce61bc68311d6ab7b5e7aa40ed1def40f52e.tar.bz2 opensim-SC_OLD-4589ce61bc68311d6ab7b5e7aa40ed1def40f52e.tar.xz |
Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceModul
http://opensimulator.org/mantis/view.php?id=2607
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs index 5323a95..05678c0 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs | |||
@@ -63,9 +63,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
63 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 63 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
64 | 64 | ||
65 | // Capability string prefixes | 65 | // Capability string prefixes |
66 | private static readonly string m_parcelVoiceInfoRequestPath = "0007/"; | 66 | private static readonly string m_parcelVoiceInfoRequestPath = "0207/"; |
67 | private static readonly string m_provisionVoiceAccountRequestPath = "0008/"; | 67 | private static readonly string m_provisionVoiceAccountRequestPath = "0208/"; |
68 | private static readonly string m_chatSessionRequestPath = "0009/"; | 68 | private static readonly string m_chatSessionRequestPath = "0209/"; |
69 | 69 | ||
70 | // Control info | 70 | // Control info |
71 | private static bool m_Enabled = false; | 71 | private static bool m_Enabled = false; |