<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Andrew Thompson wrote:
<blockquote cite="mid:20090921192059.GC665@hijacked.us" type="cite">
  <pre wrap="">On Mon, Sep 21, 2009 at 12:58:57PM -0400, Andrew Thompson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'll try to look at this later today - it's probably a bug (although I
do quite a bit of XML config serving myself without having seen this
issue).

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Okay, I just tested this, and it didn't hang for me. I don't think I had
all the required code to actually run your example though so I
refactored it to be a single process (removing the Pid argument to
start()).

Can you test with the attached version and see if you still see the
failure? I tested by starting the module and then running 'reload
mod_sofia' from the freeswitch console. How were you testing it?

Andrew
  </pre>
</blockquote>
I did a "load mod_sofia", as it's not loaded at startup for some
reason.&nbsp; What's causing me a bit of grief is that I only have the
template sofia.conf.xml to go by, and while FS is supposed to load that
configuration on startup, mod_sofia isn't getting loaded, so I suspect
there's an error or misconfiguration in it.<br>
<br>
If I return the default "not found" XML as below, FS is locking up as
well.&nbsp; We're running freeswitch-1.0.3-1 on Ubuntu.<br>
<br>
&lt;document type="freeswitch/xml"&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;section name="result"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;result status="not found" /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/section&gt;<br>
&lt;/document&gt;<br>
<br>
</body>
</html>