Andrew Thompson wrote:
On Mon, Sep 21, 2009 at 12:58:57PM -0400, Andrew Thompson wrote:
  
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).

    

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
  
I did a "load mod_sofia", as it's not loaded at startup for some reason.  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.

If I return the default "not found" XML as below, FS is locking up as well.  We're running freeswitch-1.0.3-1 on Ubuntu.

<document type="freeswitch/xml">
    <section name="result">
        <result status="not found" />
    </section>
</document>

_______________________________________________
FreeSWITCH-dev mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to