<div dir="ltr">Hi,<div><div>I have mod_xml_curl enabled, and have binded the directory successfully:</div><div>&lt;param name=&quot;gateway-url&quot; value=&quot;<a href="http://some.domain.com:9008/api/fs_directory">http://some.domain.com:9008/api/fs_directory</a>&quot; bindings=&quot;directory&quot;/&gt;</div><div>In that gateway I check the user against a database if he/she is allowed, and if so I return the following xml:</div><div><div>&lt;document type=&quot;freeswitch/xml&quot;&gt;</div><div>  &lt;section name=&quot;directory&quot;&gt;</div><div>    &lt;domain name=&quot;<a href="http://some.domain.com">some.domain.com</a>&quot;&gt;</div><div>      &lt;groups&gt;</div><div>        &lt;group name=&quot;default&quot;&gt;</div><div>         &lt;users&gt;</div><div>             &lt;user id=&quot;some_user&quot;&gt;&lt;params&gt;&lt;param name=&quot;password&quot; value=&quot;some_password&quot;/&gt;&lt;/params&gt;&lt;/user&gt;</div><div>         &lt;/users&gt;</div><div>        &lt;/group&gt;</div><div>      &lt;/groups&gt;</div><div>    &lt;/domain&gt;</div><div>  &lt;/section&gt;</div><div>&lt;/document&gt;</div></div><div><br></div><div>Everything is fine at that point, the user is registered with no issues, and can make calls via FreeSwicth</div><div>The problem is how can I disable a user i previously approved?</div></div><div>I tried returning nothing instead of the above xml, and it did not work, the user could still connect and make calls.</div><div>Even after the periodic register we do from our client (once every 5 minutes), when there was failed authentication, it took something like 2-3 minutes until the user could no longer connect (in the meanwhile the user is connected and able to make calls)</div><div><br></div><div>Any idea how to revoke users access in real time?</div><div><br></div><div>Thanks,</div><div><br></div><div>Golde</div><div><br></div></div>