<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Make sure you are loading mod_xml_curl before any modules that need to use it to pull config.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 24, 2014, at 8:58 AM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com" class="">steveayre@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Also make sure you're wrapping the config you send back in the correct tags.</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 24 November 2014 at 12:56, Vik Killa <span dir="ltr" class="">&lt;<a href="mailto:vipkilla@gmail.com" target="_blank" class="">vipkilla@gmail.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class="">Make sure you have XML_CURL configured as follows;</div><div class=""><br class=""></div><div class="">&lt;configuration name="xml_curl.conf" description="XML CURL Gateway"&gt;</div><div class="">&nbsp; &lt;bindings&gt;</div><div class="">&nbsp; &nbsp; &lt;binding name="default"&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;param name="gateway-url" value="<a href="http://localhost/index.php" target="_blank" class="">http://localhost/index.php</a>" bindings="configuration" /&gt;</div><div class=""><div class="">&nbsp; &nbsp; &lt;/binding&gt;</div><div class="">&nbsp; &lt;/bindings&gt;</div><div class="">&lt;/configuration&gt;</div></div><div class=""><br class=""></div><div class="">FS will send something like this to your script:</div><div class=""><br class=""></div><div class=""><a href="http://localhost/index.php?FreeSWITCH-Hostname=fs01&amp;FreeSWITCH-Switchname=fs-01&amp;hostname=fs-01&amp;section=configuration&amp;key_name=name&amp;key_value=fifo.conf" target="_blank" class="">http://localhost/index.php?FreeSWITCH-Hostname=fs01&amp;FreeSWITCH-Switchname=fs-01&amp;hostname=fs-01&amp;section=configuration&amp;key_name=name&amp;key_value=fifo.conf</a><br class=""></div><div class=""><br class=""></div><div class="">Write a script to parse the headers and generate the appropriate XML config.</div><div class=""><br class=""></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><div class="gmail_quote">On Sat, Nov 22, 2014 at 10:38 AM, Dan Christian Bogos <span dir="ltr" class="">&lt;<a href="mailto:danb.lists@gmail.com" target="_blank" class="">danb.lists@gmail.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Guys,<br class="">
<br class="">
Was wondering if someone could help me with a&nbsp; working fifo.conf<br class="">
provisioned over xml_curl.<br class="">
<br class="">
I am trying to provision it but for some reason my configuration is not<br class="">
picked up, moreover if I am deleting autoload_configs/fifo.conf the<br class="">
mod_fifo will not even be loaded (although I am pushing it via xml_curl).<br class="">
<br class="">
Thanks in advance for any kind of tip!<br class="">
<br class="">
DanB<br class=""></blockquote></div></div></div></div></blockquote></div></div></div></blockquote></div><br class=""></div></body></html>