Well, this is an interesting question. If it&#39;s a simple call A &gt; B then you only have one uuid to worry about and you&#39;re good. But what if a transfer is involved? Now it gets hairy. Add in b leg uuid logging and it gets even hairier. Throw in blind vs. attended transfer and now you&#39;re talking 80&#39;s rock band hairy.<div>
<br></div><div>One option is to use xml cdrs - they give you the whole picture. I personally like them a lot. Another is to attempt to write some logic that would take the main a-leg uuid and find all related uuid&#39;s. It&#39;s not nearly as easy as you&#39;d think. </div>
<div><br></div><div>Where are you storing your CDRs?</div><div><br></div><div>-MC<br><br><div class="gmail_quote">On Fri, Nov 18, 2011 at 8:30 AM, Frank Busalacchi <span dir="ltr">&lt;<a href="mailto:frankjr@mcpeekdodge.com">frankjr@mcpeekdodge.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello, and thanks for a great piece of software!<br>
<br>
I currently have FreeSwitch recording all inbound calls.  I&#39;m envisioning writing an intranet  webpage that would allow managers to be able to generate a list of hyperlinks to call recordings based on ad hoc criteria such as an extension that was on the call path , CLID of the inbound call, date etc.<br>

<br>
I&#39;m figuring the best way to do this is to name the inbound call recording by its UUID, and by parsing the logs and extracting the UUID of all calls that match the criteria.<br>
<br>
The system  is currently configured to log through CDR-CSV with default installation settings.  When I peruse the logs, I see only the beginning of the phone call (Initial inbound, or initial outbound)....What I don&#39;t see is the entire &quot;call path&quot;.  How do I get the log to show every transfer of the call etc?  My thought is that if I could do that, then I could basically grab the UUID of the call, grab all log entries that have the UUID in it, and see every extension that was involved with that UUID.  Am I on the right path?  I&#39;m tinkering with a production system, so I don&#39;t want to mess with settings and interrupt the business during business hours.  My guess is that I need to set the CDR-CSV log setting to log both AB instead of the default to get the info I am looking for to show up in the log?<br>

<br>
Thanks,<br>
<br>
-Frank<br>
<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>
</blockquote></div><br></div>