summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-05-05 12:56:12 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-09-26 09:51:09 -0400
commite951547a233be8b7ecbd99ddc5e719f0707c4d9f (patch)
tree4abbd76ba98c21e030556434e36e7b17b3748bb1
parent2c23904b0cc9dcd02740b0b7edb980d70d28df1b (diff)
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
-rwxr-xr-xbin/cdr-ivr.import1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cdr-ivr.import b/bin/cdr-ivr.import
index 9285b3b..212482d 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;