]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr
authorRichard Mudgett <rmudgett@digium.com>
Thu, 5 Oct 2017 23:03:11 +0000 (18:03 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 13 Oct 2017 00:11:02 +0000 (19:11 -0500)
commit6393c106ca12fda924c5e15e004a45a072271c4d
tree514de80dab3c6a9246a929cab06d22a8ece7b166
parent28a3ff75d57e7b63c57715fcb1fc321445516c84
cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr

The string comparisons for setting these CDR variables was inverted.  We
were repeatedly setting these CDR variables only if the channel snapshots
had the same value.

ASTERISK-27335

Change-Id: I9482073524411e7ea6c03805b16de200cb1669ea
main/cdr.c