mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:17:34 +08:00
Add copyright headers. Formatting cleanup.
This commit is contained in:
@@ -500,7 +500,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
|
||||
// is this a dialplan or directory request
|
||||
string section = (string) requestBody["section"];
|
||||
|
||||
if(section=="directory")
|
||||
if (section=="directory")
|
||||
response = m_FreeSwitchDirectory.HandleDirectoryRequest(requestBody);
|
||||
else if (section=="dialplan")
|
||||
response = m_FreeSwitchDialplan.HandleDialplanRequest(requestBody);
|
||||
|
||||
Reference in New Issue
Block a user