<div dir="ltr">Thank you guys on your answers.<div><br></div><div>@Stanislav:</div><div>Since you are mentioning ESL. This seems to be very straight forward way of doing it.</div><div>But I&#39;m interested do you maybe know or you can guess which Event would be generated after &quot;Customer&quot; enters &quot;PIN&quot; through DTMF.</div><div>I know how to catch input of that to variable, but I don&#39;t know what actually to expect after that (which Event, if any is triggered)</div><div><br></div><div>@Dan:</div><div>Please can you tell me is it looping of call making disturbance to it or there are some consequences to it? </div><div>So does this mean that I can do something similar to: <span style="color:rgb(0,0,0);font-size:14px;line-height:26px;white-space:pre-wrap">sofia/internal/<a href="mailto:1000@mydomain.com">1000@mydomain.com</a>;fs_path=<a href="mailto:sip%3A1000@mydomain.com">sip:1000@mydomain.com</a></span></div><div><span style="color:rgb(0,0,0);font-size:14px;line-height:26px;white-space:pre-wrap">Sorry for this stupid question, but is this how to make loopback on call?</span></div><div><span style="color:rgb(0,0,0);font-size:14px;line-height:26px;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);font-size:14px;line-height:26px;white-space:pre-wrap">Thank you both.</span></div><div><span style="color:rgb(0,0,0);font-size:14px;line-height:26px;white-space:pre-wrap">Neven</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 9:16 AM, Dan Christian Bogos <span dir="ltr">&lt;<a href="mailto:danb.lists@gmail.com" target="_blank">danb.lists@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">Hi Neven,<br>
<br>
Although more like a work around but practical and more secure from the<br>
point of view of really having your CDRs, you can also loop the call<br>
(looping SIP signalling) through FS back (eg using fs_path) and let<br>
FreeSWITCH generate your CDR out of that looping.<br>
I prefer this approach since CDRs are real money and the risk of loosing<br>
them involving events processing over the network is more expensive than<br>
the resources used by FS to loop the call (although we rely within<br>
CGRateS quite heavily on ESL, but when it comes to CDRs we always prefer<br>
FreeSWITCH to handle them via internal modules, not external ones). You<br>
can even use a separate SIP profile listening on another IP than the<br>
public one where the initial call comes in.<br>
<br>
Hope that helps!<br>
DanB<br>
<div class="HOEnZb"><div class="h5"><br>
On <a href="tel:13.10.2014" value="+13102014">13.10.2014</a> 04:25, <a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a> wrote:<br>
&gt; Hi guys,<br>
&gt;<br>
&gt; I&#39;m new to Freeswitch and I have one question.<br>
&gt;<br>
&gt; It&#39;s regarding CDRs, what I would like to do is:<br>
&gt;<br>
&gt; 1. Customer calls number<br>
&gt; 2. IVR responds and prompts for PIN<br>
&gt; 3. PIN is provided by customer<br>
&gt; 4. NEW CDR IS GENERATED FROM DIAL PLAN<br>
&gt; 5. Call proceeds<br>
&gt;<br>
&gt; Is it possible to somehow generate new CDR &quot;manually&quot; from DialPlan?<br>
&gt; If not what is your proposal for solving this?<br>
&gt;<br>
&gt; Thank you in advance,<br>
&gt; Neven<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>
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-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.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></div>