summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2001-10-18 15:27:19 +0000
committerMark Spencer <markster@digium.com>2001-10-18 15:27:19 +0000
commite13bb52a79b4506b07aee8cb01b7795c273c711d (patch)
treed5149885d24b7a4032c8c5acac9a43d2ad88e59e
parent12135c8167590f1383608538539160447870eb4d (diff)
Version 0.1.10 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xREADME.cdr14
-rwxr-xr-xdoc/README.cdr14
2 files changed, 28 insertions, 0 deletions
diff --git a/README.cdr b/README.cdr
new file mode 100755
index 000000000..c2a63ed81
--- /dev/null
+++ b/README.cdr
@@ -0,0 +1,14 @@
+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.
diff --git a/doc/README.cdr b/doc/README.cdr
new file mode 100755
index 000000000..c2a63ed81
--- /dev/null
+++ b/doc/README.cdr
@@ -0,0 +1,14 @@
+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.