<div>NoCDR doesn't seem to work differently from CDR_PROP(disable), but it is deprecated in Astersisk 12.<br>Anyway, thanks.</div>
<div> </div>
<div>Please excuse me if this reply goes to wrong place and/or if formatting is incorrect. This is my first time posting/replying in a mailing list.</div>
<div> </div>
<div>W dniu 2014-09-16 18:54:59 użytkownik Nick Olsen <nick@flhsi.com> napisał:</div>
<blockquote style="margin-left: 7px; border-left: 2px solid orange; padding-left: 8px;">
<div>Not sure if it'll work for your specific use. But I always use app nocdr.</div>
<div> </div>
<div>exten => 1,1,NoCDR</div>
<div>exten => 1,2,Dial(SIP/test,30)</div>
<div> </div>
<div>Nick Olsen<br> <span style="font-size: 10pt; font-family: arial,helvetica,sans-serif;">Network Operations</span>
<div>(855) FLSPEED  x106<br> <br> <img alt="" src="http://www.flhsi.com/files/emaillogo.jpg" height="56" width="168"></div>
</div>
<div> </div>
<hr align="center" size="2" width="100%">
<div><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><strong>From</strong>: "janusz_1942" <janusz_1942@op.pl><br> <strong>Sent</strong>: Tuesday, September 16, 2014 12:43 PM<br> <strong>To</strong>: asterisk-users@lists.digium.com<br> <strong>Subject</strong>: [asterisk-users] Disabling CDR for all dialed parties in Asterisk 12</span>
<div> </div>
Hello,<br> is it possible to disable the CDR record creation for all dialed parties? From my limited testing it looks like CDR_PROP(disable) is effective only for the first party (the one specified before the first ampersand in the Dial application argument) and I can't find any way to disable it for the other ones (I think the CDR in question is written after the Dial completes). Is it by design? Is there any other known way?<br> <br> Here is my simple testing dialplan:<br> ----<br> <br> [test]<br> exten => a,1,Set(CDR_PROP(disable)=true)<br> same => n,Dial(Local/chan1@loc&Local/chan2@loc)<br> same => n,Hangup()<br> <br> [loc]<br> exten => chan1,1,Set(CDR_PROP(disable)=true)<br> same => n,Answer()<br> same => n,Wait(2)<br> same => n,Hangup()<br> <br> exten => chan2,1,Set(CDR_PROP(disable)=true)<br> same => n,Answer()<br> same => n,Wait(3)<br> same => n,Hangup()<br> <br> ---<br> <br> The following is the result of "select * from cdr;" on my sqlite cdr backend:<br> ---<br> 1|2014-09-16 18:18:57|"test" <test>|test|SIP/test-00000000|Local/chan2@loc-00000001;1|Dial|Local/chan1@loc&Local/chan2@loc|3|3|ANSWERED|DOCUMENTATION||1410884337.0||<br> ---<br> <br> Thank you in advance.<br> <br> Best regards,<br> Janusz<br> <br> --<br> _____________________________________________________________________<br> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br> New to Asterisk? Join us for a live introductory webinar every Thurs:<br> <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br> <br> asterisk-users mailing list<br> To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>  </div>
</blockquote>
<div> </div>