diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-17 14:05:50 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-17 14:05:50 -0500 |
commit | 54ebf25fcba5a61d041f3260007f3e729989f92e (patch) | |
tree | f44e67ee17391f1a29993cf511306f276e415e5c | |
parent | 4d865ba973da989a94625d58a61b1b1ce38ecaf8 (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, |