summaryrefslogtreecommitdiff
path: root/FS/FS/cdr.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-10 09:43:11 -0700
committerMark Wells <mark@freeside.biz>2013-10-10 09:43:16 -0700
commite19de946a48c91ed05a9267b4425ff5dd98da1e5 (patch)
treeb5be536f40b18e79d41299e08e519f4654239f28 /FS/FS/cdr.pm
parent617a3979db7781ca065e9b07d4c59533d0cb45e2 (diff)
U4 CDR import: place phone numbers in the correct fields, #25308
Diffstat (limited to 'FS/FS/cdr.pm')
-rw-r--r--FS/FS/cdr.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/cdr.pm b/FS/FS/cdr.pm
index 9d72c39..b16cb86 100644
--- a/FS/FS/cdr.pm
+++ b/FS/FS/cdr.pm
@@ -92,6 +92,8 @@ following fields are currently supported:
=item dst_ip_addr - Destination IP address (same)
+=item dst_term - Terminating destination number (if different from dst)
+
=item startdate - Start of call (UNIX-style integer timestamp)
=item answerdate - Answer time of call (UNIX-style integer timestamp)
@@ -194,6 +196,7 @@ sub table_info {
#'lastdata' => '',
'src_ip_addr' => 'Source IP',
'dst_ip_addr' => 'Dest. IP',
+ 'dst_term' => 'Termination dest.',
'startdate' => 'Start date',
'answerdate' => 'Answer date',
'enddate' => 'End date',