<div dir="ltr"><div dir="ltr"><div>Hello, i m trying to load gateway information for profile dynamically, at the moment i am trying to do it in the directory section, when the profile is reload/rescan/restarted, upon directory request i m answering this xml:</div><div><br></div><div><document type="freeswitch/xml"><br>  <section name="directory"><br>    <users><br>      <user id="TestCustomerPBX"><br>        <gateways><br>          <gateway name="TestCustomerPBX"><br>            <param name="username" value="testpbx1"></param><br>            <param name="password" value="abcd123"></param><br>            <param name="proxy" value="X.X.X.X"></param><br>            <param name="register" value="false"></param><br>            <param name="caller-id-in-from" value="true"></param><br>          </gateway><br>        </gateways><br>      </user><br>    </users><br>  </section><br></document><br></div><div><br></div><div>but it is not working, i have tried like dozens of times with different parameters, values etc but none seems to work , even though the profile is reloaded/rescanned/restarted successfully the gateway(s) do not show in "sofia status" and when i attempt to make a call, naturally, i get an "invalid gateway" error, does anyone know what is the correct format of the xml to be answered ? ... other parameters i have tried are domain,profile,profiles and others alike and all possible combinations of them all .... and yes the gateway information is correct it works if loaded from xml file ... thanks!</div><div><br></div><div><br></div></div></div>