July 2017
Intermediate to advanced
434 pages
12h 59m
English
Configuration of mod_xml_curl is where all modules' configurations are, in /usr/local/freeswitch/conf/autoload_configs/xml_curl.conf.xml.
Its XML tree in its simplest form is like this:
<configuration name="xml_curl.conf" description="cURL XML Gateway"> <bindings> <binding name="localhostweb"> <param name="gateway-url" value="http://127.0.0.1/xml_handler.php" bindings="directory"/> </binding> </bindings> </configuration>
Let's see its most important tags:
Read now
Unlock full access