Make a new file test.php and configure xml_cdr.conf to use this file.<div>Place this as its contents.<br><div><font size="2"><span style="background-color:rgba(255,255,255,0)"><span class="pln" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">file_put_contents</span><span class="pun" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">(</span><span class="str" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">&quot;outputfile.txt&quot;</span><span class="pun" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">,</span><span class="pln" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline"> file_get_contents</span><span class="pun" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">(</span><span class="str" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">&quot;php://input&quot;</span><span class="pun" style="font-style:inherit;font-variant:inherit;margin:0px;padding:0px;border:0px;vertical-align:baseline">));</span></span></font></div><div><br></div><div>This will dump all the data into outputfile.txt. Try it with both the first and second extensions. And then compare the logs to see what difference if there. Check for urlencoding and tags.</div><div><br></div>If the logs are the same then In the fusionPBX folder search for the file v_xml_cdr_import.<div>This is the file that parses the POSTed XML from freeswitch and dumps it into the database. Try logging at different places to see why the second extension is failing to dump data. <span></span></div><div><br>On Wednesday, May 13, 2015, Jens Tautenhahn &lt;<a href="mailto:shogun@tausys.de">shogun@tausys.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a very initial FusionPBX/FreeSwitch 1.4.18 setup. I have added<br>
two extensions and multiple SIP trunks. Firewall config was a little bit<br>
tricky because FreeSwitch is NATed. But now everything works great.<br>
<br>
Now the problem: I got only CDRs for the first extension. Either for<br>
internal or external calls. Outgoing calls from the second extension are<br>
not logged.<br>
<br>
How can I find the cause?<br>
<br>
<br>
Greetings<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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://confluence.freeswitch.org" target="_blank">http://confluence.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="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">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>
</blockquote></div></div>