X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fcdr-ivr.import;h=9a4eb0d5eeedc064e35da3ade3ebc60b588e2bab;hb=3e8421688bfed701dd6d3be79c270db4af2b3e8d;hp=07c180b1effdbff4ebd50aece30607363486c495;hpb=f2248fc4efed88f10f74badea16cbf996ec118d1;p=freeside.git diff --git a/bin/cdr-ivr.import b/bin/cdr-ivr.import index 07c180b1e..9a4eb0d5e 100755 --- a/bin/cdr-ivr.import +++ b/bin/cdr-ivr.import @@ -5,11 +5,12 @@ use Date::Parse 'str2time'; use FS::cdr::Import; FS::cdr::Import->dbi_import( - 'dbd' => 'Sybase', - 'database' => 'TEL_DATA', - 'table' => 'BILLING', - 'primary_key' => 'BILLING_ID', - 'column_map' => { #freeside => IVR + 'dbd' => 'Sybase', + 'database' => 'TEL_DATA', + 'table' => 'BILLING', + 'primary_key' => 'BILLING_ID', + 'status_table' => 'FREESIDE_BILLING', + 'column_map' => { #freeside => IVR 'cdrid' => 'BILLING_ID', #Primary key #'' => 'CALL_SESSION_ID', # Call Session Id (unique per call session – GUID) 'uniqueid' => 'CALL_ID', #