dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/doc
markster d8da8b50b3 Version 0.1.10 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@374 f38db490-d61c-443f-a65b-d21fe96a405b
2001-10-18 15:27:19 +00:00
..
README.cdr Version 0.1.10 from FTP 2001-10-18 15:27:19 +00:00
apps.txt Version 0.1.0 from FTP 1999-10-19 01:52:58 +00:00
channel.txt Version 0.1.1 from FTP 1999-12-16 12:59:53 +00:00
extensions.txt Version 0.1.0 from FTP 1999-10-19 01:44:58 +00:00
iax.txt Version 0.1.2 from FTP 1999-12-25 00:13:34 +00:00
model.txt Version 0.1.0 from FTP 1999-10-08 04:46:33 +00:00
modules.txt Version 0.1.0 from FTP 1999-10-19 01:52:58 +00:00

README.cdr

Asterisk now generates Call Detail Records.  See include/asterisk/cdr.h for
all the fields which are recorded.  By default, records in comma-separated
values will be created in /var/log/asterisk/cdr-csv.  You can specify 
account codes and AMA (Automated Machine Accounting) flags on a per-channel
(Zaptel et al) or per-user (IAX) basis to help with accounting.  Look
at the top of cdr/cdr_csv.c to see the format for the records.  

ONE IMPORTANT NOTE: If you are trying to collect records on IAX to IAX calls
you need to be aware that by default, IAX will attempt to transfer calls
in this situation (if DTMF is not required).  When the transfer is completed
the call is dumped from the middle machine and thus the call detail records
will report a short call time.  If you want detailed records you must
turn off IAX transfer, but unless your servers are very close together, you
will definitely get a latency hit from doing so.