I am using mod_xml_curl to generate ACL list dynamically. I write a python script which create a XML file like acl.conf.xml except with custom IP from database. Then I write a PHP script to serve this file to freeswitch with mod_xml_curl.
Then in xml_curl.conf.xml file I added below lines.
<binding name="configuration">
<param name="gateway-url" value="http://127.0.0.1:80/xml_handler.php" bindings="configuration"/>
</binding>
After that I restart the freeswitch server. But nothing happens. I also make xml_curl debug_on. But I cant find the problem. Does any one knows which part is wrong or missing in this case? Thanks