I have found it extremely difficult to control this.  It does seem to
affect inbound calls much more than outbound.  You could try using NoCDR()
inside your dialplan, something like this during call hangup...

 same = n,ExecIf($["${CDR(disposition)}"="FAILED"]?NoCDR())
 same = n,ExecIf($["${CDR(disposition)}"="ANSWERED" &&
"${CDR(billsec)}"="0"]?NoCDR())

However I have found that this does not always work.

David



On Fri, Oct 12, 2018 at 8:58 AM Fernando F. <digitaldis...@gmail.com> wrote:

> Well that sucks... lol
> It is what it is... :P
>
> Thank You,
>
> Fernando Fuentes
> Texas Weather <http://www.txweather.org>
>
>
>
> On Fri, Oct 12, 2018 at 7:18 AM Michael Keuter <li...@mksolutions.info>
> wrote:
>
>> You cannot change that.
>> That is because the handling oft CDRs was changed in Asterisk 12. Plesse
>> read the changelog and update files for Asterisk for more info.
>>
>> For group- and parallel calls this looks not very nice :-(.
>>
>> Am 12. Oktober 2018 13:56:57 MESZ schrieb "Fernando F." <
>> digitaldis...@gmail.com>:
>>>
>>> Team,
>>>
>>> How can I stop the CDR to log each channel is opening IE: Same call is
>>> been logged on the CDR log 3 times, one for each of the phones that ring in
>>> my house.
>>>
>>> Thank You,
>>>
>>> Fernando Fuentes
>>> Texas Weather <http://www.txweather.org>
>>>
>>>
>> --
>> Sent via a tiny mobile device.
>> _______________________________________________
>> Astlinux-users mailing list
>> Astlinux-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>>
>> Donations to support AstLinux are graciously accepted via PayPal to
>> pay...@krisk.org.
>
> _______________________________________________
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to
> pay...@krisk.org.
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to