[Freeswitch-users] directory variables not set correct with the latest trunk

Juan Backson juanbackson at gmail.com
Thu Oct 8 03:20:38 PDT 2009


Hi,

My application fails to set the appropriate variables using directory xml
after using the latest trunk as of yesterday.

My curl looks like:



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



In the info app, I am not seeing account-id and vm-code anymore.

How to fix that?

juan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091008/14743f99/attachment-0002.html 


More information about the FreeSWITCH-users mailing list