Displaying 2 results from an estimated 2 matches for "ueid".
Did you mean:
reid
2004 Jun 02
0
Script to import Master.csv in the MySQL database - a short HowTo
...OT NULL;
LOAD DATA INFILE '/var/log/asterisk/cdr-csv/Master.csv.mod'
replace INTO TABLE cdr
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
(accountcode,src,dst,dcontext,clid,channel,dstchannel,lastapp,lastdata,calld
ate,tmp1,tmp2,duration,billsec,disposition,amaflags,uniq
ueid,userfield);
ALTER TABLE `cdr` DROP `tmp1`;
ALTER TABLE `cdr` DROP `tmp2`;
5. Keep all the files in the same directory.
All you need to do is to run the script:
./impcdr2sql
as root or as an user with full rights on the asteriskcdrdb database and cdr
table
E... voila!
All your old data from Mast...
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...END',1109334310,'LINK_START',1109334302,'CALL_END',
1109334310,'ACCOUNT
CODE',9612345678,'CAUSE',...) called at ./ast-rad-acc.pl line 227
main::status_callback('Event','Hangup','Channel','OH323/L19615','Cause',
0,'Uniqueid',110933
4287.3) called at /usr/lib/perl5/site_perl/5.8.0/Asterisk/Manager.pm
line 316
Asterisk::Manager::eventcallback('Asterisk::Manager=HASH(0x8776868)','Ev
ent','Hangup','Uniq
ueid',1109334287.3,'Channel','OH323/L19615','Cause',0,...)...