aboutsummaryrefslogtreecommitdiffstats
path: root/README.cdr
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-12 03:23:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-12 03:23:35 +0000
commit7858c6e9c0828442dfc7220558a29d60514b2670 (patch)
treee7db838f765a28c620daf1f6da2078e41c35e8e2 /README.cdr
parent2e38e1fea41c5b767e3f3ee7fe7ebea2d283bfda (diff)
Move lots of README's
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1970 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'README.cdr')
-rwxr-xr-xREADME.cdr14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.cdr b/README.cdr
deleted file mode 100755
index c2a63ed81..000000000
--- a/README.cdr
+++ /dev/null
@@ -1,14 +0,0 @@
-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.