Hi,<br><br>My application fails to set the appropriate variables using directory xml after using the latest trunk as of yesterday.  <br><br>My curl looks like:<br><br> <br>
<br>
&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
  &lt;section name=&quot;directory&quot;&gt;<br>
    &lt;domain name=&quot;192.168.1.102&quot;&gt;<br>
      &lt;user id=&quot;200002&quot;&gt;<br>
        &lt;params&gt;<br>
          &lt;param name=&quot;password&quot; value=&quot;123456&quot;&gt;&lt;/param&gt;<br>
          &lt;param name=&quot;dial-string&quot;
value=&quot;sofia/internal/sip:200002@192.168.1.11:29440;rinstance=0245b2a59ddff837&quot;&gt;&lt;/param&gt;<br>
        &lt;/params&gt;<br>
        &lt;variables&gt;<br>
          &lt;variable name=&quot;account_id&quot; value=&quot;20&quot;&gt;&lt;/variable&gt;<br>
          &lt;variable name=&quot;vm-code&quot; value=&quot;1000&quot;&gt;&lt;/variable&gt;<br>
        &lt;/variables&gt;<br>
      &lt;/user&gt;<br>
    &lt;/domain&gt;<br>
  &lt;/section&gt;<br>
&lt;/document&gt;<br>
<br><br><br>In the info app, I am not seeing account-id and vm-code anymore.  <br><br>How to fix that?<br><br>juan<br>