From: Christopher Burger Date: Fri, 5 May 2017 16:56:12 +0000 (-0400) Subject: RT# 74523 Added fusionpbx import script, updated Import.pm to handle different import... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e951547a233be8b7ecbd99ddc5e719f0707c4d9f;p=freeside.git 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 --- 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;