Hi, Is there a way to add a uniqueid prefix to each server to make sure that the CDRs uniqueids are indeed unique across multiple servers? I am using MYSQL tables to keep these records. Regards, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111121/78fd832a/attachment.htm>
Danny Nicholas
2011-Nov-21 19:50 UTC
[asterisk-users] CDR uniqueid - across multiple servers?
Since the MYSQL CDR is not the standard /var/log/asterisk/cdr-csv/Master.csv file, but an add_on where uniqueid is just a table field varchar(32), you could create an AGI to touch the field during the hangup extension and append the servername or a number to the front, so instead of 123456.111 you could have server1.123456.111 or you could make a daemon running outside of Asterisk to do the same thing. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mike Sent: Monday, November 21, 2011 11:44 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] CDR uniqueid - across multiple servers? Hi, Is there a way to add a uniqueid prefix to each server to make sure that the CDRs uniqueids are indeed unique across multiple servers? I am using MYSQL tables to keep these records. Regards, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111121/79ba2031/attachment.htm>