diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-17 14:04:45 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-17 14:04:45 -0500 |
commit | 3c7fd3e7d40f2c946b2fcf63c63d595c82fcae22 (patch) | |
tree | fb21ebcb2d6159c3c35d178031db9cadd802e9e8 | |
parent | de6e0a33e78741559dd6f66f9920755b84997397 (diff) |
#26228 voipswitch changes
-rw-r--r-- | bin/cdr-voipswitch.import | 2 |
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, |