<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="">don't load mod_fifo on startup<div class="">at fs_cli do:</div><div class="">xml_curl debug_on</div><div class="">load mod_fifo</div><div class=""><br class=""></div><div class="">does it even try to make the request? &nbsp;If not, double check your xml_curl config bindings for configuration.</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 24, 2014, at 10:45 AM, Vik Killa &lt;<a href="mailto:vipkilla@gmail.com" class="">vipkilla@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">You maybe missing the section tag, see below:</div><div class=""><br class=""></div>&lt;document type="freeswitch/xml"&gt;<div class="">&lt;section name="configuration" description="FreeSWITCH Configuration"&gt;<br class=""></div><div class=""><span style="font-family:arial,sans-serif;font-size:13px" class="">&lt;configuration name="fifo.conf" description="FIFO Configuration"&gt;</span><br class=""></div><div class=""><span style="font-family:arial,sans-serif;font-size:13px" class="">...</span></div><div class=""><span style="font-family:arial,sans-serif;font-size:13px" class="">&lt;/</span><span style="font-family:arial,sans-serif;font-size:13px" class="">configuration&gt;</span><span style="font-family:arial,sans-serif;font-size:13px" class=""><br class=""></span></div><div class=""><font face="arial, sans-serif" class="">&lt;/section&gt;</font></div><div class=""><font face="arial, sans-serif" class="">&lt;/document&gt;</font><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Nov 24, 2014 at 10:32 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">Guys,<br class="">
<br class="">
Many thanks for your answers.<br class="">
<br class="">
@Vik: Yes, I am having the xml_curl correctly configured (I provision<br class="">
almost all, dialplan, directory, config, phrases in this way, and no<br class="">
issues elsewhere).<br class="">
@Steven: I thought I do. If I use exactly the same configuration<br class="">
received from xml_curl in fifo.conf, I have no issues. Bellow you can<br class="">
find what I am returning to FS, maybe you can spot some error or<br class="">
namespace issue?<br class="">
@Michael: I am loading mod_xml_curl very early at start (right after<br class="">
mod_console and mod_syslog) and mod_fifo way later.<br class="">
<br class="">
I thought that if I ask for a sample maybe I can spot the mistake (easy<br class="">
one I have imagined it) myself.<br class="">
<br class="">
Bellow you can find the configuration retrieval when I use console<br class="">
command "reload mod_fifo"<br class="">
<br class="">
<br class="">
Thanks again!<br class="">
<br class="">
DanB<br class="">
<br class="">
"""<br class="">
<br class="">
T 2014/11/24 16:22:18.818134 <a href="http://192.168.50.136:53681/" target="_blank" class="">192.168.50.136:53681</a> -&gt; <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> [AP]<br class="">
POST /config/ HTTP/1.1.<br class="">
User-Agent: freeswitch-xml/1.0.<br class="">
Host: <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a>.<br class="">
Accept: */*.<br class="">
Content-Length: 107.<br class="">
Content-Type: application/x-www-form-urlencoded.<br class="">
.<br class="">
hostname=nl-asd-dev-sbc01&amp;section=configuration&amp;tag_name=configuration&amp;key_name=name&amp;key_value=spandsp.conf<br class="">
##<br class="">
T 2014/11/24 16:22:18.818764 <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> -&gt; <a href="http://192.168.50.136:53681/" target="_blank" class="">192.168.50.136:53681</a> [AP]<br class="">
HTTP/1.1 200 OK.<br class="">
Date: Mon, 24 Nov 2014 15:22:18 GMT.<br class="">
Content-Length: 105.<br class="">
Content-Type: text/plain; charset=utf-8.<br class="">
.<br class="">
&lt;document type="freeswitch/xml"&gt;&lt;section name="result"&gt;&lt;result status="not found" /&gt;&lt;/section&gt;&lt;/document&gt;<br class="">
######<br class="">
T 2014/11/24 16:22:18.819212 <a href="http://192.168.50.136:53682/" target="_blank" class="">192.168.50.136:53682</a> -&gt; <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> [AP]<br class="">
POST /phrases/ HTTP/1.1.<br class="">
User-Agent: freeswitch-xml/1.0.<br class="">
Host: <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a>.<br class="">
Accept: */*.<br class="">
Content-Length: 107.<br class="">
Content-Type: application/x-www-form-urlencoded.<br class="">
.<br class="">
hostname=nl-asd-dev-sbc01&amp;section=configuration&amp;tag_name=configuration&amp;key_name=name&amp;key_value=spandsp.conf<br class="">
##<br class="">
T 2014/11/24 16:22:18.819931 <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> -&gt; <a href="http://192.168.50.136:53682/" target="_blank" class="">192.168.50.136:53682</a> [AP]<br class="">
HTTP/1.1 200 OK.<br class="">
Date: Mon, 24 Nov 2014 15:22:18 GMT.<br class="">
Content-Length: 105.<br class="">
Content-Type: text/plain; charset=utf-8.<br class="">
.<br class="">
&lt;document type="freeswitch/xml"&gt;&lt;section name="result"&gt;&lt;result status="not found" /&gt;&lt;/section&gt;&lt;/document&gt;<br class="">
######<br class="">
T 2014/11/24 16:22:18.820574 <a href="http://192.168.50.136:53683/" target="_blank" class="">192.168.50.136:53683</a> -&gt; <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> [AP]<br class="">
POST /config/ HTTP/1.1.<br class="">
User-Agent: freeswitch-xml/1.0.<br class="">
Host: <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a>.<br class="">
Accept: */*.<br class="">
Content-Length: 109.<br class="">
Content-Type: application/x-www-form-urlencoded.<br class="">
.<br class="">
hostname=nl-asd-dev-sbc01&amp;section=configuration&amp;tag_name=configuration&amp;key_name=name&amp;key_value=timezones.conf<br class="">
##<br class="">
T 2014/11/24 16:22:18.820957 <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> -&gt; <a href="http://192.168.50.136:53683/" target="_blank" class="">192.168.50.136:53683</a> [AP]<br class="">
HTTP/1.1 200 OK.<br class="">
Date: Mon, 24 Nov 2014 15:22:18 GMT.<br class="">
Content-Length: 105.<br class="">
Content-Type: text/plain; charset=utf-8.<br class="">
.<br class="">
&lt;document type="freeswitch/xml"&gt;&lt;section name="result"&gt;&lt;result status="not found" /&gt;&lt;/section&gt;&lt;/document&gt;<br class="">
######<br class="">
T 2014/11/24 16:22:18.821345 <a href="http://192.168.50.136:53684/" target="_blank" class="">192.168.50.136:53684</a> -&gt; <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> [AP]<br class="">
POST /phrases/ HTTP/1.1.<br class="">
User-Agent: freeswitch-xml/1.0.<br class="">
Host: <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a>.<br class="">
Accept: */*.<br class="">
Content-Length: 109.<br class="">
Content-Type: application/x-www-form-urlencoded.<br class="">
.<br class="">
hostname=nl-asd-dev-sbc01&amp;section=configuration&amp;tag_name=configuration&amp;key_name=name&amp;key_value=timezones.conf<br class="">
<br class="">
<br class="">
T 2014/11/24 16:22:19.517231 <a href="http://192.168.50.136:53685/" target="_blank" class="">192.168.50.136:53685</a> -&gt; <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> [AP]<br class="">
POST /config/ HTTP/1.1.<br class="">
User-Agent: freeswitch-xml/1.0.<br class="">
Host: <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a>.<br class="">
Accept: */*.<br class="">
Content-Length: 104.<br class="">
Content-Type: application/x-www-form-urlencoded.<br class="">
.<br class="">
hostname=nl-asd-dev-sbc01&amp;section=configuration&amp;tag_name=configuration&amp;key_name=name&amp;key_value=fifo.conf<br class="">
##<br class="">
T 2014/11/24 16:22:19.520502 <a href="http://192.168.50.136:2880/" target="_blank" class="">192.168.50.136:2880</a> -&gt; <a href="http://192.168.50.136:53685/" target="_blank" class="">192.168.50.136:53685</a> [AP]<br class="">
HTTP/1.1 200 OK.<br class="">
Date: Mon, 24 Nov 2014 15:22:19 GMT.<br class="">
Content-Length: 880.<br class="">
Content-Type: text/plain; charset=utf-8.<br class="">
.<br class="">
&lt;configuration name="fifo.conf" description="FIFO Configuration"&gt;&lt;fifos&gt;&lt;fifo name="<a href="mailto:QUEUE1@sip.test.domain.com" class="">QUEUE1@sip.test.domain.com</a>" importance="0"&gt;&lt;member timeout="30" simo="1" lag="0"&gt;{sip_invite_domain=<a href="http://sip.test.domain.com/" target="_blank" class="">sip.test.domain.com</a>,sip_h_X-AuthType=INTERNAL,sip_h_X-DomainTag=<a href="http://sip.test.domain.com/" target="_blank" class="">sip.test.domain.com</a>,sip_h_X-EpType=SIP,sip_h_X-EpTag=endpoint2,sip_h_X-Destination=a41_u4_0_EPR,sip_h_X-Balancer=1.2.3.4,call_timeout=30}sofia/ipbxas/<a href="mailto:eprou-a41_u4_0_EPR@sip.test.domain.com" class="">eprou-a41_u4_0_EPR@sip.test.domain.com</a>;fs_path=sip:127.0.0.1&lt;/member&gt;&lt;member timeout="30" simo="1" lag="0"&gt;{sip_invite_domain=<a href="http://sip.test.domain.com/" target="_blank" class="">sip.test.domain.com</a>,sip_h_X-AuthType=INTERNAL,sip_h_X-DomainTag=<a href="http://sip.test.domain.com/" target="_blank" class="">sip.test.domain.com</a>,sip_h_X-EpType=SIP,sip_h_X-EpTag=endpoint2,sip_h_X-Destination=a41_u205_0_EPR,sip_h_X-Balancer=1.2.3.4,call_timeout=30}sofia/ipbxas/<a href="mailto:eprou-a41_u205_0_EPR@sip.test.domain.com" class="">eprou-a41_u205_0_EPR@sip.test.domain.com</a>;fs_path=sip:127.0.0.1&lt;/member&gt;&lt;/fifo&gt;&lt;/fifos&gt;&lt;/configuration&gt;<br class="">
<div class="HOEnZb"><div class="h5"><br class="">
"""<br class=""></div></div></blockquote></div></div></div></blockquote></div><br class=""></div></body></html>