<div>Hello :)</div>First, do not hijack threads, if you want to post about a different problem, do not click reply and then change the subject, please create a NEW MESSAGE.<div><br></div><div>About your question, are you using xml_curl? or any other dialplan seekers?<br>
<br></div><div>-Milena</div><div><br><div class="gmail_quote">2010/1/28 Troy Anderson <span dir="ltr"><<a href="mailto:troy@tlainvestments.com">troy@tlainvestments.com</a>></span><br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
I'm seeing this error quite often on my systems:<br> 2010-01-28 12:35:46.703112 [ERR] switch_xml.c:1571 Error[[error near line 1]: root tag missing]<br><br>I've looked at freeswitch.xml.fsxml to see if I could find some kind of malformed XML, but with no luck. Which Is line 1is it referring to?<br>
<br>Line 1 of freeswitch.xml.fsxml is a comment, with the first actual XML line like:<br> <document type="freeswitch/xml"><br><br>This error always happens right after after a mod_dialplan_xml.c:408 log message, so I'm led to believe my dialplan XML is messed up, but I cannot see where.<br>
<br>In freeswitch.xml.fsxml near the dialplan section, this is what I have:<br><br>...<br><section name="configuration" description="Various Configuration"><br> <!-- CUT a bunch of stuff ... CUT --><br>
</section><br><section name="dialplan" description="Regex/XML Dialplan"><br> <context name="my_office"><br> <extension name="unloop"><br>
<condition field="${unroll_loops}" expression="^true$"/><br> <condition field="${sip_looped_call}" expression="^true$"><br> <action application="deflect" data="${destination_number}"/><br>
</condition><br> </extension><br> <extension name="set_domain" continue="true"><br> <condition field="${domain_name}" expression="^$"/><br>
<condition field="source" expression="mod_sofia"/><br> <condition field="${sip_auth_realm}" expression="^$"><br> <action application="set" data="domain_name=10.0.0.120"/><br>
<anti-action application="set" data="domain_name=${sip_auth_realm}"/><br> </condition><br> </extension><br>...<br></section><br>
...<br><br>Thanks for any ideas!<br><br>-Troy<br><br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote><div><br></div></div></div>