At this point I would run a packet sniffer on port 80 on your FS machine and confirm whether or not it&#39;s even attempting to contact your web server. Also, check to make sure you don&#39;t have IP tables or some other external process/device interfering with your FS trying to contact the web server. Last resort is to get a different box, re-install FS and try posting to a web server running on the same box.<br>
<br>-MC<br><br><div class="gmail_quote">On Fri, May 11, 2012 at 4:34 AM, Adrian Andrei <span dir="ltr">&lt;<a href="mailto:koralu@gmail.com" target="_blank">koralu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I made a test that calls cdr.php and the $_POST[&#39;cdr&#39;] is bigger(5Mb)<br>
than the cdr generated localy by FS and it works. I don&#39;t think is a<br>
problem of webserver.<br>
<br>
Ty<br>
<div class="HOEnZb"><div class="h5">On 5/11/12, Sergey Okhapkin &lt;<a href="mailto:sos@sokhapkin.dyndns.org">sos@sokhapkin.dyndns.org</a>&gt; wrote:<br>
&gt; How do you run php on web server? I got a problem recently with fresh<br>
&gt; mod_fcgid, in default configuration  POST request size is limited to 128M<br>
&gt; now.<br>
&gt;<br>
&gt; On Friday 11 May 2012 11:41:23 Adrian Andrei wrote:<br>
&gt;&gt; When mod_xml_cdr is reloaded nothing apear in<br>
&gt;&gt; /usr/local/freeswitch/log/cdr/errors.<br>
&gt;&gt;<br>
&gt;&gt; When uncomment &lt;param name=&quot;log-http-and-disk&quot; value=&quot;true&quot;/&gt; the cdr<br>
&gt;&gt; apears in /usr/local/freeswitch/log/cdr an I think that the process of<br>
&gt;&gt; logging cdr it works.<br>
&gt;&gt;<br>
&gt;&gt; But the problem is that the $_POST[&#39;cdr&#39;] contain nothing.<br>
&gt;&gt;<br>
&gt;&gt; My php is as simple as possible:<br>
&gt;&gt; &lt;?php<br>
&gt;&gt; $raw_cdr = $_POST[&#39;cdr&#39;];<br>
&gt;&gt; $writefile = fopen(&#39;/var/www/xml-cdr/dump.txt&#39;,&quot;a+&quot;);<br>
&gt;&gt; fwrite($writefile, $raw_cdr);<br>
&gt;&gt; fclose($writefile);<br>
&gt;&gt; ?&gt;<br>
&gt;&gt;<br>
&gt;&gt; When FS calls cdr.php it creats dump.txt but is empty.<br>
&gt;&gt;<br>
&gt;&gt; Ty<br>
&gt;&gt;<br>
&gt;&gt; On 5/10/12, Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>
&gt;&gt; &gt; Anything in /usr/local/freeswitch/log/cdr/errors ?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -MC<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, May 10, 2012 at 11:39 AM, Adrian Andrei &lt;<a href="mailto:koralu@gmail.com">koralu@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt; The logs are:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:03.399431 [CONSOLE] switch_loadable_module.c:1765<br>
&gt;&gt; &gt;&gt; Stopping: mod_xml_cdr<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:03.399431 [NOTICE] switch_event.c:1935 Event Binding<br>
&gt;&gt; &gt;&gt; deleted for mod_xml_cdr:TRAP<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:03.399431 [CONSOLE] switch_loadable_module.c:1785<br>
&gt;&gt; &gt;&gt; mod_xml_cdr unloaded.<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:05.459437 [NOTICE] mod_xml_cdr.c:99 Rotating log file<br>
&gt;&gt; &gt;&gt; paths<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; +OK module unloaded<br>
&gt;&gt; &gt;&gt; +OK Reloading XML<br>
&gt;&gt; &gt;&gt; +OK module loaded<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:05.459437 [NOTICE] mod_xml_cdr.c:126 Setting log file<br>
&gt;&gt; &gt;&gt; path to /usr/local/freeswitch/log/cdr<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:05.459437 [NOTICE] mod_xml_cdr.c:164 Setting err log<br>
&gt;&gt; &gt;&gt; file<br>
&gt;&gt; &gt;&gt; path to /usr/local/freeswitch/log/cdr/errors<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:05.459437 [CONSOLE] switch_loadable_module.c:1299<br>
&gt;&gt; &gt;&gt; Successfully Loaded [mod_xml_cdr]<br>
&gt;&gt; &gt;&gt; freeswitch@peer1&gt; 2012-05-10 21:37:05.459437 [INFO] mod_enum.c:812<br>
&gt;&gt; &gt;&gt; ENUM<br>
&gt;&gt; &gt;&gt; Reloaded<br>
&gt;&gt; &gt;&gt; 2012-05-10 21:37:05.479431 [INFO] switch_time.c:1035 Timezone reloaded<br>
&gt;&gt; &gt;&gt; 530<br>
&gt;&gt; &gt;&gt; definitions<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Thu, May 10, 2012 at 9:17 PM, Michael Collins<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;wrote:<br>
&gt;&gt; &gt;&gt;&gt; On Thu, May 10, 2012 at 8:45 AM, Adrian Andrei &lt;<a href="mailto:koralu@gmail.com">koralu@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt; Same result. I tried both 127.0.0.1 and localhost.  etc/hosts is<br>
&gt;&gt; &gt;&gt;&gt;&gt; valid.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; what happens when you go to fs_cli and type:<br>
&gt;&gt; &gt;&gt;&gt; reload mod_xml_cdr<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I&#39;m curious.<br>
&gt;&gt; &gt;&gt;&gt; -MC<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>