<span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px"><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="" height="56" src="http://www.flhsi.com/files/emaillogo.jpg" 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;"><b>From</b>: "janusz_1942" <janusz_1942@op.pl><br />
<b>Sent</b>: Tuesday, September 16, 2014 12:43 PM<br />
<b>To</b>: asterisk-users@lists.digium.com<br />
<b>Subject</b>: [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 http://www.api-digital.com --<br />
New to Asterisk? Join us for a live introductory webinar every Thurs:<br />
http://www.asterisk.org/hello<br />
<br />
asterisk-users mailing list<br />
To UNSUBSCRIBE or update options visit:<br />
http://lists.digium.com/mailman/listinfo/asterisk-users<br />
 </div></span>