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>
<document type="freeswitch/xml"><br>
  <section name="directory"><br>
    <domain name="192.168.1.102"><br>
      <user id="200002"><br>
        <params><br>
          <param name="password" value="123456"></param><br>
          <param name="dial-string"
value="sofia/internal/sip:200002@192.168.1.11:29440;rinstance=0245b2a59ddff837"></param><br>
        </params><br>
        <variables><br>
          <variable name="account_id" value="20"></variable><br>
          <variable name="vm-code" value="1000"></variable><br>
        </variables><br>
      </user><br>
    </domain><br>
  </section><br>
</document><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>