First off, I want to apologize for breaking up this thread into three threads. This is the first time I have ever used mailing lists and it&#39;s taken me some time to get things right. Now things should work as they must.<br>
<br>David, in response to your last message, in my hurry I forgot to make the necessary modifications in the copy-pasting of config. Here it is rectified.<br><br>---Before---<br>&lt;!-- Only log in Master.csv --&gt;<br>
&lt;!--&lt;param name=&quot;master-file-only&quot; value=&quot;true&quot;/&gt;--&gt;<br>
<br>
---After---<br>
&lt;!-- Only log in Master.csv --&gt;<br>&lt;param name=&quot;master-file-only&quot; value=&quot;true&quot;/&gt;<br><br>So all I did was enable the master file. After reloadxml all CDRs are added to master file, including those of gateways.<br>
<br><br><br><br><br><br>Well, according to your mail, you did not change anything :)<br>I guess it is a typo.<br><br>Can you confirm what you changed ?<br><br>David Ponzone  Direction Technique<br>email: david.ponzone at <a href="http://ipeva.fr">ipeva.fr</a><br>
tel:      01 74 03 18 97<br>gsm:   06 66 98 76 34<br><br>Service Client IPeva<br>tel:      0811 46 26 26<br><a href="http://www.ipeva.fr">www.ipeva.fr</a>  -   <a href="http://www.ipeva-studio.com">www.ipeva-studio.com</a><br>
<br>Ce message et toutes les pièces jointes sont confidentiels et établis  <br>à l&#39;intention exclusive de ses destinataires. Toute utilisation ou  <br>diffusion non autorisée est interdite. Tout message électronique est  <br>
susceptible d&#39;altération. IPeva décline toute responsabilité au titre  <br>de ce message s&#39;il a été altéré, déformé ou falsifié. Si vous n&#39;êtes  <br>pas destinataire de ce message, merci de le détruire immédiatement et  <br>
d&#39;avertir l&#39;expéditeur.<br><br><br><br><br>Le 22/05/2010 à 03:17, Code Ghar a écrit :<br><br>&gt; Hi David<br>&gt;<br>&gt; I looked at what you suggested. Before your suggestion, in /usr/ <br>&gt; local/freeswitch/conf/autoload_configs/cdr_csv.conf file, I had the  <br>
&gt; following lines<br>&gt;<br>&gt;<br>&gt; &lt;!-- Only log in Master.csv --&gt;<br>&gt; &lt;!--&lt;param name=&quot;master-file-only&quot; value=&quot;true&quot;/&gt;--&gt;<br>&gt;<br>&gt; After your suggestion, I changed it to<br>
&gt;<br>&gt; &lt;!-- Only log in Master.csv --&gt;<br>&gt; &lt;!--&lt;param name=&quot;master-file-only&quot; value=&quot;true&quot;/&gt;--&gt;<br>&gt;<br>&gt; and then did a reloadxml. Now all CDRs were created in /usr/local/ <br>
&gt; freeswitch/log/cdr-csv/Master.csv and CDRs for inbound calls from  <br>&gt; unregistered sources (i.e. external gateways) were also created in  <br>&gt; this file. Thanks for your help.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Code,<br>
&gt;<br>&gt; I think you have a major issue or configuration error with your FS<br>&gt; setup.<br>&gt; FS, as any B2BUA, generates a CDR for any inbound leg, either from a<br>&gt; registered user or from a non-registered gateway.<br>
&gt; It doesn&#39;t care where it comes from, it just does it.<br>&gt; I can barely imagine a softswitch that would not write the CDR<br>&gt; matching a call that was routed through it.<br>&gt;<br>&gt; The CDR for the outbound leg is optional.<br>
&gt;<br>&gt; Can you confirm you are looking in Master.csv ?<br>&gt;<br>&gt; David Ponzone  Direction Technique<br>&gt; email: david.ponzone at <a href="http://ipeva.fr">ipeva.fr</a><br>&gt; tel:      01 74 03 18 97<br>&gt; gsm:   06 66 98 76 34<br>
&gt;<br>&gt; Service Client IPeva<br>&gt; tel:      0811 46 26 26<br>&gt; <a href="http://www.ipeva.fr">www.ipeva.fr</a>  -   <a href="http://www.ipeva-studio.com">www.ipeva-studio.com</a><br>&gt;<br>&gt; Ce message et toutes les pièces jointes sont confidentiels et établis<br>
&gt; à l&#39;intention exclusive de ses destinataires. Toute utilisation ou<br>&gt; diffusion non autorisée est interdite. Tout message électronique est<br>&gt; susceptible d&#39;altération. IPeva décline toute responsabilité au titre<br>
&gt; de ce message s&#39;il a été altéré, déformé ou falsifié. Si vous n&#39;êtes<br>&gt; pas destinataire de ce message, merci de le détruire immédiatement et<br>&gt; d&#39;avertir l&#39;expéditeur.<br>&gt;<br>&gt;<br>&gt;<br>
&gt;<br>&gt; Le 21/05/2010 à 05:25, Code Ghar a écrit :<br>&gt;<br>&gt; &gt; Using mod_cdr_csv, it is easy to create CDRs for registered users.<br>&gt; &gt; However, how can we get CDRs for external gateways? For example,<br>
&gt; &gt; FreeSWITCH is configured to receive calls from one gateway and send<br>&gt; &gt; them out through another. In this scenario, when neither inbound nor<br>&gt; &gt; outbound gateway registers itself to FreeSWITCH, how can we generate<br>
&gt; &gt; and store CDRs for inbound gateway?<br>&gt; &gt;<br>&gt; &gt; Similarly, let&#39;s say a SIP provider sends a call meant for a<br>&gt; &gt; registered user. For example, if a cell phone calls 6175550000, it<br>&gt; &gt; is routed through the telephone network to the SIP provider. This<br>
&gt; &gt; provider routes the call to FreeSWITCH, which looks up in its dial<br>&gt; &gt; plan that this number should be routed to extension (or registered<br>&gt; &gt; user) 1000. There are no CDRs generated for either the SIP<br>
&gt; &gt; provider&#39;s gateway or the registered user in this case.<br>&gt; &gt;<br>&gt; &gt; In both these scenarios, if a call is inbound to FreeSWITCH but has<br>&gt; &gt; not been generated by a registered user, mod_cdr_csv does not create<br>
&gt; &gt; CDRs. I have even tried to set the following parameter in<br>&gt; &gt; cdr_csv.conf.xml      but it didn&#39;t help.<br>&gt; &gt;<br>&gt; &gt; &lt;param name=&quot;legs&quot; value=&quot;ab&quot;/&gt;<br>&gt; &gt;<br>
&gt; &gt; My question is this: can mod_cdr_csv generate CDRs for inbound calls<br>&gt; &gt; from sources other than registered users? If it can&#39;t, how can this<br>&gt; &gt; be achieved?<br>&gt; &gt; _______________________________________________<br>
&gt; &gt; FreeSWITCH-users mailing list<br>&gt; &gt; FreeSWITCH-users at <a href="http://lists.freeswitch.org">lists.freeswitch.org</a><br>&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; &gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100521/98197810/attachment-0001.html">http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100521/98197810/attachment-0001.html</a><br>
&gt;<br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users at <a href="http://lists.freeswitch.org">lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100522/f777002c/attachment-0001.html">http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100522/f777002c/attachment-0001.html</a> <br>
<br>