diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs index e04b1ba..ddd0c12 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs | |||
@@ -594,7 +594,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
594 | return response; | 594 | return response; |
595 | 595 | ||
596 | string auth_token = (string)requestBody["auth_token"]; | 596 | string auth_token = (string)requestBody["auth_token"]; |
597 | string[] auth_tokenvals = auth_token.Split(':'); | 597 | //string[] auth_tokenvals = auth_token.Split(':'); |
598 | //string username = auth_tokenvals[0]; | 598 | //string username = auth_tokenvals[0]; |
599 | int strcount = 0; | 599 | int strcount = 0; |
600 | 600 | ||
@@ -643,9 +643,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
643 | <b2g_group_id></b2g_group_id> | 643 | <b2g_group_id></b2g_group_id> |
644 | </level3>", ids[i],i,m_freeSwitchRealm,dt)); | 644 | </level3>", ids[i],i,m_freeSwitchRealm,dt)); |
645 | } | 645 | } |
646 | 646 | ||
647 | |||
648 | |||
649 | resp.Append("</buddies><groups></groups></body></level0></response>"); | 647 | resp.Append("</buddies><groups></groups></body></level0></response>"); |
650 | 648 | ||
651 | response["str_response_string"] = resp.ToString(); | 649 | response["str_response_string"] = resp.ToString(); |
@@ -716,7 +714,6 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
716 | */ | 714 | */ |
717 | } | 715 | } |
718 | 716 | ||
719 | |||
720 | public Hashtable FreeSwitchConfigHTTPHandler(Hashtable request) | 717 | public Hashtable FreeSwitchConfigHTTPHandler(Hashtable request) |
721 | { | 718 | { |
722 | m_log.DebugFormat("[FreeSwitchVoice] FreeSwitchConfigHTTPHandler called with {0}", (string)request["body"]); | 719 | m_log.DebugFormat("[FreeSwitchVoice] FreeSwitchConfigHTTPHandler called with {0}", (string)request["body"]); |