Output the Freeswitch context received and the context set up in the
debugging message so a mismatch can be corrected more easilyarthursv
parent
d1f772cffd
commit
fa20a2685b
|
@ -56,7 +56,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
|
||||||
response["int_response_code"] = 200;
|
response["int_response_code"] = 200;
|
||||||
if (Context != requestcontext)
|
if (Context != requestcontext)
|
||||||
{
|
{
|
||||||
m_log.Debug("[FreeSwitchDirectory] returning empty as it's for another context");
|
m_log.DebugFormat("[FreeSwitchDirectory] returning empty as it's for context {0} and we are using {1}", requestcontext, Context);
|
||||||
response["str_response_string"] = "";
|
response["str_response_string"] = "";
|
||||||
} else {
|
} else {
|
||||||
response["str_response_string"] = String.Format(@"<?xml version=""1.0"" encoding=""utf-8""?>
|
response["str_response_string"] = String.Format(@"<?xml version=""1.0"" encoding=""utf-8""?>
|
||||||
|
|
Loading…
Reference in New Issue