]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/cdr: Fixed cdr start overwriting
authorSungtae Kim <pchero21@gmail.com>
Wed, 5 Dec 2018 22:09:49 +0000 (23:09 +0100)
committersungtae kim <sungtae@messagebird.com>
Tue, 5 Feb 2019 20:26:06 +0000 (21:26 +0100)
commite3e3027092a6d69d9a5f21713842449e76e31637
tree41cc9fdbe2a7dd054e1acf646045fac752369cf1
parentffe6ecb40fbb70bbaf46b581275daf759c4d8ae8
main/cdr: Fixed cdr start overwriting

The CDR was overwriting the start time when the call continued the
dialplan from the ARI stasis or a Local channel was originated.

This change fixes this by no longer reinitializing the CDR when
transitioning out of the dialed pending state to the single state.

ASTERISK-28181

Change-Id: I921bc04064b6cff1deb2eea56a94d86489561cdc
main/cdr.c