Fix some bugs in CDRs; add some CLI commands to help debugging
authorMatthew Jordan <mjordan@digium.com>
Wed, 3 Jul 2013 22:04:08 +0000 (22:04 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 3 Jul 2013 22:04:08 +0000 (22:04 +0000)
commita981de9adb79bb78e5c204a9b5f384d0063989d7
treea6cb757b0e35653e6c94504a968fb8c915a0c1a1
parent569f5f2117ecd1c9e0f945d6a5c448ecd2bafb42
Fix some bugs in CDRs; add some CLI commands to help debugging

This patch fixes a few minor bugs and one major one: the CDR by bridge
container was less than helpful. The mechanism previously used to try
and find all of the CDRs in a particular bridge ended up missing CDRs,
resulting in incorrect records.

When looking up CDRs in a bridge, we now just bite the bullet and do
a selection across all existing CDRs.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393599 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/cdr.c