JR Richardson wrote:
My bad. I sent Igor to the boneyard to fetch 1.6.0.28 and it appears to me that by commenting out lines 309-312 and doing a fresh make you eliminate the extra files (or make them empty).Appriciate the suggestion but commenting out 309-312 refused to compile: cdr_csv.c /* if (!ast_strlen_zero(cdr->accountcode)) { if (writefile(buf, cdr->accountcode)) ast_log(LOG_WARNING, "Unable to write CSV record to account file '%s' : %s\n", cdr->a$ */ }
You need to place the */ after the } or else they are mismatched and like you have seen, the universe will explode.
Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
