[freeside-commits] branch FREESIDE_3_BRANCH updated. 54ebf25fcba5a61d041f3260007f3e729989f92e

Jeremy Davis jeremyd at 420.am
Tue Feb 18 07:44:24 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  54ebf25fcba5a61d041f3260007f3e729989f92e (commit)
      from  4d865ba973da989a94625d58a61b1b1ce38ecaf8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54ebf25fcba5a61d041f3260007f3e729989f92e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Feb 17 14:05:50 2014 -0500

    #26228 voipswitch changes

diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import
index a8ab9d9..c674f27 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,

-----------------------------------------------------------------------

Summary of changes:
 bin/cdr-voipswitch.import |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list