[freeside-commits] branch master updated. cf2e830a772b05a22d084e76e6cf3b8a3701cef6

Jeremy Davis jeremyd at 420.am
Mon Sep 22 08:35:46 PDT 2014


The branch, master has been updated
       via  cf2e830a772b05a22d084e76e6cf3b8a3701cef6 (commit)
      from  4089c2c6d951b1d4355dbe63a692703e36a49ba9 (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 cf2e830a772b05a22d084e76e6cf3b8a3701cef6
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Sep 22 11:34:33 2014 -0400

    #31037 Vitelity api change

diff --git a/bin/cdr-vitelity.import b/bin/cdr-vitelity.import
index f8eae0b..150902f 100755
--- a/bin/cdr-vitelity.import
+++ b/bin/cdr-vitelity.import
@@ -66,7 +66,7 @@ foreach my $export (@part_exports) {
     or die "exportnum $exportnum is not a Vitelity export\n";
 
   if ( $opt{'r'} ) {
-    my $result = $export->vitelity_command('resetcdrlist');
+    my $result = $export->vitelity_command('getcdr');
     if ( $result ne 'ok' ) {
       $dbh->rollback;
       die "Failed to reset CDR list: $result\n";

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

Summary of changes:
 bin/cdr-vitelity.import |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list