RT# 74523 Added fusionpbx import script, updated Import.pm to handle different import...
authorChristopher Burger <burgerc@freeside.biz>
Fri, 5 May 2017 16:56:12 +0000 (12:56 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 26 Sep 2018 13:51:09 +0000 (09:51 -0400)
Conflicts:
FS/FS/cdr/Import.pm

bin/cdr-ivr.import

index 9285b3b..212482d 100755 (executable)
@@ -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;