Hello,<div><br></div><div>I noticed the following:</div><div><br></div><div>I have my sofia.conf.xml like this:</div><div><br></div><div><div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;configuration name=&quot;sofia.conf&quot; description=&quot;sofia Endpoint&quot;&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;global_settings&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;param name=&quot;log-level&quot; value=&quot;0&quot;/&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;!-- &lt;param name=&quot;auto-restart&quot; value=&quot;false&quot;/&gt; --&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;param name=&quot;debug-presence&quot; value=&quot;0&quot;/&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;/global_settings&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;!--</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">           The rabbit hole goes deep.  This includes all the</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">           profiles in the sip_profiles directory that is up</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">           one level from this directory.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">       &lt;profiles&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">         &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;../sip_profiles/*.xml&quot; /&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">       &lt;/profiles&gt; </font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  --&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/configuration&gt;</font></div>

</div></div></div><div><br></div><div>when I start FS, latest GIT:</div><div>freeswitch -version</div><div>FreeSWITCH version: 1.0.head (git-7e52acf 2011-03-28 22-18-47 -0500)</div><div><br></div><div>I get the following output:</div>

<div><br></div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">./freeswitch -waste</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">WARNING: Wasting up to 8 megs of memory per thread.</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">2011-03-30 14:02:23.200097 [INFO] switch_event.c:615 Activate Eventing Engine.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">2011-03-30 14:02:23.211052 [DEBUG] switch_event.c:594 Create event dispatch thread 0</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Cannot Initialize [[error near line 1521]: unclosed &lt;!--]</font></div></div><div><br></div><div>If i then change my sofia to:</div><div><br></div>

<div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;configuration name=&quot;sofia.conf&quot; description=&quot;sofia Endpoint&quot;&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br>

</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;global_settings&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;param name=&quot;log-level&quot; value=&quot;0&quot;/&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;!-- &lt;param name=&quot;auto-restart&quot; value=&quot;false&quot;/&gt; --&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    &lt;param name=&quot;debug-presence&quot; value=&quot;0&quot;/&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;/global_settings&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  &lt;!--</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">           The rabbit hole goes deep.  This includes all the</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">           profiles in the sip_profiles directory that is up</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">           one level from this directory.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">       &lt;profiles&gt;</font></div>

<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">       &lt;/profiles&gt; </font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  --&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br>

</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;/configuration&gt;</font></div></div></div><div><br></div><div><br></div><div>Please note the absence of:          &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;../sip_profiles/*.xml&quot; /&gt;</div>

<div><br></div><div><br></div><div>FS Starts normally!</div><div><br></div><div>Is this the correct behaviour? Isn&#39;t comments supposed NOT to be read?</div><div><br></div><div>Thanks all.</div><div><br></div><div><br>

</div><div><br></div><div>David</div>