>>>>> "SU" == Steve Underwood <[EMAIL PROTECTED]> writes:
SU> Even a pile of junk can have some unique and interesting features. :-) Absolutely. I'm not arguing that app_queue should be kept. SU> app_queue is heading for the bin. If it does some valuable things SU> which ICD does not, we will have to make sure ICD gains those SU> abilities first. "Hard to parse" suggests we shouldn't provide the SU> ability in quite the same way, but we need to provide something SU> equivalent. I would be very happy if the logging stays event-based. Trying to gather everything about a call into one line is prone to trouble with lost records (a crash before the call is finished means no log entries at all) and it forces a fixed structure where it is hard to add new event types. With event based logging, like app_queue, it's relatively easy to use a script to generate a one-line-per-call file which is easier for e.g. Excel to handle. It might be worth it to include such an example script, perhaps. I haven't tried ICD at all unfortunately; it might already do nice event-based logging. /Benny _______________________________________________ Callweaver-dev mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-dev
