Mike,

Just enter a unique "systemname" into asterisk.conf for each box. This system 
identifier is appended to the front of the unique id field in cdr.

/etc/asterisk/asterisk.conf

[options]
systemname=asterisk1







From: da...@debsinc.com
To: asterisk-users@lists.digium.com
Date: Mon, 21 Nov 2011 13:50:26 -0600
Subject: Re: [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-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@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   
--
_____________________________________________________________________
-- 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                      
                  
--
_____________________________________________________________________
-- 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

Reply via email to