July 2017
Intermediate to advanced
434 pages
12h 59m
English
Edit the file /usr/local/freeswitch/conf/autoload_configs/xml_curl.conf.xml to be:
<configuration name="xml_curl.conf" description="cURL XML Gateway"> <bindings> <binding name="localhostweb"> <param name="gateway-url" value="http://127.0.0.1:8888/xml_handler.php" bindings="directory"/> <binding name="localhostweb2"> <param name="gateway-url" value="http://127.0.0.1:80/xml_handler.php" bindings="directory"/> </binding> </bindings> </configuration>
This configuration will first try to get the XML snippet from the non-existing web server on port 8888 of the FreeSWITCH server machine. It will fail immediately (because no one is listening at that port), log an error, and try the second binding. The second binding will ...
Read now
Unlock full access