aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-04 15:38:36 +0000
committerJustin Clarke Casey2009-05-04 15:38:36 +0000
commit257fc5515ac9cb36032c2f44f040c3620ed2f328 (patch)
tree167d99d28167e6ab36a96bccf22fbef0b9f0cce1 /OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs
parentPrebuild changes to allow the console to reference the http server (diff)
downloadopensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.zip
opensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.gz
opensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.bz2
opensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.xz
* minor: remove some mono compiler warnings, minor cleanup
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs7
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"]);