<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">&lt;<a href="mailto:troy@tlainvestments.com">troy@tlainvestments.com</a>&gt;</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&#39;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&#39;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>       &lt;document type=&quot;freeswitch/xml&quot;&gt;<br><br>This error always happens right after after a mod_dialplan_xml.c:408 log message, so I&#39;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>&lt;section name=&quot;configuration&quot; description=&quot;Various Configuration&quot;&gt;<br>       &lt;!-- CUT a bunch of stuff ... CUT --&gt;<br>
&lt;/section&gt;<br>&lt;section name=&quot;dialplan&quot; description=&quot;Regex/XML Dialplan&quot;&gt;<br>       &lt;context name=&quot;my_office&quot;&gt;<br>               &lt;extension name=&quot;unloop&quot;&gt;<br>
                       &lt;condition field=&quot;${unroll_loops}&quot; expression=&quot;^true$&quot;/&gt;<br>                       &lt;condition field=&quot;${sip_looped_call}&quot; expression=&quot;^true$&quot;&gt;<br>                               &lt;action application=&quot;deflect&quot; data=&quot;${destination_number}&quot;/&gt;<br>
                       &lt;/condition&gt;<br>               &lt;/extension&gt;<br>               &lt;extension name=&quot;set_domain&quot; continue=&quot;true&quot;&gt;<br>                       &lt;condition field=&quot;${domain_name}&quot; expression=&quot;^$&quot;/&gt;<br>
                       &lt;condition field=&quot;source&quot; expression=&quot;mod_sofia&quot;/&gt;<br>                       &lt;condition field=&quot;${sip_auth_realm}&quot; expression=&quot;^$&quot;&gt;<br>                               &lt;action application=&quot;set&quot; data=&quot;domain_name=10.0.0.120&quot;/&gt;<br>
                               &lt;anti-action application=&quot;set&quot; data=&quot;domain_name=${sip_auth_realm}&quot;/&gt;<br>                       &lt;/condition&gt;<br>               &lt;/extension&gt;<br>...<br>&lt;/section&gt;<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>