cbbs70a at hotmail.com
2009-Jan-06 15:35 UTC
[asterisk-users] .call file not updating MySQL CDR's
All; I have implemented an "autodialer" solution where I create .call files for each number to be dialed. The .call file is very simple in design: Channel: SIP/2405551212 at broadvoice-outbound Context: autodial MaxRetries: 5 RetryTime: 600 WaitTime: 60 CallerID: Hildas Cleaning <4105551111> Extension: 2405551212 Priority: 1 Account: 999 Archive: yes A problem recently started where the MySQL records were not being written (after 6 months of working flawlessly) although all other CDR records were fine. The solution turned out to be where I had to *downgrade* Asterisk from 1.4.22 to 1.4.20.1. Nothing else in the configuration changed. Did I come across a bug, a feature, or what? Did I miss something obvious? Thanks FSD _________________________________________________________________ Send e-mail faster without improving your typing skills. http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090106/8ee42db0/attachment.htm
You can follow this issue here: http://bugs.digium.com/view.php?id=14167 Your best bet in the future is to check the bug tracker for any issues you may have to see if it has already been reported. Thanks! Leif Madsen. cbbs70a at hotmail.com wrote:> A problem recently started where the MySQL records were not being > written (after 6 months of working flawlessly) although all other CDR > records were fine. The solution turned out to be where I had to > *downgrade* Asterisk from 1.4.22 to 1.4.20.1. Nothing else in the > configuration changed. Did I come across a bug, a feature, or what? Did > I miss something obvious?