From e951547a233be8b7ecbd99ddc5e719f0707c4d9f Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 5 May 2017 12:56:12 -0400 Subject: [PATCH] RT# 74523 Added fusionpbx import script, updated Import.pm to handle different import scripts. updated ivr_import to use new Import.pm Conflicts: FS/FS/cdr/Import.pm --- bin/cdr-ivr.import | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cdr-ivr.import b/bin/cdr-ivr.import index 9285b3b3b..212482de9 100755 --- a/bin/cdr-ivr.import +++ b/bin/cdr-ivr.import @@ -68,6 +68,7 @@ FS::cdr::Import->dbi_import( #'' => 'GRACE_PERIOD', # SMALLINT Grace period associated with the call #'' => 'ACCOUNT_TYPE', # Account type from ACCOUNT_TYPES table }, + 'batch_name' => 'IVR', ); 1; -- 2.11.0