[freeside-commits] branch FREESIDE_3_BRANCH updated. 8f8912fb6479aca39f4a9160f096e42f842feb39

Jeremy Davis jeremyd at 420.am
Mon Sep 22 08:36:42 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  8f8912fb6479aca39f4a9160f096e42f842feb39 (commit)
      from  5cd5119f23df408cb235a855d8d99c6a53b880cf (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 8f8912fb6479aca39f4a9160f096e42f842feb39
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Sep 22 11:36:35 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