summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-02-17 14:05:50 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-02-17 14:05:50 -0500
commit54ebf25fcba5a61d041f3260007f3e729989f92e (patch)
treef44e67ee17391f1a29993cf511306f276e415e5c
parent4d865ba973da989a94625d58a61b1b1ce38ecaf8 (diff)
#26228 voipswitch changes
-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,