diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Region/OptionalModules/Avatar/Voice | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/Voice')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs | 10 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs index eee122b..caec43d 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs | |||
@@ -147,7 +147,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
147 | response["content_type"] = "text/xml"; | 147 | response["content_type"] = "text/xml"; |
148 | response["keepalive"] = false; | 148 | response["keepalive"] = false; |
149 | response["int_response_code"] = 200; | 149 | response["int_response_code"] = 200; |
150 | response["str_response_string"] = String.Format( | 150 | response["str_response_string"] = String.Format( |
151 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + | 151 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + |
152 | "<document type=\"freeswitch/xml\">\r\n" + | 152 | "<document type=\"freeswitch/xml\">\r\n" + |
153 | "<section name=\"directory\" description=\"User Directory\">\r\n" + | 153 | "<section name=\"directory\" description=\"User Directory\">\r\n" + |
@@ -184,7 +184,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
184 | response["content_type"] = "text/xml"; | 184 | response["content_type"] = "text/xml"; |
185 | response["keepalive"] = false; | 185 | response["keepalive"] = false; |
186 | response["int_response_code"] = 200; | 186 | response["int_response_code"] = 200; |
187 | response["str_response_string"] = String.Format( | 187 | response["str_response_string"] = String.Format( |
188 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + | 188 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + |
189 | "<document type=\"freeswitch/xml\">\r\n" + | 189 | "<document type=\"freeswitch/xml\">\r\n" + |
190 | "<section name=\"directory\" description=\"User Directory\">\r\n" + | 190 | "<section name=\"directory\" description=\"User Directory\">\r\n" + |
@@ -230,7 +230,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
230 | response["content_type"] = "text/xml"; | 230 | response["content_type"] = "text/xml"; |
231 | response["keepalive"] = false; | 231 | response["keepalive"] = false; |
232 | response["int_response_code"] = 200; | 232 | response["int_response_code"] = 200; |
233 | response["str_response_string"] = String.Format( | 233 | response["str_response_string"] = String.Format( |
234 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + | 234 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + |
235 | "<document type=\"freeswitch/xml\">\r\n" + | 235 | "<document type=\"freeswitch/xml\">\r\n" + |
236 | "<section name=\"directory\" description=\"User Directory\">\r\n" + | 236 | "<section name=\"directory\" description=\"User Directory\">\r\n" + |
@@ -263,7 +263,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
263 | response["content_type"] = "text/xml"; | 263 | response["content_type"] = "text/xml"; |
264 | response["keepalive"] = false; | 264 | response["keepalive"] = false; |
265 | response["int_response_code"] = 200; | 265 | response["int_response_code"] = 200; |
266 | response["str_response_string"] = String.Format( | 266 | response["str_response_string"] = String.Format( |
267 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + | 267 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + |
268 | "<document type=\"freeswitch/xml\">\r\n" + | 268 | "<document type=\"freeswitch/xml\">\r\n" + |
269 | "<section name=\"directory\" description=\"User Directory\">\r\n" + | 269 | "<section name=\"directory\" description=\"User Directory\">\r\n" + |
@@ -317,7 +317,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
317 | // response["content_type"] = "text/xml"; | 317 | // response["content_type"] = "text/xml"; |
318 | // response["keepalive"] = false; | 318 | // response["keepalive"] = false; |
319 | // response["int_response_code"] = 200; | 319 | // response["int_response_code"] = 200; |
320 | // response["str_response_string"] = String.Format( | 320 | // response["str_response_string"] = String.Format( |
321 | // "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + | 321 | // "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + |
322 | // "<document type=\"freeswitch/xml\">\r\n" + | 322 | // "<document type=\"freeswitch/xml\">\r\n" + |
323 | // "<section name=\"directory\" description=\"User Directory\">\r\n" + | 323 | // "<section name=\"directory\" description=\"User Directory\">\r\n" + |
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs index 84d7c4c..de78f5f 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchVoiceModule.cs | |||
@@ -556,7 +556,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice | |||
556 | response["content_type"] = "text/xml"; | 556 | response["content_type"] = "text/xml"; |
557 | response["keepalive"] = false; | 557 | response["keepalive"] = false; |
558 | 558 | ||
559 | response["str_response_string"] = String.Format( | 559 | response["str_response_string"] = String.Format( |
560 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + | 560 | "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" + |
561 | "<VCConfiguration>\r\n"+ | 561 | "<VCConfiguration>\r\n"+ |
562 | "<DefaultRealm>{0}</DefaultRealm>\r\n" + | 562 | "<DefaultRealm>{0}</DefaultRealm>\r\n" + |