Is anyone else seeing any problems with CDR when using MySQL, specifically dropped legs of the call? ie: +---------------------+-------------+------------+---------+ | calldate | disposition | lastapp | channel | +---------------------+-------------+------------+---------+ | 2005-02-17 12:44:03 | ANSWERED | Hangup | Zap/2-1 | | 2005-02-17 12:42:03 | ANSWERED | Hangup | Zap/1-1 | | 2005-02-17 12:40:03 | ANSWERED | Hangup | Zap/1-1 | | 2005-02-17 12:38:04 | ANSWERED | Hangup | Zap/2-1 | | 2005-02-17 12:38:03 | ANSWERED | BackGround | Zap/3-1 | | 2005-02-17 12:36:04 | ANSWERED | Hangup | Zap/2-1 | | 2005-02-17 12:36:02 | ANSWERED | BackGround | Zap/3-1 | | 2005-02-17 12:34:03 | ANSWERED | Hangup | Zap/2-1 | +---------------------+-------------+------------+---------+ Each of these calls should contain both a BackGround and Hangup lastapp, yet the first 3 do. I'm seeing this during the day when we're taking more calls, and it seems to be progressive (ie. the longer asterisk is running the worse it gets). At night (even though these calls are continuing to happen, and they're supposed to) I'm not seeing these problems. Any ideas what this could be? Paul