Merge branch 'master' of /var/git/opensim/

viewer-2-initial-appearance
opensim mirror account 2010-11-22 07:30:05 -08:00
commit 7e862dfe5e
1 changed files with 3 additions and 3 deletions

View File

@ -603,7 +603,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
response["str_response_string"] = string.Empty;
response["content-type"] = "text/xml";
Hashtable requestBody = parseRequestBody((string)request["body"]);
Hashtable requestBody = ParseRequestBody((string)request["body"]);
if (!requestBody.ContainsKey("auth_token"))
return response;
@ -675,7 +675,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
string uri = (string)request["uri"];
string contenttype = (string)request["content-type"];
Hashtable requestBody = parseRequestBody((string)request["body"]);
Hashtable requestBody = ParseRequestBody((string)request["body"]);
//string pwd = (string) requestBody["pwd"];
string userid = (string) requestBody["userid"];
@ -719,7 +719,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
return response;
}
public Hashtable parseRequestBody(string body)
public Hashtable ParseRequestBody(string body)
{
Hashtable bodyParams = new Hashtable();
// split string