summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/cdr-voipswitch.import2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import
index a8ab9d944..c674f271c 100644
--- a/bin/cdr-voipswitch.import
+++ b/bin/cdr-voipswitch.import
@@ -144,7 +144,7 @@ while ( $row = $sth->fetchrow_hashref ) {
uniqueid => $row->{id_cc},
orig_call_id => $row->{clid},
billsec => $row->{effective_duration},
- lastdata => $row->{dtmf},
+ #lastdata => $row->{dtmf},
disposition => $row->{call_data},
cdrbatchnum => $cdrbatchnum,